diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ set -eu +# Save the ./configure command line for bfs --version +export CONFIG="$0 $*" + # Default to `make` MAKE="${MAKE:-make}" |