autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoconf config issue: what does ``|#_!!_#|'' mean?


From: Sergei Steshenko
Subject: Re: autoconf config issue: what does ``|#_!!_#|'' mean?
Date: Tue, 7 Nov 2006 13:30:12 -0800 (PST)

--- Ralf Wildenhues <address@hidden> wrote:

> * Sergei Steshenko wrote on Tue, Nov 07, 2006 at 07:13:38PM CET:
> > "
> > build.pl :INFO: executing ==> \cd 
> > /maxtor5/sergei/AppsFromScratchWD/build/autogen-5.8.7; patch
> -p0
> > < /maxtor5/sergei/AppsFromScratchWD/build/autogen-5.8.7/patch_file
> > patching file autoopts/test/Makefile.am
> > Hunk #1 FAILED at 22.
> > 1 out of 1 hunk FAILED -- saving rejects to file 
> > autoopts/test/Makefile.am.rej
> > ".
> 
> Hmm.  I may have messed up white space while posting the patch
> (there should be a TAB after the + and the - lines).  Sorry.
> 
> > Should I simply replace
> > 
> >      25         CFLAGS='$(DEFS) $(CFLAGS)' CPPFLAGS=$(CPPFLAGS) \
> > 
> > line in autogen-5.8.7/autoopts/test/Makefile.am
> > 
> > with
> > 
> >        CFLAGS='$(DEFS) $(CFLAGS)' CPPFLAGS='$(CPPFLAGS)'
> > ?
> 
> Yes.  If you do this and want to avoid the need to have automake
> installed, you should do the same replacement afterwards in the
> corresponding Makefile.in file.
> 
> Cheers,
> Ralf
> 

OK, I did the

CFLAGS='$(DEFS) $(CFLAGS)' CPPFLAGS=$(CPPFLAGS)

->

CFLAGS='$(DEFS) $(CFLAGS)' CPPFLAGS='$(CPPFLAGS)'

substitution in autogen-5.8.7/autoopts/test/Makefile.in file and now
'make check' passes.

Thanks a lot,
  Sergei.

Applications From Scratch: http://appsfromscratch.berlios.de/



 
____________________________________________________________________________________
Sponsored Link

Mortgage rates near historic lows: 
$150,000 loan as low as $579/mo. Intro-*Terms 
https://www2.nextag.com/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]