* configure.in: Build config.h from config.in.

* config.h.in: Removed.
	* config.in: New file.
This commit is contained in:
Tom Tromey 1998-03-25 22:20:46 +00:00
parent 37f3c03c11
commit 940e676c55
4 changed files with 8 additions and 4 deletions

View 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.

View 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

4
intl/configure vendored
View file

@ -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

View 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