_am_include and _am_quote

2001-07-04 Thread Motoyuki Kasahara
I found make command on NEWS-OS 4.2R complains of Makefile.in generated by Automake-1.4h. Makefile.in defines the variables `_am_include' and `_am_quote', but make on that OS cannot handle variable name beginning with `_'. Would you rename the variables? % cat Makefile _am_include = #

Re: Automake 1.4h

2001-07-04 Thread Lars J. Aas
On Wed, Jul 04, 2001 at 01:20:36PM -0600, Tom Tromey wrote: : > "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: : Lars> I don't think the exponential nature of how AM_CONDITIONALs are : Lars> handled is fixed yet, which *I* would consider a showstopper. : Lars> Haven't checked latest CVS thou

Re: Automake 1.4h

2001-07-04 Thread Tom Tromey
> ">" == OKUJI Yoshinori <[EMAIL PROTECTED]> writes: >> I found one bug about the `mostlyclean' target. The bug occurs when, >> in a Texinfo manual, you combine multiple indices into one index, but >> you don't use the command for this index at all. Thanks. I think your patch is fine and I'

Re: Automake 1.4h

2001-07-04 Thread Tom Tromey
> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: Lars> I don't think the exponential nature of how AM_CONDITIONALs are Lars> handled is fixed yet, which *I* would consider a showstopper. Lars> Haven't checked latest CVS though, so excuse me if it's already Lars> fixed. I don't think it has

Re: DEPDIR not set by current CVS Automake

2001-07-04 Thread Tom Tromey
> "Robert" == Robert Boehne <[EMAIL PROTECTED]> writes: Robert> I'm having problems with my Libtool/Automake project when Robert> using dependency tracking. It seem that the variable Robert> DEPDIR isn't set anywhere in any of the Makefiles. Robert> This may be because the top level Makefile

Re: Automake 1.4h

2001-07-04 Thread Lars J. Aas
On Tue, Jul 03, 2001 at 10:09:02PM -0600, Tom Tromey wrote: : I've released automake 1.4h. Get it here: : : ftp://sources.redhat.com/pub/automake/automake-1.4h.tar.gz : : This version fixes a bunch of bugs that were in 1.4f. Right now : automake is in feature freeze. I believe there is on

Re: automake-cvs

2001-07-04 Thread Ralf Corsepius
Tom Tromey wrote: > > > "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes: > > Ralf> The actual reason for my report is that I am experiencing more > Ralf> severe bugs related to depcomp handling: > > Ralf> - Sometimes depcomp does not get installed with automake -a. > > I think that cur

Re: override default CXXFLAGS

2001-07-04 Thread Alexandre Oliva
On Jun 25, 2001, Tilo Riemer <[EMAIL PROTECTED]> wrote: > using CXXFLAGS instead AM_CXXFLAGS in Makefile.am... > this one overrides the defaults :-) But it's wrong. The user should have the final say on what CXXFLAGS should be used to compile the program being installed. IIRC, the GNU Coding