This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r151352 - in /trunk/libstdc++-v3: ChangeLog con...
- From: rwild at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Wed, 02 Sep 2009 22:11:54 -0000
- Subject: r151352 - in /trunk/libstdc++-v3: ChangeLog con...
Author: rwild
Date: Wed Sep 2 22:11:54 2009
New Revision: 151352
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151352
Log:
v3: fix config.status instantiation of subdir makefiles.
libstdc++-v3/:
* configure.ac: Replace AC_CONFIG_COMMANDS([default])
instantiation with additional commands issued for each Makefile
in glibcxx_SUBDIRS, so `./config.status subdir/Makefile' also
runs these commands.
Add a separate AC_CONFIG_COMMANDS([generate-headers]) for
running `make' in include, passing `pch_build=' to `make'.
* configure: Regenerate.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/configure
trunk/libstdc++-v3/configure.ac