svn path=/trunk/mcs/; revision=113893
[mono.git] / configure.in
index ecb7ae1a581de3741e422af275e16e9431c46899..70651007c835aa9fc634465bea80382dd8947d1b 100644 (file)
@@ -389,14 +389,6 @@ fi
 # we do not configure the full gettext, as we consume it dynamically from C#
 AM_PO_SUBDIRS
 
-po_dirs=po/mcs
-if grep -q '@GETTEXT_MACRO''_VERSION@' $0; then
-       po_dirs=
-else 
-        AC_CONFIG_SUBDIRS(po/mcs)
-fi
-AC_SUBST(po_dirs)
-
 AC_ARG_WITH([libgdiplus], 
        [  --with-libgdiplus=installed|sibling|<path>   Override the libgdiplus used for System.Drawing tests (defaults to NO)], 
        [], [with_libgdiplus=installed])
@@ -2158,7 +2150,7 @@ else
 fi
 AC_SUBST(mono_cfg_dir)
 
-AC_CONFIG_FILES([po/mcs/Makefile.in po/Makefile.in])
+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])
@@ -2302,6 +2294,7 @@ tools/Makefile
 tools/locale-builder/Makefile
 runtime/Makefile
 msvc/Makefile
+po/Makefile
 ])
 
 if test x$platform_win32 = xyes; then