Need to remove build/i18n/Makefile.in reference from configure.ac
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 27 Oct 2008 02:11:28 +0000 (02:11 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 27 Oct 2008 02:11:28 +0000 (02:11 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@10919 dcc99617-32d9-48b4-a31d-7c20da2025e4

configure.ac

index 764982e..645716a 100644 (file)
@@ -286,9 +286,8 @@ AC_CONFIG_FILES([Makefile
                  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
 
 #-------------------------------------------------