diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-07 17:03:55 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-07 17:03:55 +0000 |
commit | 936b870cfd1a2c6552d3ee0bc5a3b8477510528b (patch) | |
tree | 5bd0426c539ab9ef90eea0d1f0af37f1b10ba446 /bfd/configure | |
parent | f40d9bc2672d5ed12fb178f0a24b2306a228a99d (diff) | |
download | gdb-936b870cfd1a2c6552d3ee0bc5a3b8477510528b.zip gdb-936b870cfd1a2c6552d3ee0bc5a3b8477510528b.tar.gz gdb-936b870cfd1a2c6552d3ee0bc5a3b8477510528b.tar.bz2 |
* config.in: Rename from config.h.in.
* configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
* configure: Rebuild.
* Makefile.in (stamp-h): Set CONFIG_HEADERS to config.h:config.in
when calling config.status.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/configure b/bfd/configure index ec4e70f..3d0008a 100755 --- a/bfd/configure +++ b/bfd/configure @@ -1500,7 +1500,7 @@ done ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" -trap 'rm -fr `echo "Makefile doc/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +trap 'rm -fr `echo "Makefile doc/Makefile config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 # Protect against being on the right side of a sed subst in config.status. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\\\&%]/\\\\&/g; @@ -1628,7 +1628,7 @@ ac_eB='$%\1#\2define\3' ac_eC=' ' ac_eD='%g' -CONFIG_HEADERS=${CONFIG_HEADERS-"config.h"} +CONFIG_HEADERS=${CONFIG_HEADERS-"config.h:config.in"} for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then # Support "outfile[:infile]", defaulting infile="outfile.in". case "$ac_file" in |