autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug report] autoheader still creates .in file if no AC_CONFIG_HEADERS


From: Kelley Cook
Subject: [bug report] autoheader still creates .in file if no AC_CONFIG_HEADERS
Date: Fri, 05 Nov 2004 22:35:38 -0500
User-agent: Mozilla Thunderbird 0.7.3 (Macintosh/20040803)

If you run autoheader 2.59b on a configure.ac without a AC_CONFIG_HEADERS, it will properly inform you

error: AC_CONFIG_HEADERS not found in configure.ac

Nevertheless the perl script continues which appends .in to nothing thereby creating the hidden file ".in" and procedes all outputs all the defines into it.

Two easy solutions would be to either abort after the error or to set a default for $config.h |= "config.h" right after the error message.

There are likely other solutions to this bug.

Kelley Cook





reply via email to

[Prev in Thread] Current Thread [Next in Thread]