Re: 2.60 and AC_FUNC_GETGROUPS

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

 



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


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux