diff options
| author | Peter Eisentraut | 2000-07-23 13:01:11 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-07-23 13:01:11 +0000 |
| commit | c39c198bc333363c7a74e6e8c91b57466027ec3d (patch) | |
| tree | 6b2226353ad0990cab1f2c3a08261e4035e1015f /configure | |
| parent | 8d77c1a8aa76363f5100e6941aa092e2fc38b561 (diff) | |
Unset locale variables before running regression tests. (All of them!)
Don't do config.status substitutions into the regression test makefile.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure index 55e85474877..2234d9f0636 100755 --- a/configure +++ b/configure @@ -7855,7 +7855,6 @@ trap 'rm -fr `echo " src/GNUmakefile src/Makefile.global src/backend/port/Makefile - src/test/regress/GNUmakefile src/include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -8015,7 +8014,6 @@ CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile src/GNUmakefile src/Makefile.global src/backend/port/Makefile - src/test/regress/GNUmakefile "} EOF cat >> $CONFIG_STATUS <<\EOF |
