* configure.in (AC_CONFIG_FILES): Put po/mcs/Makefile.in in its
authorRaja R Harinath <harinath@hurrynot.org>
Mon, 15 Sep 2008 04:35:16 +0000 (04:35 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Mon, 15 Sep 2008 04:35:16 +0000 (04:35 -0000)
own stanza.
(AC_OUTPUT): Don't list po/mcs/Makefile, it's automatically
handled by AM_PO_SUBDIRS.

svn path=/trunk/mono/; revision=112983

ChangeLog
configure.in

index 8163c5b48adece58923b6d6a5244fed61894f50b..d746a7c58b03fefbafc7fc05cdc7b2254b27bbf3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-15  Raja R Harinath  <harinath@hurrynot.org>
+
+       * configure.in (AC_CONFIG_FILES): Put po/mcs/Makefile.in in its
+       own stanza.
+       (AC_OUTPUT): Don't list po/mcs/Makefile, it's automatically
+       handled by AM_PO_SUBDIRS.
+
 2008-09-14  Miguel de Icaza  <miguel@novell.com>
 
        * Added some infrastructure to start the translation of the
index d54efe2e5325f39a96e002b9354bded1544bc3aa..c779620590ce466fa0edc0ead666dd8d9d90a4db 100644 (file)
@@ -2150,7 +2150,9 @@ else
 fi
 AC_SUBST(mono_cfg_dir)
 
-AC_CONFIG_FILES([runtime/mono-wrapper po/mcs/Makefile.in],[chmod +x runtime/mono-wrapper])
+AC_CONFIG_FILES([po/mcs/Makefile.in])
+
+AC_CONFIG_FILES([runtime/mono-wrapper],[chmod +x runtime/mono-wrapper])
 AC_CONFIG_FILES([runtime/monodis-wrapper],[chmod +x runtime/monodis-wrapper])
 
 AC_CONFIG_COMMANDS([runtime/etc/mono/1.0/machine.config],
@@ -2292,7 +2294,6 @@ tools/Makefile
 tools/locale-builder/Makefile
 runtime/Makefile
 msvc/Makefile
-po/mcs/Makefile
 ])
 
 if test x$platform_win32 = xyes; then