Make sure aclocal.m4 works before invoking gettextize.
authorMartin Baulig <martin@src.gnome.org>
Mon, 7 Dec 1998 21:44:21 +0000 (21:44 +0000)
committerMartin Baulig <martin@src.gnome.org>
Mon, 7 Dec 1998 21:44:21 +0000 (21:44 +0000)
svn path=/trunk/; revision=510

macros/autogen.sh

index 4b6a862..e77b3db 100644 (file)
@@ -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 ..."