X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=bootstrap;h=7e97243cfda204d5db9410361173dd118e0b964a;hb=bad619d2418c03c8a7cc1023640794405715865d;hp=3ebc2b01f74a6dbedb670159118c1177efc7c103;hpb=cf46337e581fe9dfe5d034a793da99607444ee1f;p=shibboleth%2Fxmltooling.git diff --git a/bootstrap b/bootstrap old mode 100644 new mode 100755 index 3ebc2b0..7e97243 --- a/bootstrap +++ b/bootstrap @@ -1,34 +1,34 @@ -#!/bin/sh - -find_program() -{ - prog="$1" - #vers="$2" - - #if test `"$prog-$vers" --version | head -1 | grep -c "$vers"` != 0 ; then - #program="$prog-$vers" - #else - program="$prog" - #fi -} - -# Find appropriate versions of the auto tools -find_program aclocal 1.7 -aclocal="$program" -find_program autoheader 2.53 -autoheader="$program" -find_program automake 1.7 -automake="$program" -find_program autoconf 2.53 -autoconf="$program" - -set -x - -# Remove autoconf 2.5x's cache directory -rm -rf autom4te*.cache - -$aclocal -I . || exit 1 -$autoheader || exit 1 -# libtoolize --force --copy || exit 1 -$automake --foreign --add-missing --copy || exit 1 -$autoconf || exit 1 +#!/bin/sh + +find_program() +{ + prog="$1" + #vers="$2" + + #if test `"$prog-$vers" --version | head -1 | grep -c "$vers"` != 0 ; then + #program="$prog-$vers" + #else + program="$prog" + #fi +} + +# Find appropriate versions of the auto tools +find_program aclocal 1.9 +aclocal="$program" +find_program autoheader 2.53 +autoheader="$program" +find_program automake 1.9 +automake="$program" +find_program autoconf 2.53 +autoconf="$program" + +set -x + +# Remove autoconf 2.5x's cache directory +rm -rf autom4te*.cache + +$aclocal -I . || exit 1 +$autoheader || exit 1 +# libtoolize --force --copy || exit 1 +$automake --foreign --add-missing --copy || exit 1 +$autoconf || exit 1