Re: autoconf 2.61: AC_DEFINE variable with parenthesis

2006-12-15 Thread Stepan Kasal
[ This is part 1 of 2 of my answer to the report. ] Hello, On Thu, Dec 14, 2006 at 02:32:54PM +0200, Andrey Simonenko wrote: There is something different between 2.59 and 2.61 versions, indeed, you have discovered a regression, thank you. My reply comes in two mails; this one explains the

AC_CONFIG_HEADERS regression (was: Re: autoconf 2.61: AC_DEFINE variable with parenthesis)

2006-12-15 Thread Stepan Kasal
[ This is part 2 of 2 of my answer to the report. ] Hello, On Thu, Dec 14, 2006 at 02:32:54PM +0200, Andrey Simonenko reported the following regression: The temmplate: config.h.in: # define ABC # define DEF(x) results in: [...] autoconf-2.59: /* config.h. Generated by configure. */ #

autconf error configuring readline sparc/solaris 10

2006-12-15 Thread Frank Middleton
The output from configure asked me to report this, so here it is. The installed version is probably 2.60. Might a later version fix this, or can this warning be ignored? Please let me know if you would like me to try anything... Thanks # uname -a SunOS apogee6 5.10 Generic_118833-24 sun4u sparc

Re: autoconf 2.61: AC_DEFINE variable with parenthesis

2006-12-15 Thread Paul Eggert
Andrey Simonenko [EMAIL PROTECTED] writes: AC_DEFINE([DEF(x)], [somevalue]) Ouch! That's not supported, and I'm surprised you got it to work as well as it did. First things first: we have to clarify the documentation to make it clearer that this isn't supposed to work, and add a warning in

Re: [patch] AC_FUNC_GETMNTENT not defining HAVE_GETMNTENT to 1 but to empty

2006-12-15 Thread Paul Eggert
Ben Pfaff [EMAIL PROTECTED] writes: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243 Thanks, I installed that into Autoconf. Here's the patch again, for autoconf-patches: 2006-12-15 Paul Eggert [EMAIL PROTECTED] * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):