use IT_PO_SUBDIR() to define the extra po directories. Removed extra

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.

svn path=/trunk/; revision=25922
This commit is contained in:
Sven Neumann 2008-06-11 12:52:31 +00:00 committed by Sven Neumann
parent acba2bc3e4
commit 7167e40c37
2 changed files with 13 additions and 7 deletions

View file

@ -1,3 +1,9 @@
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.
2008-06-11 Sven Neumann <sven@gimp.org>
* autogen.sh: bumped INTLTOOL_REQUIRED_VERSION to 0.35.5. We

View file

@ -407,6 +407,13 @@ fi
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 @@ gimpthumb-gimp_pkgconfig_version.pc:gimpthumb.pc.in
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: