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 /configure.in | |
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 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5ab8696..d359399 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. |