gimp r25922 - in trunk: . po-libgimp po-plug-ins po-python po-script-fu po-tips



Author: neo
Date: Wed Jun 11 12:52:31 2008
New Revision: 25922
URL: http://svn.gnome.org/viewvc/gimp?rev=25922&view=rev

Log:
2008-06-11  Sven Neumann  <sven gimp org>

	* configure.in: use IT_PO_SUBDIR() to define the extra po
	directories.  Removed extra AC_CONFIG_COMMANDS that became
	obsolete by this change.


Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/po-libgimp/   (props changed)
   trunk/po-plug-ins/   (props changed)
   trunk/po-python/   (props changed)
   trunk/po-script-fu/   (props changed)
   trunk/po-tips/   (props changed)

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Wed Jun 11 12:52:31 2008
@@ -407,6 +407,13 @@
 ALL_LINGUAS="ar bg ca ca valencia cs da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hu hr id is it ja km ko lt mk ms nb ne nl nn oc pa pl pt pt_BR ro ru rw sk sl sr sr Latn sv tr tt uk vi xh yi zh_CN zh_TW"
 
 IT_PROG_INTLTOOL(0.35.5)
+
+IT_PO_SUBDIR([po-libgimp])
+IT_PO_SUBDIR([po-plug-ins])
+IT_PO_SUBDIR([po-python])
+IT_PO_SUBDIR([po-script-fu])
+IT_PO_SUBDIR([po-tips])
+
 AM_GLIB_GNU_GETTEXT
 
 
@@ -2071,13 +2078,6 @@
 gimpui-gimp_pkgconfig_version.pc:gimpui.pc.in
 )
 
-AC_CONFIG_COMMANDS([sed-po-makefiles],
-[sed -e "/POTFILES =/r po-libgimp/POTFILES" po-libgimp/Makefile.in > po-libgimp/Makefile
-sed -e "/POTFILES =/r po-python/POTFILES" po-python/Makefile.in > po-python/Makefile
-sed -e "/POTFILES =/r po-plug-ins/POTFILES" po-plug-ins/Makefile.in > po-plug-ins/Makefile
-sed -e "/POTFILES =/r po-script-fu/POTFILES" po-script-fu/Makefile.in > po-script-fu/Makefile
-sed -e "/POTFILES =/r po-tips/POTFILES" po-tips/Makefile.in > po-tips/Makefile])
-
 AC_OUTPUT
 
 # Print a summary of features enabled/disabled:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]