summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Christiansen <kenneth@src.gnome.org>2000-10-26 21:28:34 +0000
committerKenneth Christiansen <kenneth@src.gnome.org>2000-10-26 21:28:34 +0000
commit2c2f69d2e70b69040b5d83c7aa3219700be2283d (patch)
tree6af81908408079939a27d70a5c319a77e126f0f9
parent363633f64268e3e46b932158e6a5af346a85dad4 (diff)
downloadgnome-common-2c2f69d2e70b69040b5d83c7aa3219700be2283d.tar.gz
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=1420
-rw-r--r--macros/autogen.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index 74b8047..c67e8c5 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