+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.
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
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
esac
fi
fi
- chmod +x scripts/check
+ chmod +x scripts/check_survey
chmod +x scripts/testsuite_flags
exit 0
EOF
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
esac
fi
fi
- chmod +x scripts/check
+ chmod +x scripts/check_survey
chmod +x scripts/testsuite_flags],
srcdir=${srcdir}
host=${host}
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.
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}