diff options
-rw-r--r-- | macros/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh index 8e15775ca0..4b6a862fd7 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -92,7 +92,7 @@ do echo "Running gettextize... Ignore non-fatal messages." echo "no" | gettextize --force --copy echo "Making $dr/aclocal.m4 writable ..." - chmod u+w $dr/aclocal.m4 + test -e $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4 fi fi if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then |