Re: FYI: grep had to switch: AC_PROG_CC_STDC -> AC_PROG_CC

2012-10-24 Thread Paul Eggert
On 10/24/2012 01:07 PM, Adrian Bunk wrote: > You also have to exclude AC_PROG_CC_C89 and AC_PROG_CC_C99 (similar > to AC_PROG_CC_STDC) in au_exclude_list in tests/mktests.sh to fix the > "make check" errors this causes. Thanks, I just now pushed a patch to do that. ___

Re: FYI: grep had to switch: AC_PROG_CC_STDC -> AC_PROG_CC

2012-10-24 Thread Adrian Bunk
On Wed, Oct 24, 2012 at 12:29:13PM -0700, Paul Eggert wrote: > On 10/24/2012 02:01 AM, Jim Meyering wrote: > > When attempting to bootstrap grep.git using > > autoconf.git (v2.69-37-gb9dc6b6), I see this failure: > > > > autoreconf: running: aclocal -I m4 -I m4 > > configure.ac:81: error:

Re: FYI: grep had to switch: AC_PROG_CC_STDC -> AC_PROG_CC

2012-10-24 Thread Paul Eggert
On 10/24/2012 02:01 AM, Jim Meyering wrote: > When attempting to bootstrap grep.git using > autoconf.git (v2.69-37-gb9dc6b6), I see this failure: > > autoreconf: running: aclocal -I m4 -I m4 > configure.ac:81: error: AC_PROG_CC cannot be called after AM_PROG_CC_C_O Yeowch. Thanks for rep

FYI: grep had to switch: AC_PROG_CC_STDC -> AC_PROG_CC

2012-10-24 Thread Jim Meyering
When attempting to bootstrap grep.git using autoconf.git (v2.69-37-gb9dc6b6), I see this failure: autoreconf: running: aclocal -I m4 -I m4 configure.ac:81: error: AC_PROG_CC cannot be called after AM_PROG_CC_C_O ../../lib/autoconf/c.m4:1459: AC_PROG_CC_STDC is expanded from... m4/g