X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=bootstrap;h=1e4d21eafee78a85503d6a18429447078fa87d9c;hb=8ec88b3464c38158ae39bb18adf16a973a618fc6;hp=6a97012d26fe9db7c7f2029af2fad1cd7a71c8e1;hpb=ad5aeba35dd8775d78168d711e4ae46d5e0dcaea;p=shibboleth%2Fsp.git diff --git a/bootstrap b/bootstrap index 6a97012..1e4d21e 100755 --- 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.9 aclocal="$program" find_program autoheader 2.53 autoheader="$program" -find_program automake 1.5 +find_program automake 1.9 automake="$program" find_program autoconf 2.53 autoconf="$program"