Make sure aclocal.m4 exists before making it writable.
svn path=/trunk/; revision=509
This commit is contained in:
@ -92,7 +92,7 @@ do
|
|||||||
echo "Running gettextize... Ignore non-fatal messages."
|
echo "Running gettextize... Ignore non-fatal messages."
|
||||||
echo "no" | gettextize --force --copy
|
echo "no" | gettextize --force --copy
|
||||||
echo "Making $dr/aclocal.m4 writable ..."
|
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
|
||||||
fi
|
fi
|
||||||
if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
|
if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
|
||||||
|
Reference in New Issue
Block a user