From bec6c50a7b9285e2aa43b92de1cd0bb4c919260e Mon Sep 17 00:00:00 2001 From: Kenneth Christiansen Date: Thu, 26 Oct 2000 21:28:34 +0000 Subject: 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 --- macros/autogen.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'macros/autogen.sh') diff --git a/macros/autogen.sh b/macros/autogen.sh index 74b8047d1e..c67e8c5457 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -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 -- cgit v1.2.3