From e6a7852227d30c4bbb24b96768e979a9464331b0 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Mon, 7 Dec 1998 21:44:21 +0000 Subject: Make sure aclocal.m4 works before invoking gettextize. svn path=/trunk/; revision=510 --- macros/autogen.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macros/autogen.sh b/macros/autogen.sh index 4b6a862fd7..e77b3db202 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -89,6 +89,8 @@ do if grep "sed.*POTFILES" configure.in >/dev/null; then : do nothing -- we still have an old unmodified configure.in else + echo "Creating $d4/aclocal.m4 ..." + test -e $dr/aclocal.m4 || touch $dr/aclocal.m4 echo "Running gettextize... Ignore non-fatal messages." echo "no" | gettextize --force --copy echo "Making $dr/aclocal.m4 writable ..." -- cgit v1.2.3