autoconf
[Top][All Lists]
Advanced

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

Re: errrr.. bug in 2.13 with AC_REPLACE_FUNCS() ?


From: Akim Demaille
Subject: Re: errrr.. bug in 2.13 with AC_REPLACE_FUNCS() ?
Date: 14 Dec 2000 10:42:07 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

| With autoconf 2.13  (built with gnu m4 1.4)
| The following:
| AC_CHECK_FUNC(strtok, AC_DEFINE(HAVE_STRTOK), LIBOBJS="$LIBOBJS strtok.o")
| or
| AC_REPLACE_FUNCS(strtok, strtok.o)
| or 
| AC_REPLACE_FUNCS(strtok)
| 
| Results in:
| 
| autoconf: Undefined macros:
| ***BUG in Autoconf--please report*** AC_FD_CC
| ***BUG in Autoconf--please report*** AC_FD_CC
| ***BUG in Autoconf--please report*** AC_FD_MSG
| ***BUG in Autoconf--please report*** AC_FD_MSG

IIRC in 2.13 these guys are defined inside AC_INIT, i.e., I very
highly suspect you have no AC_INIT on top of your file.  This is bad.



reply via email to

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