pidgin: 911573d0: For the few of us who wanted it, I bring...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Sun Mar 30 12:45:39 EDT 2008


-----------------------------------------------------------------
Revision: 911573d00c454e1c21971b8fc71d5c8c5114bddd
Ancestor: 5139a9541e08de08673973a9fda27c4014eeb85e
Author: rekkanoryo at pidgin.im
Date: 2008-03-30T16:42:12
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/911573d00c454e1c21971b8fc71d5c8c5114bddd

Modified files:
        Makefile.am configure.ac

ChangeLog: 

For the few of us who wanted it, I bring back --disable-nls!  It may not be
perfect, but it works for me in my testing.

-------------- next part --------------
============================================================
--- Makefile.am	8fb35060339d6f7458be42ed5ca87dccb33d04a6
+++ Makefile.am	df2938d598bcdf3cc4556667c5c52f1edf46957a
@@ -42,8 +42,12 @@ endif
 GNT_DIR=finch
 endif
 
-SUBDIRS = libpurple doc $(GNT_DIR) $(GTK_DIR) m4macros po share/ca-certs share/sounds
+if INSTALL_I18N
+PO_DIR=po
+endif
 
+SUBDIRS = libpurple doc $(GNT_DIR) $(GTK_DIR) m4macros $(PO_DIR) share/ca-certs share/sounds
+
 docs: Doxyfile
 if HAVE_DOXYGEN
 	@echo "Running doxygen..."
============================================================
--- configure.ac	e01c0fb282cafc07e9f649115d05ba9c082b7d3b
+++ configure.ac	3f1e60e3e135a96277493e7a7cea9a98bd476803
@@ -2151,6 +2151,13 @@ dnl ####################################
 AM_CONDITIONAL(INSTALL_PIXMAPS, test "x$enable_pixmaps" = "xyes")
 
 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 # Check for Doxygen and dot (part of GraphViz)
 dnl #######################################################################
 AC_ARG_ENABLE(doxygen,
@@ -2308,6 +2315,7 @@ echo Install pixmaps............... : $e
 echo Use kerberos 4 with zephyr.... : $kerberos
 echo Use external libzephyr........ : $zephyr
 echo Install pixmaps............... : $enable_pixmaps
+echo Install translations.......... : $enable_i18n
 echo Has you....................... : yes
 echo
 echo Use XScreenSaver Extension.... : $enable_screensaver


More information about the Commits mailing list