Re: make -s, how to make it quiet?

2008-09-13 Thread Ralf Wildenhues
Hello Joakim, Thomas, * Joakim Tjernlund wrote on Sun, Sep 07, 2008 at 11:38:54PM CEST: > On Sun, 2008-09-07 at 10:23 -0400, Thomas Dickey wrote: > > On Sun, 7 Sep 2008, Joakim Tjernlund wrote: > > > > > So I see that out builds uses automake 1.4-p6, maybe that is too old? Yes, recent Automake v

Re: AC_PATH_PROG: Using a variable for prog-to-check-for

2008-09-13 Thread Harlan Stenn
Hi Ralf, Ralf wrote: > Hi Harlan, > > * Harlan Stenn wrote on Sat, Sep 13, 2008 at 05:23:41AM CEST: > > I wrote: > > > > > > PATH_NET_SNMP_CONFIG=whatever > > > AC_PATH_PROG([PATH_NET_SNMP_CONFIG], [$PATH_NET_SNMP_CONFIG]) > > > > > > and that doesn't work (with autoconf 2.59). > > What does

RE: make -s, how to make it quiet?

2008-09-13 Thread Joakim Tjernlund
> -Original Message- > From: Ralf Wildenhues [mailto:[EMAIL PROTECTED] > Sent: den 13 september 2008 10:18 > To: Joakim Tjernlund > Cc: Thomas Dickey; autoconf@gnu.org > Subject: Re: make -s, how to make it quiet? > > Hello Joakim, Thomas, > > * Joakim Tjernlund wrote on Sun, Sep 07, 2008

Re: make -s, how to make it quiet?

2008-09-13 Thread Ralf Wildenhues
* Joakim Tjernlund wrote on Sat, Sep 13, 2008 at 10:37:37AM CEST: > > > Anyhow, I am upgrading to newer automake but I get a ton of: > > > ecn_ss/ecn_ppp_bl/Makefile.am:52: pppd_LDADD must be set with `=' before > > > using `+=' > > > ne/ecn_ss/ecn_ppp_bl/Makefile.am:57: relayd_LDADD must be set w

RE: make -s, how to make it quiet?

2008-09-13 Thread Joakim Tjernlund
> -Original Message- > From: Ralf Wildenhues [mailto:[EMAIL PROTECTED] > Sent: den 13 september 2008 10:54 > To: Joakim Tjernlund > Cc: autoconf@gnu.org > Subject: Re: make -s, how to make it quiet? > > * Joakim Tjernlund wrote on Sat, Sep 13, 2008 at 10:37:37AM CEST: > > > > Anyhow, I am

Re: make -s, how to make it quiet?

2008-09-13 Thread Ralf Wildenhues
Joakim, please quote only relevant parts of the message you reply to. Thanks. * Joakim Tjernlund wrote on Sat, Sep 13, 2008 at 11:40:46AM CEST: > > > > #! /bin/sh > > set -e > > LC_ALL=C > > export LC_ALL > > adds=adds.$$ > > inits=inits.$$ > > tmp=tmp.$$ > > for file in `find . -name Makefile.am

Re: make -s, how to make it quiet?

2008-09-13 Thread Joakim Tjernlund
On Sat, 2008-09-13 at 11:47 +0200, Ralf Wildenhues wrote: > Joakim, please quote only relevant parts of the message you reply to. > Thanks. > > * Joakim Tjernlund wrote on Sat, Sep 13, 2008 at 11:40:46AM CEST: > > > > > > #! /bin/sh > > > set -e > > > LC_ALL=C > > > export LC_ALL > > > adds=adds.

upgrading from Automake 1.4 (was: make -s, how to make it quiet?)

2008-09-13 Thread Ralf Wildenhues
* Joakim Tjernlund wrote on Sat, Sep 13, 2008 at 12:12:10PM CEST: > Noticed i get a ton of theses too with automake 1.8: > ne/oa_uai_if/Makefile.am: object `up_oa_uai.$(OBJEXT)' created both with > libtool and without This is addressed here: