From 1e6f94647bec8dbc37dcf57547d32b5cbab43061 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku <kaz@kylheku.com> Date: Wed, 5 May 2021 19:27:22 -0700 Subject: 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. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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 # -- cgit v1.2.3