Re: fast make install

2008-03-08 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Thu, Jan 24, 2008 at 12:13:13AM CET: > Here's the proposed patch (generated files not shown), still missing > Autoconf version requirement. It does the fast install for HEADERS, > DATA, PYTHON, LIBRARIES, and TEXINFOS outputs. > > Comments, reviews, etc., greatly apprec

FYI: master now depends on unreleased Autoconf

2008-03-08 Thread Ralf Wildenhues
I'm about to apply the fast install patch. Since it needs the fixed AC_PROG_INSTALL, git master of Automake will depend on an unreleased Autoconf version, which I'm putting in with the patch below (diffs of generated files not shown, as always). With respect to committing generated files, I will

[PATCH] Add support for newer Fortran extensions '.[fF]0[38]'.

2008-03-08 Thread Ralf Wildenhues
* automake.in (scan_autoconf_traces): Accept .f03, .f08 for Fortran, .F03 and .F08 for preprocessed Fortran files. Use $(FCFLAGS_f[09]x) accordingly. * doc/automake.texi (Compiling Fortran 9x Files): Update. * tests/fort2.test: Add more tests. * NEWS: Update. --- I noticed that GCC now also suppor

drop usage of obsolete AC_OBJEXT and AC_EXEEXT

2008-03-08 Thread Ralf Wildenhues
Applied to master and branch-1-10. Cheers, Ralf 2008-03-08 Ralf Wildenhues <[EMAIL PROTECTED]> Drop usage of obsolete macros AC_EXEEXT and AC_OBJEXT. * tests/ansi4.test: Drop AC_OBJEXT and AC_EXEEXT. * tests/ansi6.test: Likewise. * tests/ansi7.test: Likewise.