diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-11-05 21:31:13 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-11-05 21:31:13 -0700 |
commit | d44bbf2177ae706e15247ca08c5739c8156bf3cb (patch) | |
tree | 4da085c572b9a3be2da2e320539efeb648ffc1dd /ChangeLog | |
parent | 7f9e034cc898604ef98b96832afbfcae61768e8e (diff) | |
download | txr-d44bbf2177ae706e15247ca08c5739c8156bf3cb.tar.gz txr-d44bbf2177ae706e15247ca08c5739c8156bf3cb.tar.bz2 txr-d44bbf2177ae706e15247ca08c5739c8156bf3cb.zip |
* configure: Bugfixes. Before the compiler tests, we must
remove the conftest executable, to make sure that the next test will
try to re-make it. The configure runs fast enough that the new
conftest.c does not always have a timestamp which is newer than
previous conftest executable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2011-11-05 Kaz Kylheku <kaz@kylheku.com> + * configure: Bugfixes. Before the compiler tests, we must + remove the conftest executable, to make sure that the next test will + try to re-make it. The configure runs fast enough that the new + conftest.c does not always have a timestamp which is newer than + previous conftest executable. + +2011-11-05 Kaz Kylheku <kaz@kylheku.com> + Task #11442. Make work on MingW. * configure: Test for environ and GetEnvironmentStrings. |