tweak last change

This commit is contained in:
Ian Lance Taylor 1995-09-07 17:09:48 +00:00
parent 936b870cfd
commit a7873a6cbd
3 changed files with 6 additions and 4 deletions

View File

@ -2,9 +2,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.
Check for config.h:config.in when creating stamp-h.
* configure: Rebuild.
* Makefile.in (stamp-h): Set CONFIG_HEADERS to config.h:config.in
when calling config.status.
* Makefile.in (stamp-h): Depend upon config.in rather than
config.h.in. 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.

2
bfd/configure vendored
View File

@ -1706,7 +1706,7 @@ cat >> $CONFIG_STATUS <<\EOF
fi; done
case x$CONFIG_HEADERS in xconfig.h) echo > stamp-h ;; esac
case x$CONFIG_HEADERS in xconfig.h:config.in) echo > stamp-h ;; esac
exit 0
EOF
chmod +x $CONFIG_STATUS

View File

@ -481,4 +481,4 @@ AC_SUBST(tdefaults)
rm -f doc/config.status
AC_OUTPUT(Makefile doc/Makefile,
[case x$CONFIG_HEADERS in xconfig.h) echo > stamp-h ;; esac])
[case x$CONFIG_HEADERS in xconfig.h:config.in) echo > stamp-h ;; esac])