]> sourceware.org Git - automake.git/commitdiff
Turned off internationalization.
authorTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 23:31:33 +0000 (23:31 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 23:31:33 +0000 (23:31 +0000)
Makefile.am
configure.in
lib/am/Makefile.am

index 3b30a332b46184ba7df6b81ce5b600fea6408840..a45e7951a93cac8b53e61331d8b238707d7231cc 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = intl po
+SUBDIRS = intl po
 
 SCRIPTS = automake
 DISTCLEANFILES = automake
@@ -14,7 +14,7 @@ program.am programs.am remake-hdr.am \
 remake-subd.am remake.am scripts.am subdirs.am tags.am tags-subd.am \
 tags-clean.am texi-version.am texinfos-vars.am texinfos.am
 
-CONFIG_HEADER = config.h
+CONFIG_HEADER = config.h
 
 DIST_OTHER = automake.in gettext-sh $(am_DATA)
 DIST_SUBDIRS = RCS samples
index 7d9a4ddc41c8b4b959ad2e9994c9befa571a145f..ad5e0a51a931b2bad6f790152074f107108a1fe5 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(dist.am)
 dnl we use this for gettext
-AC_CONFIG_HEADER(config.h)
+dnl AC_CONFIG_HEADER(config.h)
 
 PACKAGE=automake
 AC_SUBST(PACKAGE)
@@ -24,13 +24,14 @@ dnl
 dnl NLS configuration.
 dnl
 
-ud_GNU_GETTEXT
-AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
+dnl ud_GNU_GETTEXT
+dnl AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
 
 dnl
 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 intl/Makefile po/Makefile.in],
+dnl [sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])
index 3b30a332b46184ba7df6b81ce5b600fea6408840..a45e7951a93cac8b53e61331d8b238707d7231cc 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = intl po
+SUBDIRS = intl po
 
 SCRIPTS = automake
 DISTCLEANFILES = automake
@@ -14,7 +14,7 @@ program.am programs.am remake-hdr.am \
 remake-subd.am remake.am scripts.am subdirs.am tags.am tags-subd.am \
 tags-clean.am texi-version.am texinfos-vars.am texinfos.am
 
-CONFIG_HEADER = config.h
+CONFIG_HEADER = config.h
 
 DIST_OTHER = automake.in gettext-sh $(am_DATA)
 DIST_SUBDIRS = RCS samples
This page took 0.029606 seconds and 5 git commands to generate.