summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-05-05 19:27:22 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-05-05 19:27:22 -0700
commit1e6f94647bec8dbc37dcf57547d32b5cbab43061 (patch)
tree7673437b03ef0442abe3d90fca832229242c767e /configure
parentcd157595ffd58ad1eadb52c9adf2671a94794f07 (diff)
downloadtxr-1e6f94647bec8dbc37dcf57547d32b5cbab43061.tar.gz
txr-1e6f94647bec8dbc37dcf57547d32b5cbab43061.tar.bz2
txr-1e6f94647bec8dbc37dcf57547d32b5cbab43061.zip
configure: bug: in-place reconfigure clobber.
* configure: before generating reconfigure, remove it. Otherwise, if are executing the reconfigure script, errors can appear in it if its length is extended.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 0b7ea78e..1a54afec 100755
--- a/configure
+++ b/configure
@@ -552,6 +552,7 @@ fi
#
# Tentatively save configuration in config.log
#
+rm -rf reconfigure
cat > reconfigure <<!
#!/bin/sh
#