From ed2bb826526cc18c16608dbfe90edfe4b045ba66 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Tue, 13 Feb 2024 13:25:57 +0100 Subject: [PATCH] Pass bootstrap CLI arguments to autoreconf For my convenience, pass all bootstrap CLI arguments on to autoreconf. This is useful when testing with e.g. -Wall and -Werror arguments. --- src/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap b/src/bootstrap index 9e8d4b9e..19d4bb64 100755 --- a/src/bootstrap +++ b/src/bootstrap @@ -22,4 +22,4 @@ LIBTOOLIZE=libtoolize glibtoolize --version > /dev/null 2>&1 && LIBTOOLIZE=glibtoolize export LIBTOOLIZE -${AUTORECONF} -i +${AUTORECONF} -i "$@"