bug-autoconf
[Top][All Lists]
Advanced

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

autoheader (GNU Autoconf) 2.59


From: John Halleck
Subject: autoheader (GNU Autoconf) 2.59
Date: Wed, 28 Apr 2004 15:54:06 -0600 (MDT)

Bug: autoheader (GNU Autoconf) 2.59

If autoheader is invoked, and there is no AC_CONFIG_HEADERS
in configure.ac, then you correctly get the error message:
    autoheader: error: AC_CONFIG_HEADERS not found in configure.ac

***BUT***  you are ALSO "gifted" with a file with the name ".in"
(Which, being a dot-file isn't normally visible to the user.)

This file contains: -------------------
/* .in.  Generated from configure.ac by autoheader.  */
 
/* Name of package */
#undef PACKAGE
 
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
 
/* Define to the full name of this package. */
#undef PACKAGE_NAME
 
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
 
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
 
/* Define to the version of this package. */
#undef PACKAGE_VERSION
 
/* Version number of package */
#undef VERSION







reply via email to

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