diff options
author | H. Peter Anvin <hpa@zytor.com> | 2003-09-08 20:02:10 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2003-09-08 20:02:10 +0000 |
commit | eea6b7aa7fd57415c9effc537d240d1969ddc978 (patch) | |
tree | befe8b68ba70ecf52daaa16a0b411016a0ae7ef0 /CHANGES | |
parent | fd508e5c4efcf65675b4d0504420d3b6e8083a92 (diff) | |
download | nasm-eea6b7aa7fd57415c9effc537d240d1969ddc978.tar.gz nasm-eea6b7aa7fd57415c9effc537d240d1969ddc978.tar.bz2 nasm-eea6b7aa7fd57415c9effc537d240d1969ddc978.zip |
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-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ------- |