Make sure autoheader has actually been run by conditionalizing

the running of configure on the existence of config.h.in.
This commit is contained in:
H. Peter Anvin 2003-09-08 20:02:10 +00:00
parent fd508e5c4e
commit eea6b7aa7f
2 changed files with 3 additions and 1 deletions

View file

@ -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
-------

View file

@ -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.