From: Lennart Poettering Date: Wed, 21 Jan 2009 23:11:58 +0000 (+0100) Subject: require autoconf 2.63 X-Git-Tag: v0.9.15-test1~147 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf7217b6a5ef2cfd9c3399ba055f5643f89e0375;p=platform%2Fupstream%2Fpulseaudio.git require autoconf 2.63 --- diff --git a/bootstrap.sh b/bootstrap.sh index 4eacc5a..6698f68 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -59,8 +59,8 @@ else intltoolize --copy --force --automake "$LIBTOOLIZE" -c --force --ltdl --recursive run_versioned aclocal "$VERSION" -I m4 - run_versioned autoconf 2.62 -Wall - run_versioned autoheader 2.62 + run_versioned autoconf 2.63 -Wall + run_versioned autoheader 2.63 run_versioned automake "$VERSION" --copy --foreign --add-missing if test "x$NOCONFIGURE" = "x"; then