X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=bootstrap;h=7e97243cfda204d5db9410361173dd118e0b964a;hb=1a41e50c2d7006835960e2df660b4e5356bd137c;hp=3f9499f57bd0f91ea2ad4666822491ec8fb48c55;hpb=fe054c4ebbe94cc07790e7d53e7acaa1e8cfab63;p=shibboleth%2Fopensaml2.git diff --git a/bootstrap b/bootstrap old mode 100644 new mode 100755 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"