https://issues.shibboleth.net/jira/browse/CPPOST-14
[shibboleth/cpp-opensaml.git] / bootstrap
old mode 100644 (file)
new mode 100755 (executable)
index 3f9499f..7e97243
--- a/bootstrap
+++ b/bootstrap
@@ -13,11 +13,11 @@ find_program()
 }
 
 # Find appropriate versions of the auto tools
-find_program aclocal 1.7
+find_program aclocal 1.9
 aclocal="$program"
 find_program autoheader 2.53
 autoheader="$program"
-find_program automake 1.7
+find_program automake 1.9
 automake="$program"
 find_program autoconf 2.53
 autoconf="$program"