summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-06-18 17:03:22 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-06-18 17:03:22 -0400
commitf6775906d136bbeacf3cd45443c080be2dd1f2e9 (patch)
tree70ace9766a98ad021aa38ca9eedf89d00cf2dff9 /configure
parent49a5d48d0a43bac313c8b8d1b167e60da9eaadf6 (diff)
downloadbfs-f6775906d136bbeacf3cd45443c080be2dd1f2e9.tar.xz
build: Rename CONFIG to CONFFLAGS
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bed7df2..8cdb7d8 100755
--- a/configure
+++ b/configure
@@ -83,7 +83,7 @@ nproc() {
}
# Save the ./configure command line for bfs --version
-export CONFIG="$0 $*"
+export CONFFLAGS="$*"
# Default to `make`
MAKE="${MAKE-make}"