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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user