'configure' apparently doesn't bump the timestamp on config.h if it
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 29 Mar 2011 18:01:42 +0000 (18:01 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 29 Mar 2011 18:01:42 +0000 (18:01 +0000)
commit1037e6859c407bcdc9352f638567e0b62b27bbfc
tree81139492c1e0376bc6e83d80fce60b1c31637b4d
parent19199555f89d30bc913539850089ecafe64af043
'configure' apparently doesn't bump the timestamp on config.h if it
didn't have to change it. Useful if you're constantly re-running
configure and want not to have to keep remaking everything, but when I
run configure _from_ my master makefile, it cuts the other way and I
want to avoid having the Makefile rerun configure every time. So
manually touch config.h after a successful run of configure.

git-svn-id: svn://svn.tartarus.org/sgt/agedu@9134 cda61777-01e9-0310-a592-d414129be87e
GNUmakefile