autoconf
[Top][All Lists]
Advanced

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

Re: 2.60 and AC_FUNC_GETGROUPS


From: Ralf Wildenhues
Subject: Re: 2.60 and AC_FUNC_GETGROUPS
Date: Mon, 6 Nov 2006 22:35:30 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Bill,

* Bill Moseley wrote on Mon, Nov 06, 2006 at 08:37:29PM CET:
> I have this in configure.in:
> 
> AC_FUNC_GETGROUPS
> 
> AC_TYPE_GETGROUPS
> AC_DEFINE([GETGROUPS_T],GETGROUPS_T,[Check for groups with AC_TYPE_GETGROUPS])

The last line is broken and unnecessary, AC_TYPE_GETGROUPS will define
GETGROUPS_T already.  Remove it and things will work with both 2.59 and
2.60.  The error just did not show up before (by sheer luck!) because
the order of define substitutions was different.  If that line was ever
helpful for anything, then it must have been either with an earlier
Autoconf version or have to do with some other piece of your configury
that you haven't shown us yet.

Cheers,
Ralf




reply via email to

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