summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1995-11-25 19:56:04 +0000
committerTom Tromey <tromey@redhat.com>1995-11-25 19:56:04 +0000
commitbfc7c8aa87e43b8d1eee1c7ee5212ba725d27f93 (patch)
treea08b09c8583ca8a65ef8f7288fd7f48f2f672f4e /configure.in
parenta101a79bdb20211b2970a5c25d2621dcd96fbfd2 (diff)
downloadautomake-bfc7c8aa87e43b8d1eee1c7ee5212ba725d27f93.tar.gz
Turned on internationalization
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index f24dfaf9c..f6c0f048b 100644
--- a/configure.in
+++ b/configure.in
@@ -24,7 +24,5 @@ dnl End of NLS configuration.
dnl
-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])
+AC_OUTPUT([Makefile automake intl/Makefile po/Makefile.in],
+[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])