org.guifications.plugins: a34e952494067559051934112a47dc7b3add4944
rekkanoryo at guifications.org
rekkanoryo at guifications.org
Sun Mar 30 11:55:08 CDT 2008
-----------------------------------------------------------------
Revision: a34e952494067559051934112a47dc7b3add4944
Ancestor: 3407a328dbe060c6d5a266e9c47466d624712b92
Author: rekkanoryo at guifications.org
Date: 2008-03-30T16:52:02
Branch: org.guifications.plugins
Modified files:
Makefile.am configure.ac
ChangeLog:
Restore --disable-nls for the plugin pack.
-----------------------------------------------------------------
This revision's diffstat output:
Makefile.am | 6 +++++-
configure.ac | 7 +++++++
2 files changed, 12 insertions(+), 1 deletion(-)
-------------- next part --------------
============================================================
--- Makefile.am 41a7744cfc15d380968b2777b75b61d8c78700d2
+++ Makefile.am 813be81ad10180d2ca5d9fb3dc1add0977e467af
@@ -22,9 +22,13 @@ EXTRA_DIST = \
po/Makefile.in.in \
po/Makefile.mingw
+if INSTALL_I18N
+PO_DIR=po
+endif
+
DIST_SUBDIRS = common doc m4 po $(PP_PURPLE) $(PP_PIDGIN) $(PP_FINCH)
-SUBDIRS = common doc m4 po $(PP_PURPLE_BUILD) $(PP_PIDGIN_BUILD) $(PP_FINCH_BUILD)
+SUBDIRS = common doc m4 $(PO_DIR) $(PP_PURPLE_BUILD) $(PP_PIDGIN_BUILD) $(PP_FINCH_BUILD)
DISTCLEANFILES=\
pp_config.h \
============================================================
--- configure.ac f21c4359cf1d468b7944ef42ab0d8fccfd27049e
+++ configure.ac 6081daec657fa23f72b9c7095280755735b2e462
@@ -280,6 +280,13 @@ dnl ####################################
AC_CHECK_HEADERS(regex.h)
dnl #######################################################################
+dnl # Disable installation of translation files
+dnl #######################################################################
+AC_ARG_ENABLE(nls, AC_HELP_STRING([--enable-nls], [enable installation of translation files]), enable_i18n="$enableval", enable_i18n=yes))
+
+AM_CONDITIONAL(INSTALL_I18N, test "x$enable_i18n" = "xyes")
+
+dnl #######################################################################
dnl # Run our plugin checking
dnl #######################################################################
AM_BUILD_PLUGIN_LIST()
More information about the Plugins-commits
mailing list