> "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
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
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
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
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
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
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
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