[Patch, RFA] Move to automake-1.9.1

Phil Edwards phil@codesourcery.com
Sun Aug 22 21:45:00 GMT 2004


On Sun, Aug 22, 2004 at 11:28:07PM +0200, Paolo Carlini wrote:
> 2004-08-23  Paolo Carlini  <pcarlini@suse.de>
> 
> 	* configure.ac: Specify version 1.9.1 in AM_INIT_AUTOMAKE.
> 	* aclocal.m4: Regenerate with automake-1.9.1.
> 	* configure: Regenerate.
> 	* Makefile.in: Likewise.
> 	* include/Makefile.in: Likewise.
> 	* libmath/Makefile.in: Likewise.
> 	* libsupc++/Makefile.in: Likewise.
> 	* po/Makefile.in: Likewise.
> 	* src/Makefile.in: Likewise.
> 	* testsuite/Makefile.in: Likewise.

Looks good here.  Thanks for doing this!


> +# GNU Make needs to see an explicit $(MAKE) variable in the command it
> +# runs to enable its job server during parallel builds.  Hence the
> +# comments below.
>  all-multi:
> -	$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
> +	$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)

Bwahahahahaha.   What an elegant hack.

I see that the 'make dist' rules have pulled in these checks about how to
run 'tar' and the like, which reminds me to have another attempt at turning
off the dist rules.  1.9 was supposed to add some hooks for that IIRC.


Phil

-- 
...the road to good intentions must always be paved with hell.
    - Igor Stravinsky



More information about the Libstdc++ mailing list