From f6775906d136bbeacf3cd45443c080be2dd1f2e9 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 18 Jun 2024 17:03:22 -0400 Subject: build: Rename CONFIG to CONFFLAGS --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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}" -- cgit v1.2.3