bug-autoconf
[Top][All Lists]
Advanced

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

Re: Autoconf: bug in current CVS version


From: Akim Demaille
Subject: Re: Autoconf: bug in current CVS version
Date: 03 Oct 2000 16:04:35 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

It works for me:

/tmp % cat > configure.in                                        nostromo 16:03
AC_INIT(configure.in)
AC_CONFIG_HEADER(config.h)

AC_PROG_CC_STDC

AC_CHECK_FUNCS(nonexisting_function)
/tmp % ~ace/autoheader -A ~ace                                   nostromo 16:03
/tmp % cat config.h.in                                           nostromo 16:03
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define if you have the `nonexisting_function' function. */
#undef HAVE_NONEXISTING_FUNCTION


We need more details.  Are your sources up to date?

        Akim



reply via email to

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