diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-18 02:39:10 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-18 02:39:10 +0000 |
| commit | cc912860ddd03c12e6b76569477da898f76593c6 (patch) | |
| tree | c2d0d4939965233d5cdedceb7c459d25c7b3e011 | |
| parent | 95b774c9eb6430c5d889dff65f7765324cfe755b (diff) | |
| download | ppe42-gcc-cc912860ddd03c12e6b76569477da898f76593c6.tar.gz ppe42-gcc-cc912860ddd03c12e6b76569477da898f76593c6.zip | |
2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
* configure.in: Missed check_survey bit.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68135 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
| -rwxr-xr-x | libstdc++-v3/configure | 6 | ||||
| -rw-r--r-- | libstdc++-v3/configure.in | 9 |
3 files changed, 13 insertions, 7 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0fbe71a711c..cc83ce2f46e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,10 @@ 2003-06-17 Benjamin Kosnik <bkoz@redhat.com> + * configure.in: Missed check_survey bit. + * configure: Regenerated. + +2003-06-17 Benjamin Kosnik <bkoz@redhat.com> + * scripts: New. * config/abi/extract_symvers: Move to... * scripts/extract_symvers: ...here. diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 2323757ce13..1e7878fc32a 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 diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index 62a972f999d..d2512c88597 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -485,7 +485,7 @@ AC_SUBST(LIBSUPCXX_PICFLAGS) AC_OUTPUT(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, [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 @@ -508,7 +508,7 @@ po/Makefile testsuite/Makefile scripts/check scripts/testsuite_flags, esac fi fi - chmod +x scripts/check + chmod +x scripts/check_survey chmod +x scripts/testsuite_flags], srcdir=${srcdir} host=${host} @@ -527,7 +527,8 @@ dnl In autoconf 2.5x, AC_OUTPUT is replaced by three AC_ macros: dnl AC_CONFIG_FILES(Makefile \ dnl include/Makefile src/Makefile \ dnl libmath/Makefile libsupc++/Makefile \ -dnl po/Makefile testsuite/Makefile scripts/mkcheck scripts/testsuite_flags) +dnl po/Makefile testsuite/Makefile \ +dnl scripts/check_survey scripts/testsuite_flags) dnl AC_CONFIG_COMMANDS([default], dnl [if test -n "$CONFIG_FILES"; then dnl # Ony modify Makefiles that are just being created. @@ -547,7 +548,7 @@ dnl grep '^MULTISUBDIR =' Makefile >> libsupc++/Makefile dnl ;; dnl esac dnl fi -dnl chmod +x scripts/mkcheck +dnl chmod +x scripts/check_survey dnl chmod +x scripts/testsuite_flags dnl ], dnl srcdir=${srcdir} |

