aboutsummaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-03-25 22:20:46 +0000
committerTom Tromey <tromey@redhat.com>1998-03-25 22:20:46 +0000
commit940e676c559e91b630d1e093abf204ba6c376c34 (patch)
tree0f0e74ec1a725f991a4939c38084ead5ce39f05a /intl
parent37f3c03c11f346058b303dca24c4873bfdb2343e (diff)
downloadfsf-binutils-gdb-940e676c559e91b630d1e093abf204ba6c376c34.zip
fsf-binutils-gdb-940e676c559e91b630d1e093abf204ba6c376c34.tar.gz
fsf-binutils-gdb-940e676c559e91b630d1e093abf204ba6c376c34.tar.bz2
* configure.in: Build config.h from config.in.
* config.h.in: Removed. * config.in: New file.
Diffstat (limited to 'intl')
-rw-r--r--intl/ChangeLog.Cygnus4
-rw-r--r--intl/config.in (renamed from intl/config.h.in)2
-rwxr-xr-xintl/configure4
-rw-r--r--intl/configure.in2
4 files changed, 8 insertions, 4 deletions
diff --git a/intl/ChangeLog.Cygnus b/intl/ChangeLog.Cygnus
index 5e91539..f5ee244 100644
--- a/intl/ChangeLog.Cygnus
+++ b/intl/ChangeLog.Cygnus
@@ -1,5 +1,9 @@
Wed Mar 25 15:00:14 1998 Tom Tromey <tromey@cygnus.com>
+ * configure.in: Build config.h from config.in.
+ * config.h.in: Removed.
+ * config.in: New file.
+
* config.h.in: New file.
* configure.in, configure, acconfig.h, aclocal.m4: New files.
diff --git a/intl/config.h.in b/intl/config.in
index e78681f..8a9049b 100644
--- a/intl/config.h.in
+++ b/intl/config.in
@@ -1,4 +1,4 @@
-/* config.h.in. Generated automatically from configure.in by autoheader. */
+/* config.in. Generated automatically from configure.in by autoheader. */
/* Define if using alloca.c. */
#undef C_ALLOCA
diff --git a/intl/configure b/intl/configure
index fe6354c..e2b44a9 100755
--- a/intl/configure
+++ b/intl/configure
@@ -2885,7 +2885,7 @@ done
ac_given_srcdir=$srcdir
ac_given_INSTALL="$INSTALL"
-trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+trap 'rm -fr `echo "Makefile config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@@ -3067,7 +3067,7 @@ ac_eD='%g'
if test "${CONFIG_HEADERS+set}" != set; then
EOF
cat >> $CONFIG_STATUS <<EOF
- CONFIG_HEADERS="config.h"
+ CONFIG_HEADERS="config.h:config.in"
EOF
cat >> $CONFIG_STATUS <<\EOF
fi
diff --git a/intl/configure.in b/intl/configure.in
index d751db1..d3c9cea 100644
--- a/intl/configure.in
+++ b/intl/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(dgettext.c)
-AM_CONFIG_HEADER(config.h)
+AM_CONFIG_HEADER(config.h:config.in)
AM_PROG_INSTALL
CY_GNU_GETTEXT