diff options
-rw-r--r-- | macros/autogen.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh index 15e6527403..8e15775ca0 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -90,7 +90,9 @@ do : do nothing -- we still have an old unmodified configure.in else echo "Running gettextize... Ignore non-fatal messages." - echo "no" | gettextize --force + echo "no" | gettextize --force --copy + echo "Making $dr/aclocal.m4 writable ..." + chmod u+w $dr/aclocal.m4 fi fi if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then |