From eea6b7aa7fd57415c9effc537d240d1969ddc978 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 8 Sep 2003 20:02:10 +0000 Subject: [PATCH] Make sure autoheader has actually been run by conditionalizing the running of configure on the existence of config.h.in. --- CHANGES | 2 ++ configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a23e5f7..dcff79a 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 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. -- 2.7.4