]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Turned on internationalization
authorTom Tromey <tromey@redhat.com>
Sat, 25 Nov 1995 19:56:04 +0000 (19:56 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 25 Nov 1995 19:56:04 +0000 (19:56 +0000)
Makefile.am
configure.in
lib/am/Makefile.am

index d52625faad8876bcb7406011398d72896fc9bf36..dc995f40d0bc1ebcab0acdc8f77157dd303d2b55 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = intl po
+SUBDIRS = intl po
 
 SCRIPTS = automake
 DISTCLEANFILES = automake
index f24dfaf9ca80b0206e92d90e2ccb8f3111d5688e..f6c0f048bc8c5584de009355f4f26e42db6fde67 100644 (file)
@@ -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])
index d52625faad8876bcb7406011398d72896fc9bf36..dc995f40d0bc1ebcab0acdc8f77157dd303d2b55 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = intl po
+SUBDIRS = intl po
 
 SCRIPTS = automake
 DISTCLEANFILES = automake