Update automake version
authorScott Cantor <cantor.2@osu.edu>
Tue, 19 Oct 2004 01:45:44 +0000 (01:45 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 19 Oct 2004 01:45:44 +0000 (01:45 +0000)
bootstrap

index 6a97012..59d96ed 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -13,11 +13,11 @@ find_program()
 }
 
 # Find appropriate versions of the auto tools
-find_program aclocal 1.5
+find_program aclocal 1.7
 aclocal="$program"
 find_program autoheader 2.53
 autoheader="$program"
-find_program automake 1.5
+find_program automake 1.7
 automake="$program"
 find_program autoconf 2.53
 autoconf="$program"