From 72e2d828154a5f3ae463e211c5f3787fc0624a90 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 13 Sep 2004 04:57:03 +0000 Subject: 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). --- update-autotools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update-autotools') 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 -- cgit v1.2.1