summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-12-07 20:05:21 +0000
committerMartin Baulig <martin@src.gnome.org>1998-12-07 20:05:21 +0000
commitf1152606e30001730a5ce51eed7837162166358d (patch)
treeffddba3917b27e884a0b1756584a677c9fa38f13
parent209eddc8fa3974d4668c86a5fdd8a6eb68cf5d96 (diff)
downloadgnome-common-f1152606e30001730a5ce51eed7837162166358d.tar.gz
Make sure aclocal.m4 exists before making it writable.
svn path=/trunk/; revision=509
-rw-r--r--macros/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index 8e15775..4b6a862 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