summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-23 18:15:57 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-23 18:15:57 -0800
commit63fbaaa539d3120392509d7796649571c1417889 (patch)
tree3ea868f09480eb94100b5f53c6ccd6e5f25b483c /ChangeLog
parenta7d759201fb53a5d632a0d178908da0248ff9cc1 (diff)
downloadtxr-63fbaaa539d3120392509d7796649571c1417889.tar.gz
txr-63fbaaa539d3120392509d7796649571c1417889.tar.bz2
txr-63fbaaa539d3120392509d7796649571c1417889.zip
Reporting of compile errors during configuration for easier
configure debugging.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4feb1212..304fd961 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2009-11-23 Kaz Kylheku <kkylheku@gmail.com>
+ Reporting of compile errors during configuration for easier
+ configure debugging.
+
+ * Makefile (conftest): Pass all of the CFLAGS when building
+ conftest. This way bad compiler options are caught
+ right in the basic compiler sanity test.
+
+ * configure: Compiler jobs are redirected to temporary error
+ file conftest.err which is dumped if there is a failure.
+ Parting text is improved: the user should not blindly
+ trust the success of the configuration but check its sanity.
+
+2009-11-23 Kaz Kylheku <kkylheku@gmail.com>
+
* configure: Bugfix in parsing configuration variables
which contain the = character.