Commit 2f934953 by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent 7dfa28ba
2003-06-17 Benjamin Kosnik <bkoz@redhat.com> 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. * scripts: New.
* config/abi/extract_symvers: Move to... * config/abi/extract_symvers: Move to...
* scripts/extract_symvers: ...here. * scripts/extract_symvers: ...here.
......
...@@ -23968,7 +23968,7 @@ ac_given_INSTALL="$INSTALL" ...@@ -23968,7 +23968,7 @@ ac_given_INSTALL="$INSTALL"
trap 'rm -fr `echo "Makefile \ trap 'rm -fr `echo "Makefile \
include/Makefile src/Makefile \ include/Makefile src/Makefile \
libmath/Makefile libsupc++/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 EOF
cat >> $CONFIG_STATUS <<EOF cat >> $CONFIG_STATUS <<EOF
...@@ -24162,7 +24162,7 @@ cat >> $CONFIG_STATUS <<EOF ...@@ -24162,7 +24162,7 @@ cat >> $CONFIG_STATUS <<EOF
CONFIG_FILES=\${CONFIG_FILES-"Makefile \ CONFIG_FILES=\${CONFIG_FILES-"Makefile \
include/Makefile src/Makefile \ include/Makefile src/Makefile \
libmath/Makefile libsupc++/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 EOF
cat >> $CONFIG_STATUS <<\EOF cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then 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 ...@@ -24369,7 +24369,7 @@ test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
esac esac
fi fi
fi fi
chmod +x scripts/check chmod +x scripts/check_survey
chmod +x scripts/testsuite_flags chmod +x scripts/testsuite_flags
exit 0 exit 0
EOF EOF
......
...@@ -485,7 +485,7 @@ AC_SUBST(LIBSUPCXX_PICFLAGS) ...@@ -485,7 +485,7 @@ AC_SUBST(LIBSUPCXX_PICFLAGS)
AC_OUTPUT(Makefile \ AC_OUTPUT(Makefile \
include/Makefile src/Makefile \ include/Makefile src/Makefile \
libmath/Makefile libsupc++/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 [test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
if test -n "$CONFIG_FILES"; then if test -n "$CONFIG_FILES"; then
if test -n "${with_build_subdir}" || test -n "${with_target_subdir}"; 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, ...@@ -508,7 +508,7 @@ po/Makefile testsuite/Makefile scripts/check scripts/testsuite_flags,
esac esac
fi fi
fi fi
chmod +x scripts/check chmod +x scripts/check_survey
chmod +x scripts/testsuite_flags], chmod +x scripts/testsuite_flags],
srcdir=${srcdir} srcdir=${srcdir}
host=${host} host=${host}
...@@ -527,7 +527,8 @@ dnl In autoconf 2.5x, AC_OUTPUT is replaced by three AC_ macros: ...@@ -527,7 +527,8 @@ dnl In autoconf 2.5x, AC_OUTPUT is replaced by three AC_ macros:
dnl AC_CONFIG_FILES(Makefile \ dnl AC_CONFIG_FILES(Makefile \
dnl include/Makefile src/Makefile \ dnl include/Makefile src/Makefile \
dnl libmath/Makefile libsupc++/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 AC_CONFIG_COMMANDS([default],
dnl [if test -n "$CONFIG_FILES"; then dnl [if test -n "$CONFIG_FILES"; then
dnl # Ony modify Makefiles that are just being created. dnl # Ony modify Makefiles that are just being created.
...@@ -547,7 +548,7 @@ dnl grep '^MULTISUBDIR =' Makefile >> libsupc++/Makefile ...@@ -547,7 +548,7 @@ dnl grep '^MULTISUBDIR =' Makefile >> libsupc++/Makefile
dnl ;; dnl ;;
dnl esac dnl esac
dnl fi dnl fi
dnl chmod +x scripts/mkcheck dnl chmod +x scripts/check_survey
dnl chmod +x scripts/testsuite_flags dnl chmod +x scripts/testsuite_flags
dnl ], dnl ],
dnl srcdir=${srcdir} dnl srcdir=${srcdir}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment