diff options
author | Martin Baulig <martin@src.gnome.org> | 1998-12-08 05:44:21 +0800 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-12-08 05:44:21 +0800 |
commit | e6a7852227d30c4bbb24b96768e979a9464331b0 (patch) | |
tree | b9b009e6c677b0e952162b533247033a660391e5 | |
parent | d1fe6ca329fbb1edd9caaa1043cadd3d649f6a98 (diff) | |
download | gsoc2013-evolution-e6a7852227d30c4bbb24b96768e979a9464331b0.tar gsoc2013-evolution-e6a7852227d30c4bbb24b96768e979a9464331b0.tar.gz gsoc2013-evolution-e6a7852227d30c4bbb24b96768e979a9464331b0.tar.bz2 gsoc2013-evolution-e6a7852227d30c4bbb24b96768e979a9464331b0.tar.lz gsoc2013-evolution-e6a7852227d30c4bbb24b96768e979a9464331b0.tar.xz gsoc2013-evolution-e6a7852227d30c4bbb24b96768e979a9464331b0.tar.zst gsoc2013-evolution-e6a7852227d30c4bbb24b96768e979a9464331b0.zip |
Make sure aclocal.m4 works before invoking gettextize.
svn path=/trunk/; revision=510
-rw-r--r-- | macros/autogen.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 ..." |