From 331c6acbd206aec689b5c774339cec191f0b9171 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Sun, 18 Feb 2024 18:13:39 +1300 Subject: [PATCH] configure: fix when called from other directory --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 17f0597..c5b266c 100755 --- a/configure +++ b/configure @@ -97,6 +97,8 @@ done # creating the makefile +cd $(dirname $0) + gen_CC gen_CFLAGS gen_LDFLAGS