summaryrefslogtreecommitdiff
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
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.
-rw-r--r--CHANGES2
-rw-r--r--configure.in2
2 files changed, 3 insertions, 1 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
-------
diff --git a/configure.in b/configure.in
index 5ab86962..d359399b 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf 2.53 or later to produce
dnl a configure script.
AC_PREREQ(2.53)
AC_REVISION([$Id$])
-AC_INIT(nasm.c)
+AC_INIT(config.h.in)
AC_CONFIG_HEADERS(config.h)
dnl Check for broken VPATH handling on older NetBSD makes.