summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-01-18 00:50:15 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-01-18 00:50:15 +0000
commit75f9a9cee89b60e6f663811f81fc25911fb43e4c (patch)
tree90b1a709ed93afc5adbce704832910aefbe9fa66 /configure.in
parent5fbd0d1aaf301c6fe0d3ae3714366eb620cda357 (diff)
downloadgdk-pixbuf-75f9a9cee89b60e6f663811f81fc25911fb43e4c.tar.gz
Add the necessary magic to create po-properties/Makefile.
Sun Jan 18 01:51:12 2004 Matthias Clasen <maclas@gmx.de> * configure.in: Add the necessary magic to create po-properties/Makefile. Sun Jan 18 01:52:04 2004 Matthias Clasen <maclas@gmx.de> * Makefile.in.in (subdir): Define appropriately.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d3b5875e6..379fe278d 100644
--- a/configure.in
+++ b/configure.in
@@ -396,9 +396,12 @@ AC_SUBST(STRIP_BEGIN)
AC_SUBST(STRIP_END)
# i18n stuff
-ALL_LINGUAS="am ar az be bg bn br ca cs cy da de el en_GB es et eu fa fi fr ga gl he hi hr hu ia id it ja ko li lt lv mk ml mn ms ne nl nn no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta th tr uk uz uz@Cyrl vi wa yi zh_CN zh_TW"
+ALL_LINGUAS="af am ar az be bg bn br ca cs cy da de el en_GB es et eu fa fi fr ga gl he hi hr hu ia id it ja ko li lt lv mk ml mn ms ne nl nn no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta th tr uk uz uz@Cyrl vi wa yi zh_CN zh_TW"
AM_GLIB_GNU_GETTEXT
LIBS="$LIBS $INTLLIBS"
+AC_OUTPUT_COMMANDS([case "$CONFIG_FILES" in *po-properties/Makefile.in*)
+ sed -e "/POTFILES =/r po-properties/POTFILES" po-properties/Makefile.in > po-properties/Makefile
+ esac])
AM_GLIB_DEFINE_LOCALEDIR(GTK_LOCALEDIR)