Henrik Nordstrom wrote:
On fre, 2007-08-17 at 14:23 +1200, Amos Jeffries wrote:

Thanks Henrik.
 I couldn't find the AC_REPLACE_FUNCS outside a special library test
(there is a long list for header file checks).

???

my configure.in reads

AC_SUBST(LIBREGEX)

AC_REPLACE_FUNCS(\
        drand48 \
        tempnam \
        strerror \
    initgroups
)

dnl Not cached since people are likely to tune this
AC_MSG_CHECKING(Default FD_SETSIZE value)


Oh, I (miss-)interpreted that as part of the libregex check above it since it had no start comment.
Fixing.

Amos

Reply via email to