diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-05-05 19:29:02 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-05-05 19:29:02 -0700 |
commit | 94a855ee63bc2fc63a16e882eee1453877bf0bbc (patch) | |
tree | 8a2868eb2a0b3a91e05e962bc1ce281b88a0229f /configure | |
parent | 1e6f94647bec8dbc37dcf57547d32b5cbab43061 (diff) | |
download | txr-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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3738,9 +3738,9 @@ printf "done\n" cat > reconfigure <<! #!/bin/sh # -# Configured on $(date) using: +# Configured on $(date) using these parameters: -$cmdline +$cmdline "\$@" ! # |