From 2c799ebb8645a4c8241816edad7bb14f130f8acc Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 3 Nov 2007 12:59:42 +0000 Subject: [PATCH] * Crap, typo in bootstrap script. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index c6ddbbb..79d9c94 100755 --- a/bootstrap +++ b/bootstrap @@ -35,7 +35,7 @@ aclocalflags="`sed -ne 's/^[ \t]*ACLOCAL_AMFLAGS[ \t]*=//p' Makefile.am`" # Check for automake amvers="no" -for n in 10 9 8 7 6 5; do +for v in 10 9 8 7 6 5; do if automake-1.${v} --version >/dev/null 2>&1; then amvers="-1.${v}" break