Support for configure.ac

2001-01-14 Thread Akim Demaille
Here is my proposal. I've tested it by s/configure.in/configure.ac/g the test suite, and it works. I have not tested with a real package yet though. I was not sure where you would have preferred that automake detects configure.ac vs configure.in: I've done this in scan_autoconf_files (former s

Re: echoing command lines

2001-01-14 Thread Alexandre Oliva
On Jan 14, 2001, Ben Elliston <[EMAIL PROTECTED]> wrote: > Is there a workaround? LIBTOOL="/path/to/libtool --silent" Perhaps automake should introduce support for LTFLAGS? -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@

Re: echoing command lines

2001-01-14 Thread William M. Perry
Alexandre Oliva <[EMAIL PROTECTED]> writes: > On Jan 14, 2001, Ben Elliston <[EMAIL PROTECTED]> wrote: > > > Is there a workaround? > > LIBTOOL="/path/to/libtool --silent" > > Perhaps automake should introduce support for LTFLAGS? Well, the most annoying thing about this is that if I just do

Re: echoing command lines

2001-01-14 Thread Alexandre Oliva
On Jan 15, 2001, [EMAIL PROTECTED] (William M. Perry) wrote: > ifneq (,$(findstring s,$(MAKEFLAGS))) > LIBTOOL+= --quiet > endif I think I wouldn't reject a patch that would look at MAKEFLAGS and turn libtool quiet if it finds a -s in there... -- Alexandre Oliva Enjoy Guarana', see http://ww

automake-m4-cleanup.patch

2001-01-14 Thread Akim Demaille
Index: ChangeLog from Akim Demaille <[EMAIL PROTECTED]> * m4/multi.m4: Remove the hairy useless quotation of `$'. Simplify `ifelse([$2],,,[$2])' into... `$2'! * m4/minuso.m4: Don't use changequote! * m4/cond.m4: Fix quotation. * m4/sanity.m4: Fol

Re: Support for configure.ac

2001-01-14 Thread Akim Demaille
If there are no objections, I'll apply this guy on Tuesday.