* config.in: Rename from config.h.in.
authorIan Lance Taylor <ian@airs.com>
Thu, 7 Sep 1995 17:03:55 +0000 (17:03 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 7 Sep 1995 17:03:55 +0000 (17:03 +0000)
* 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.

bfd/.Sanitize
bfd/ChangeLog
bfd/Makefile.in
bfd/config.h.in [deleted file]
bfd/configure
bfd/configure.in

index 311aca5c8f22562d22f73dfa71dfefbaf4ae34ab..db25ce585cce1eac5785aea997bef290269599f9 100644 (file)
@@ -96,7 +96,7 @@ coffgen.c
 cofflink.c
 coffswap.h
 config.bfd
-config.h.in
+config.in
 configure
 configure.bat
 configure.host
index 98706381e7fddc5e9444e150b6e551ee43e6cf75..1d5d2213d76381f20155e88d2d8fdc04817f837f 100644 (file)
@@ -1,5 +1,11 @@
 Thu Sep  7 12:48:01 1995  Ian Lance Taylor  <ian@cygnus.com>
 
+       * 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.
+
        * Makefile.in (do_distclean): Remove config.h and stamp-h.
        (Makefile): Just rebuild Makefile.
        (config.h, stamp-h): New targets.
index a70ef0fe807d18c76d2c7bbadcc029a2102f8a6c..8d7f9674b308345c07c93a030039b860fe01ee79 100644 (file)
@@ -477,8 +477,8 @@ Makefile: Makefile.in config.status
        CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
 
 config.h: stamp-h ; @true
-stamp-h: config.h.in config.status
-       CONFIG_FILES= CONFIG_HEADERS=config.h $(SHELL) ./config.status
+stamp-h: config.in config.status
+       CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status
 
 config.status: configure configure.host config.bfd
        $(SHELL) config.status --recheck
diff --git a/bfd/config.h.in b/bfd/config.h.in
deleted file mode 100644 (file)
index 0e14247..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-/* config.h.in.  Generated automatically from configure.in by autoheader.  */
-
-/* Do we need to use the b modifier when opening binary files?  */
-#undef USE_BINARY_FOPEN
-
-/* Whether malloc must be declared even if <stdlib.h> is included.  */
-#undef NEED_DECLARATION_MALLOC
-
-/* Whether free must be declared even if <stdlib.h> is included.  */
-#undef NEED_DECLARATION_FREE
-
-/* Name of host specific header file to include in trad-core.c.  */
-#undef TRAD_HEADER
-
-/* Define if you have the fcntl function.  */
-#undef HAVE_FCNTL
-
-/* Define if you have the <fcntl.h> header file.  */
-#undef HAVE_FCNTL_H
-
-/* Define if you have the <stddef.h> header file.  */
-#undef HAVE_STDDEF_H
-
-/* Define if you have the <stdlib.h> header file.  */
-#undef HAVE_STDLIB_H
-
-/* Define if you have the <string.h> header file.  */
-#undef HAVE_STRING_H
-
-/* Define if you have the <strings.h> header file.  */
-#undef HAVE_STRINGS_H
-
-/* Define if you have the <sys/file.h> header file.  */
-#undef HAVE_SYS_FILE_H
-
-/* Define if you have the <sys/procfs.h> header file.  */
-#undef HAVE_SYS_PROCFS_H
-
-/* Define if you have the <time.h> header file.  */
-#undef HAVE_TIME_H
-
-/* Define if you have the <unistd.h> header file.  */
-#undef HAVE_UNISTD_H
index ec4e70f186509cdc48f3bae2c1c577ce99eb040b..3d0008a890becedabc000411164b982fdd1a23f6 100755 (executable)
@@ -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
index 39eea25802d3cea25d65e9b7ad77ea14cb134b45..edc089dfb6f8b7a2d4cd67de351502348c3838cb 100644 (file)
@@ -19,7 +19,7 @@ AC_ARG_ENABLE(targets,
   *)        enable_targets=$enableval ;;
 esac])dnl
 
-AC_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER(config.h:config.in)
 
 AC_CONFIG_AUX_DIR(`cd $srcdir/..;pwd`)
 AC_CANONICAL_SYSTEM
This page took 0.032368 seconds and 4 git commands to generate.