]> git.sesse.net Git - vlc/commitdiff
Don't duplicate check for automake 1.7
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 16 Jul 2006 19:16:48 +0000 (19:16 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 16 Jul 2006 19:16:48 +0000 (19:16 +0000)
bootstrap

index ef6ce8d4a9ad76e200bc918f3f88d1172743d32d..31ba13522bb06a950b0e59aede8cfc83b06aeb6a 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}"