summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-22 00:11:58 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-22 00:11:58 +0100
commitbf7217b6a5ef2cfd9c3399ba055f5643f89e0375 (patch)
treefc1eb057bccb20e9a12dde38871656c2d1864187
parent601293d346ef4bfc8f2ff80d6c13a0d66d9bdd57 (diff)
require autoconf 2.63
-rwxr-xr-xbootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 4eacc5a9..6698f68b 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