AC_TRY_RUN() smashes $?

2001-04-13 Thread Bill Fenner
Hi, autoconf.texi says that the third argument of AC_TRY_RUN (action-if-false) can use $?. This is untrue; $? gets smashed by echo and cat. autoconf 2.49d seems to introduce $ac_status to hold the pre-smashed value of $?. It'd be nice if the documentation could get fixed to reflect this befo

Re: autoconf auxdir

2001-04-13 Thread Alexandre Oliva
On Apr 12, 2001, Peter Eisentraut <[EMAIL PROTECTED]> wrote: > auxiliary: > Sounds perfect... ;-) Indeed. Its only problem is that people end up naming the directory `aux', which doesn't work on DOS. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Develo

Re: AC_LIBOBJ_DECL?

2001-04-13 Thread akim
On Thu, Apr 12, 2001 at 11:21:03PM -0400, Steven G. Johnson wrote: > This macro is documented in the manual but I can't seem to find it in the > source. Is it obsolete? Well spotted! It's now AC_LIBSOURCES([foo.c, bar.c]).

Re: autoconf auxdir

2001-04-13 Thread Lars J. Aas
On Thu, Apr 12, 2001 at 09:41:00PM +0200, Peter Eisentraut wrote: : 2. Subsidiary; supplementary. Hey, I like sub for "subsidiary". sub - subsidiary scripts sub-scripts / subroutines for the build system subdir for Autoconf stuff :) Lars J

Re: $(YACC) on Linux

2001-04-13 Thread Peter Eisentraut
Vaclav Barta writes: > Peter Eisentraut wrote: > > Vaclav Barta writes: > > > I can define YFLAGS = -d in my Makefile.am and it will work on > > > my machine. What I'd like to ask, is, of course: is this the > > > right, autoconf-sanctioned, portable thing to do? And even > > > better - would it

Re: $(YACC) on Linux

2001-04-13 Thread Vaclav Barta
Peter Eisentraut wrote: > Vaclav Barta writes: > > I can define YFLAGS = -d in my Makefile.am and it will work on > > my machine. What I'd like to ask, is, of course: is this the > > right, autoconf-sanctioned, portable thing to do? And even > > better - would it be possible to fix autoconf to han