diff --git a/autogen.sh b/autogen.sh index 9df38d3..5e7552f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,7 +8,7 @@ autoreconf --verbose --force --install --make || { exit 1; } -./configure || { +./configure $@ || { echo 'configure failed'; exit 1; }