summaryrefslogtreecommitdiffstats
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
commitcd6aa91c0887b07d3e851857788463a61152bde2 (patch)
tree22268d5c904e341f0a55c375d85475034c168ae5 /update-autotools
parent4136cf0712d4f34e70025e7d0614d5d03e48bca6 (diff)
downloadquagga-cd6aa91c0887b07d3e851857788463a61152bde2.tar.bz2
quagga-cd6aa91c0887b07d3e851857788463a61152bde2.tar.xz
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