Added small test for po/Makefile.i18npatch, so that if it exists it will patch the gettext dependent po/Makefile.in.in file. This allows us to integrate the i18n scripts, etc even more.

svn path=/trunk/; revision=6214
This commit is contained in:
Kenneth Christiansen
2000-10-26 21:28:34 +00:00
parent 9c96b4fd8e
commit bec6c50a7b

View File

@ -168,6 +168,13 @@ do
fi
done
if [ -r po/Makefile.i18npatch ]; then
if grep GENPOT po/Makefile.in.in >/dev/null;
then echo "no need for patching file \`Makefile.in.in'";
else patch po/Makefile.in.in < po/Makefile.i18npatch;
fi;
fi
conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
if test x$NOCONFIGURE = x; then