diff --git a/autogen.sh b/autogen.sh index e952e5c3..3d75b39a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,5 @@ #!/bin/bash autoreconf -vfi -./configure +./configure "$@" echo "Now, just do \"make install\" "