From: Tom Tromey Date: Sat, 25 Nov 1995 00:03:37 +0000 (+0000) Subject: Turn off i18n X-Git-Tag: Release-0-25~174 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbe481828ac10bc5add5283050f3ea052cdad856;p=thirdparty%2Fautomake.git Turn off i18n --- diff --git a/configure.in b/configure.in index 35acf65f5..1cd5ef929 100644 --- a/configure.in +++ b/configure.in @@ -24,5 +24,7 @@ dnl End of NLS configuration. dnl -AC_OUTPUT([Makefile automake intl/Makefile po/Makefile.in], -[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile]) +AC_OUTPUT([Makefile automake]) +dnl uncomment these when internationalization is ready +dnl intl/Makefile po/Makefile.in], +dnl [sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])