diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2003-06-18 02:39:10 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2003-06-18 02:39:10 +0000 |
commit | 2f934953f4a47b41356c152dfed8cc27bad2c147 (patch) | |
tree | c2d0d4939965233d5cdedceb7c459d25c7b3e011 /libstdc++-v3/configure | |
parent | 7dfa28ba07d48651b6778f06961dd6fceae2d20e (diff) | |
download | gcc-2f934953f4a47b41356c152dfed8cc27bad2c147.zip gcc-2f934953f4a47b41356c152dfed8cc27bad2c147.tar.gz gcc-2f934953f4a47b41356c152dfed8cc27bad2c147.tar.bz2 |
configure.in: Missed check_survey bit.
2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
* configure.in: Missed check_survey bit.
* configure: Regenerated.
From-SVN: r68135
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 2323757..1e7878f 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -23968,7 +23968,7 @@ ac_given_INSTALL="$INSTALL" trap 'rm -fr `echo "Makefile \ include/Makefile src/Makefile \ libmath/Makefile libsupc++/Makefile \ -po/Makefile testsuite/Makefile scripts/check scripts/testsuite_flags config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +po/Makefile testsuite/Makefile scripts/check_survey scripts/testsuite_flags config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -24162,7 +24162,7 @@ cat >> $CONFIG_STATUS <<EOF CONFIG_FILES=\${CONFIG_FILES-"Makefile \ include/Makefile src/Makefile \ libmath/Makefile libsupc++/Makefile \ -po/Makefile testsuite/Makefile scripts/check scripts/testsuite_flags"} +po/Makefile testsuite/Makefile scripts/check_survey scripts/testsuite_flags"} EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then @@ -24369,7 +24369,7 @@ test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h esac fi fi - chmod +x scripts/check + chmod +x scripts/check_survey chmod +x scripts/testsuite_flags exit 0 EOF |