aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-03-21 15:59:01 +0000
committerIan Lance Taylor <ian@airs.com>1996-03-21 15:59:01 +0000
commit18ea4416b732c2e38d4138c721d8f6101d302944 (patch)
tree132a98cb354fd0e4fcbbe8ffaaaa180cac155288 /gdb/configure
parentbaaaf6f299d75c5e7be7a85ea1fc9cf7a7163aaf (diff)
downloadgdb-18ea4416b732c2e38d4138c721d8f6101d302944.zip
gdb-18ea4416b732c2e38d4138c721d8f6101d302944.tar.gz
gdb-18ea4416b732c2e38d4138c721d8f6101d302944.tar.bz2
* config.in: Rename from config.h.in.
* configure.in: Call AC_CONFIG_HEADER with config.h:config.in. Change CONFIG_HEADERS test in AC_OUTPUT accordingly. * configure: Rebuild. * Makefile.in (stamp-h): Depend upon config.in, not config.h.in. Set CONFIG_HEADERS to config.h:config.in. The file name config.h.in can be used on DOS filesystems.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/configure b/gdb/configure
index f5909c1..2f69a0c 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -3454,7 +3454,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
@@ -3605,7 +3605,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
@@ -3757,7 +3757,7 @@ echo "source ${srcdir}/.gdbinit" >> .gdbinit
esac
case x$CONFIG_HEADERS in
-xconfig.h:config.h.in)
+xconfig.h:config.in)
echo > stamp-h ;;
esac