summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-05-05 19:29:02 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-05-05 19:29:02 -0700
commit94a855ee63bc2fc63a16e882eee1453877bf0bbc (patch)
tree8a2868eb2a0b3a91e05e962bc1ce281b88a0229f /configure
parent1e6f94647bec8dbc37dcf57547d32b5cbab43061 (diff)
downloadtxr-94a855ee63bc2fc63a16e882eee1453877bf0bbc.tar.gz
txr-94a855ee63bc2fc63a16e882eee1453877bf0bbc.tar.bz2
txr-94a855ee63bc2fc63a16e882eee1453877bf0bbc.zip
configure: reconfigure: add "$@" to configure line.
* configure: Allow the conveninence of additional parameters to be passed through reconfigure, to tweak the previous configuration.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1a54afec..6e1351eb 100755
--- a/configure
+++ b/configure
@@ -3738,9 +3738,9 @@ printf "done\n"
cat > reconfigure <<!
#!/bin/sh
#
-# Configured on $(date) using:
+# Configured on $(date) using these parameters:
-$cmdline
+$cmdline "\$@"
!
#