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.
This commit is contained in:
Hans Ulrich Niedermann
2024-02-13 13:25:57 +01:00
parent b4402bd334
commit ed2bb82652

View File

@@ -22,4 +22,4 @@ LIBTOOLIZE=libtoolize
glibtoolize --version > /dev/null 2>&1 && LIBTOOLIZE=glibtoolize
export LIBTOOLIZE
${AUTORECONF} -i
${AUTORECONF} -i "$@"