Commit Graph

7 Commits

Author SHA1 Message Date
David MacKenzie
f982f89086 Add ${config_h}.top to the output, if it's present. 1994-03-24 23:10:53 +00:00
David MacKenzie
11d9768195 Update the file even if it is unchanged, to avoid foiling a
Makefile rule that makes it from configure.in.
If you let the rule for making config.status from configure
create config.h from config.h.in, then an unnecessary update here
will not cause unneeded recompilation.  Recompilation should only
happen if config.h is updated, which won't occur if config.h.in
had the same contents, even if its timestamp changed.  (Ick.)
1994-03-19 21:39:45 +00:00
David MacKenzie
5ddb301bef Trap signal 2 (SIGINT), not signal 3 (SIGQUIT), which means stop
without cleaning up.  From eggert@twinsun.com (Paul Eggert).
1994-03-18 07:58:56 +00:00
David MacKenzie
63d75af989 entered into RCS 1994-03-18 02:55:23 +00:00
Paul Eggert
50cb431bed Formerly autoheader.sh.~30~ 1993-09-14 04:54:41 +00:00
Roland McGrath
f315cdbd78 Formerly autoheader.sh.~29~ 1993-08-30 21:36:49 +00:00
Roland McGrath
64e92ae20f Initial revision 1993-08-01 22:27:47 +00:00