]> git.sesse.net Git - vlc/blobdiff - bootstrap
* Fix a number of encoding bugs
[vlc] / bootstrap
index ef6ce8d4a9ad76e200bc918f3f88d1172743d32d..f4e17d00c45521bc59cf46a1648889575016913d 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -52,7 +52,7 @@ fi
 
 # Check for automake
 amvers="no"
-for v in "-1.7" "-1.9" "19" "-1.8" "18" "-1.7" "17"; do
+for v in "-1.9" "19" "-1.8" "18" "-1.7" "17"; do
   if automake${v} --version >/dev/null 2>&1; then
     amsuff="${v}"
     amvers="${v}"
@@ -222,6 +222,9 @@ endif
 
 all: all-modules
 
+nice:
+       \$(top_builddir)/compile
+
 # Find out which modules were enabled and tell make to build them
 all-modules:
 if USE_LIBTOOL