summaryrefslogtreecommitdiff
path: root/update-autotools
diff options
context:
space:
mode:
authorpaul <paul>2004-09-13 04:57:03 +0000
committerpaul <paul>2004-09-13 04:57:03 +0000
commit72e2d828154a5f3ae463e211c5f3787fc0624a90 (patch)
tree4f0473783f1f65bc1a7c27ff98743846c6a3243a /update-autotools
parent68b7339ad88c10d20738f8dd0bf6bb6388474970 (diff)
autoreconf doesnt like top_srcdir var. update-autotools needs to -I m4 too
to ensure it's pulled in. (snapshot host depends on that script).
Diffstat (limited to 'update-autotools')
-rwxr-xr-xupdate-autotools2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-autotools b/update-autotools
index 4d7b6f73..4e684766 100755
--- a/update-autotools
+++ b/update-autotools
@@ -16,7 +16,7 @@ for tool in autoheader autoconf libtool libtoolize aclocal automake; do
done
echo "UPDATING:"
-aclocal
+aclocal -I m4
autoheader
autoconf
libtoolize