summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-13 19:53:31 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-13 19:53:31 +0200
commit8f01fc490ca0c5e98b4ae7917089e54017603f4a (patch)
treec802cf4955384864e453451bdc3bce65559a6244
parentb802eb292b2253c9861972138e4bdc3f593a7926 (diff)
adapt bootstrap.sh to Diego's recent build system changes
-rwxr-xr-xbootstrap.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 799d427..9c9a68b 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -55,9 +55,9 @@ else
mkdir -p m4
gtkdocize --copy --flavour no-tmpl
"$LIBTOOLIZE" -c --force --ltdl
- run_versioned aclocal "$VERSION"
- run_versioned autoconf 2.59 -Wall
- run_versioned autoheader 2.59
+ run_versioned aclocal "$VERSION" -I m4
+ run_versioned autoconf 2.62 -Wall
+ run_versioned autoheader 2.62
run_versioned automake "$VERSION" --copy --foreign --add-missing
if test "x$NOCONFIGURE" = "x"; then