summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2003-09-08 20:02:10 +0000
committerH. Peter Anvin <hpa@zytor.com>2003-09-08 20:02:10 +0000
commiteea6b7aa7fd57415c9effc537d240d1969ddc978 (patch)
treebefe8b68ba70ecf52daaa16a0b411016a0ae7ef0 /CHANGES
parentfd508e5c4efcf65675b4d0504420d3b6e8083a92 (diff)
downloadnasm-eea6b7aa7fd57415c9effc537d240d1969ddc978.tar.gz
Make sure autoheader has actually been run by conditionalizing
the running of configure on the existence of config.h.in.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a23e5f71..dcff79ac 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,8 @@
* Fix for %rep with no arguments (#560568)
* Fix concatenation of preprocessor function call (#794686)
* Fix long label causes coredump (#677841)
+* Use autoheader as well as autoconf to keep configure from generating
+ ridiculously long command lines.
0.98.37
-------