diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-10 04:51:48 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-10 04:51:48 +0000 |
commit | f9818dc6796b958f70cdc5c1b1f518f581328400 (patch) | |
tree | d91ee5430899a9754e0e1ab78064ebaeb414b398 /libstdc++-v3/configure | |
parent | 86ddfaded1e86241da80c6936a19a7b04b6fbfcb (diff) | |
download | ppe42-gcc-f9818dc6796b958f70cdc5c1b1f518f581328400.tar.gz ppe42-gcc-f9818dc6796b958f70cdc5c1b1f518f581328400.zip |
2003-01-09 Benjamin Kosnik <bkoz@redhat.com>
* configure.in: Revert.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61140 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 35 |
1 files changed, 16 insertions, 19 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 5794cba55e9..d883bef7aca 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -23929,9 +23929,9 @@ ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" trap 'rm -fr `echo "Makefile \ - include/Makefile src/Makefile \ - libmath/Makefile libio/Makefile libsupc++/Makefile \ - po/Makefile testsuite/Makefile mkcheck testsuite_flags config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +include/Makefile src/Makefile \ +libmath/Makefile libio/Makefile libsupc++/Makefile \ +po/Makefile testsuite/Makefile mkcheck testsuite_flags config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -24127,9 +24127,9 @@ EOF cat >> $CONFIG_STATUS <<EOF CONFIG_FILES=\${CONFIG_FILES-"Makefile \ - include/Makefile src/Makefile \ - libmath/Makefile libio/Makefile libsupc++/Makefile \ - po/Makefile testsuite/Makefile mkcheck testsuite_flags"} +include/Makefile src/Makefile \ +libmath/Makefile libio/Makefile libsupc++/Makefile \ +po/Makefile testsuite/Makefile mkcheck testsuite_flags"} EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then @@ -24313,20 +24313,17 @@ CXX="${CXX}" EOF cat >> $CONFIG_STATUS <<\EOF test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h - 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 +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 -chmod +x mkcheck -chmod +x testsuite_flags - + fi + chmod +x mkcheck + chmod +x testsuite_flags exit 0 EOF chmod +x $CONFIG_STATUS |