X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=bootstrap.sh;h=d24de757efb015e99afb7984b12a0b41f95397cb;hb=1d6cecfe69fa2faea1c81ccd899bac24aad64273;hp=3fb4fbed716814e0821e57b896e603556393dc1e;hpb=b78eacbd64af799754684e3fe3569f0ba4ec92f3;p=catta diff --git a/bootstrap.sh b/bootstrap.sh index 3fb4fbe..d24de75 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -18,6 +18,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. +VERSION=1.9 + run_versioned() { local P type -p "$1-$2" &> /dev/null && P="$1-$2" || local P="$1" @@ -28,7 +30,7 @@ run_versioned() { if [ "x$1" = "xam" ] ; then set -ex - run_versioned automake 1.9 -a -c --foreign + run_versioned automake "$VERSION" -a -c --foreign ./config.status else set -ex @@ -36,10 +38,10 @@ else rm -rf autom4te.cache rm -f config.cache - run_versioned aclocal 1.9 + run_versioned aclocal "$VERSION" -I common libtoolize -c --force autoheader - run_versioned automake 1.9 -a -c --foreign + run_versioned automake "$VERSION" -a -c --foreign autoconf -Wall CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var "$@"