tweak last change
This commit is contained in:
parent
936b870cfd
commit
a7873a6cbd
3 changed files with 6 additions and 4 deletions
|
@ -2,9 +2,11 @@ Thu Sep 7 12:48:01 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* config.in: Rename from config.h.in.
|
* config.in: Rename from config.h.in.
|
||||||
* configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
|
* configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
|
||||||
|
Check for config.h:config.in when creating stamp-h.
|
||||||
* configure: Rebuild.
|
* configure: Rebuild.
|
||||||
* Makefile.in (stamp-h): Set CONFIG_HEADERS to config.h:config.in
|
* Makefile.in (stamp-h): Depend upon config.in rather than
|
||||||
when calling config.status.
|
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.in (do_distclean): Remove config.h and stamp-h.
|
||||||
(Makefile): Just rebuild Makefile.
|
(Makefile): Just rebuild Makefile.
|
||||||
|
|
2
bfd/configure
vendored
2
bfd/configure
vendored
|
@ -1706,7 +1706,7 @@ cat >> $CONFIG_STATUS <<\EOF
|
||||||
fi; done
|
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
|
exit 0
|
||||||
EOF
|
EOF
|
||||||
chmod +x $CONFIG_STATUS
|
chmod +x $CONFIG_STATUS
|
||||||
|
|
|
@ -481,4 +481,4 @@ AC_SUBST(tdefaults)
|
||||||
|
|
||||||
rm -f doc/config.status
|
rm -f doc/config.status
|
||||||
AC_OUTPUT(Makefile doc/Makefile,
|
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])
|
||||||
|
|
Loading…
Reference in a new issue