diff options
author | Roland McGrath <roland@redhat.com> | 1993-08-16 21:34:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-08-16 21:34:26 +0000 |
commit | ba2c317cb7712fdddc7fac19a820dbf173ab9634 (patch) | |
tree | de56595d9389c3f1bdfa367c55c0f866e8e662b4 /configure.in | |
parent | aea1502a785fc4cc9cdf96f0733ec107ceae7eee (diff) | |
download | gunmake-ba2c317cb7712fdddc7fac19a820dbf173ab9634.tar.gz |
Formerly configure.in.~24~
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 55d14e6..c081c22 100644 --- a/configure.in +++ b/configure.in @@ -81,6 +81,9 @@ else fi AC_OUTPUT(Makefile build.sh glob/Makefile) +# Makefile uses this timestamp file to know when to remake Makefile, +# build.sh, and glob/Makefile. +touch stamp-config dnl Local Variables: dnl comment-start: "dnl " |