diff options
author | Tom Tromey <tromey@redhat.com> | 1998-03-25 22:20:46 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-03-25 22:20:46 +0000 |
commit | 940e676c559e91b630d1e093abf204ba6c376c34 (patch) | |
tree | 0f0e74ec1a725f991a4939c38084ead5ce39f05a /intl/configure.in | |
parent | 37f3c03c11f346058b303dca24c4873bfdb2343e (diff) | |
download | gdb-940e676c559e91b630d1e093abf204ba6c376c34.zip gdb-940e676c559e91b630d1e093abf204ba6c376c34.tar.gz gdb-940e676c559e91b630d1e093abf204ba6c376c34.tar.bz2 |
* configure.in: Build config.h from config.in.
* config.h.in: Removed.
* config.in: New file.
Diffstat (limited to 'intl/configure.in')
-rw-r--r-- | intl/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |