aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/autogen.sh2
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 ..."