Re: AM_MAKE_INCLUDE [patch]

2001-04-10 Thread Tom Tromey
> "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes: Ralf> So, below is a patch to address this issue by applying make -s. Ralf> If this doesn't work out, the entire check probably needs to be Ralf> reworked. Thanks, I checked this in. I wrote up the test as part of the patch and verifie

Re: AM_MAKE_INCLUDE [patch]

2001-03-27 Thread Ralf Corsepius
ively running make. > > > > Due to recursively running make, __gmake__ emits a "Entering > > directory ..." message to __stdout__, which interferes with > > autoconf's AM_MAKE_INCLUDE check, which expects a string containing > > plain "done" ins

Re: AM_MAKE_INCLUDE

2001-03-27 Thread Raja R Harinath
ly running make, __gmake__ emits a "Entering > directory ..." message to __stdout__, which interferes with > autoconf's AM_MAKE_INCLUDE check, which expects a string containing > plain "done" instead of > "make[1]:Entering directory ..done", which it actually see

Re: AM_MAKE_INCLUDE

2001-03-27 Thread Ralf Corsepius
ve seen something similar. AFAIS, any automake based configuration using dependency tracking is subject to this issue, because AM_DEPENDENCIES "am_requires" AM_MAKE_INCLUDE (Thanks for the hint, Lars) > Running './config.status --recheck' > again seems to fix it. > > Unfortun

Re: AM_MAKE_INCLUDE

2001-03-27 Thread Raja R Harinath
Hi, Ralf Corsepius <[EMAIL PROTECTED]> writes: > An observation with cvs-autoconf and automake-1.4d: > > Given this configure.in: > > AC_INIT(Makefile.am) > AM_INIT_AUTOMAKE(foo,0,no) > AM_MAKE_INCLUDE > AC_OUTPUT(Makefile) > > # ./configure [snip] > No

Re: AM_MAKE_INCLUDE

2001-03-27 Thread Ralf Corsepius
Tim Van Holder wrote: > > On 27 Mar 2001 09:57:08 +0200, Ralf Corsepius wrote: > > # ./configure > > checking for style of include used by make... include > > > > # make > > /bin/sh ./config.status --recheck > > running /bin/sh ./configure --no-create --no-recursion > > checking for style of in

Re: AM_MAKE_INCLUDE

2001-03-27 Thread Tim Van Holder
On 27 Mar 2001 09:57:08 +0200, Ralf Corsepius wrote: > # ./configure > checking for style of include used by make... include > > # make > /bin/sh ./config.status --recheck > running /bin/sh ./configure --no-create --no-recursion > checking for style of include used by make... # Is th

AM_MAKE_INCLUDE

2001-03-26 Thread Ralf Corsepius
Hi, An observation with cvs-autoconf and automake-1.4d: Given this configure.in: AC_INIT(Makefile.am) AM_INIT_AUTOMAKE(foo,0,no) AM_MAKE_INCLUDE AC_OUTPUT(Makefile) # ./configure checking for a BSD compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes