summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/configure
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-08 19:43:11 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-08 19:43:11 +0000
commit0b49d0047686d0dd990c33e6fbd0384f44895304 (patch)
tree74bfbc3c4b75c875cfd9bdb958a5f1862b04354d /libstdc++-v3/configure
parent1b72315dd6b81f8a8ba2a08648879b48e81d1d7f (diff)
downloadppe42-gcc-0b49d0047686d0dd990c33e6fbd0384f44895304.tar.gz
ppe42-gcc-0b49d0047686d0dd990c33e6fbd0384f44895304.zip
2003-01-08 Benjamin Kosnik <bkoz@redhat.com>
* include/Makefile.am (stamp-*): Add checks for existing stamps. * include/Makefile.in: Regenerate. * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Correct comment. * aclocal.m4: Regenerate. * configure.in: Don't add new multi-do rules every time the directory is reconfigured. * configure: Regenerate. 2003-01-08 Brad Spencer <spencer@infointeractive.com> Nathan Myers <ncm@cantrip.org> * src/Makefile.am (stamp-debug): Clean. * src/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61052 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-xlibstdc++-v3/configure22
1 files changed, 12 insertions, 10 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index 05bd4e130e4..5794cba55e9 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -61,7 +61,7 @@ ac_help="$ac_help
--enable-cxx-flags=FLAGS pass compiler FLAGS when building library;
[default=]"
ac_help="$ac_help
- --enable-debug extra debugging, turn off optimization [default=no]"
+ --enable-debug build extra debug library [default=no]"
ac_help="$ac_help
--enable-debug-flags=FLAGS pass compiler FLAGS when building debug
library;[default=none]"
@@ -24313,15 +24313,17 @@ CXX="${CXX}"
EOF
cat >> $CONFIG_STATUS <<\EOF
test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
-test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
-if test -n "$CONFIG_FILES"; then
- if test -n "${with_build_subdir}" || test -n "${with_target_subdir}"; then
- LD="${ORIGINAL_LD_FOR_MULTILIBS}"
- ac_file=Makefile . ${glibcpp_basedir}/../config-ml.in
- grep '^MULTISUBDIR =' Makefile >> src/Makefile
- grep '^MULTISUBDIR =' Makefile >> libsupc++/Makefile
- fi
-fi
+ if ! test -f stamp-h; then
+ test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
+ if test -n "$CONFIG_FILES"; then
+ if test -n "${with_build_subdir}" || test -n "${with_target_subdir}"; then
+ LD="${ORIGINAL_LD_FOR_MULTILIBS}"
+ ac_file=Makefile . ${glibcpp_basedir}/../config-ml.in
+ grep '^MULTISUBDIR =' Makefile >> src/Makefile
+ grep '^MULTISUBDIR =' Makefile >> libsupc++/Makefile
+ fi
+ fi
+ fi
chmod +x mkcheck
chmod +x testsuite_flags
OpenPOWER on IntegriCloud