mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-06-02 09:46:34 +03:00
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:
@@ -22,4 +22,4 @@ LIBTOOLIZE=libtoolize
|
||||
glibtoolize --version > /dev/null 2>&1 && LIBTOOLIZE=glibtoolize
|
||||
export LIBTOOLIZE
|
||||
|
||||
${AUTORECONF} -i
|
||||
${AUTORECONF} -i "$@"
|
||||
|
||||
Reference in New Issue
Block a user