Re: Automake 1.10 requirements for Autoconf

2006-06-12 Thread Paul Eggert
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O, > AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM. Looks good to me; thanks.

make rules should return failure, not exit

2006-06-12 Thread Ralf Wildenhues
I have an, umm, maybe somewhat weird idea, and would like some feedback on this. Some rules, most importantly the compile rules, do things like if $(COMPILE); then $whatever; else exit 1; fi (where the `fi' also marks the end of the rule). This is conceptually very close to if $(COMPILE); th

Automake 1.10 requirements for Autoconf

2006-06-12 Thread Ralf Wildenhues
I'd like to beef up Automake support for Fortran a bit, and also get subdir-objects working better. I'm not completely done with it, but it would be nice if Autoconf 2.60 were prepared to deal. So I am proposing to install the following hopefully trivial changes now. It is a bit conservative in