* configure.in: Build config.h from config.in.
authorTom Tromey <tromey@redhat.com>
Wed, 25 Mar 1998 22:20:46 +0000 (22:20 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 25 Mar 1998 22:20:46 +0000 (22:20 +0000)
* config.h.in: Removed.
* config.in: New file.

intl/ChangeLog.Cygnus
intl/config.in [moved from intl/config.h.in with 97% similarity]
intl/configure
intl/configure.in

index 5e91539..f5ee244 100644 (file)
@@ -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.
similarity index 97%
rename from intl/config.h.in
rename to intl/config.in
index e78681f..8a9049b 100644 (file)
@@ -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
index fe6354c..e2b44a9 100755 (executable)
@@ -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
index d751db1..d3c9cea 100644 (file)
@@ -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