summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 60d7a92..40eb313 100755
--- a/configure
+++ b/configure
@@ -7,6 +7,9 @@
set -eu
+# Save the ./configure command line for bfs --version
+export CONFIG="$0 $*"
+
# Default to `make`
MAKE="${MAKE:-make}"