[open-ils-commits] r10920 - branches/rel_1_4

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Oct 26 22:13:00 EDT 2008


Author: dbs
Date: 2008-10-26 22:12:54 -0400 (Sun, 26 Oct 2008)
New Revision: 10920

Modified:
   branches/rel_1_4/configure.ac
Log:
Merge r10919 from trunk (remove unnecessary configure option for build/i18n/Makefile.in)


Modified: branches/rel_1_4/configure.ac
===================================================================
--- branches/rel_1_4/configure.ac	2008-10-27 02:11:28 UTC (rev 10919)
+++ branches/rel_1_4/configure.ac	2008-10-27 02:12:54 UTC (rev 10920)
@@ -286,9 +286,8 @@
                  Open-ILS/src/java/Makefile
                  Open-ILS/src/python/Makefile
                  Open-ILS/xul/staff_client/Makefile
-		 Open-ILS/src/offline/offline-config.pl
-		 Open-ILS/src/extras/eg_config
-                 build/i18n/Makefile],  [if test -e "./Open-ILS/src/extras/eg_config"; then chmod 755 Open-ILS/src/extras/eg_config; fi])
+                 Open-ILS/src/offline/offline-config.pl
+                 Open-ILS/src/extras/eg_config],  [if test -e "./Open-ILS/src/extras/eg_config"; then chmod 755 Open-ILS/src/extras/eg_config; fi])
 AC_OUTPUT
 
 #-------------------------------------------------



More information about the open-ils-commits mailing list