Make sure aclocal.m4 exists before making it writable.

svn path=/trunk/; revision=509
This commit is contained in:
Martin Baulig
1998-12-07 20:05:21 +00:00
parent cc3aece5db
commit d1fe6ca329

View File

@ -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