From 5d7fcd65d5fab750c68e3c18580ab91f517c59ac Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 27 Nov 1995 23:31:33 +0000 Subject: [PATCH] Turned off internationalization. --- Makefile.am | 4 ++-- configure.in | 11 ++++++----- lib/am/Makefile.am | 4 ++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3b30a332..a45e7951 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.in b/configure.in index 7d9a4ddc..ad5e0a51 100644 --- a/configure.in +++ b/configure.in @@ -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]) diff --git a/lib/am/Makefile.am b/lib/am/Makefile.am index 3b30a332..a45e7951 100644 --- a/lib/am/Makefile.am +++ b/lib/am/Makefile.am @@ -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 -- 2.43.5