On Mon, Nov 06, 2006 at 10:35:30PM +0100, Ralf Wildenhues wrote: > > 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. Thanks -- I don't have any idea why that line is in there. It may have been copied from a googled configure.in or maybe someone had a reason for using it at one point. If we were under svn instead of cvs maybe svn blame would help figure that out... ;) -- Bill Moseley moseley@xxxxxxxx _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf