]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Turn off i18n
authorTom Tromey <tromey@redhat.com>
Sat, 25 Nov 1995 00:03:37 +0000 (00:03 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 25 Nov 1995 00:03:37 +0000 (00:03 +0000)
configure.in

index 35acf65f5719a73c36ca035b3313cf3e1e4edaa8..1cd5ef9299943291b0b7b436069d98ea5b17a479 100644 (file)
@@ -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])