summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-11-05 21:31:13 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-11-05 21:31:13 -0700
commitd44bbf2177ae706e15247ca08c5739c8156bf3cb (patch)
tree4da085c572b9a3be2da2e320539efeb648ffc1dd /ChangeLog
parent7f9e034cc898604ef98b96832afbfcae61768e8e (diff)
downloadtxr-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be0fe583..144aa482 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.