Skip to content

Commit

Permalink
autogen.sh: pass cmdline params to configure call.
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Dec 30, 2014
1 parent 91261e5 commit a3fe1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
@@ -1,4 +1,4 @@
#!/bin/sh

autoreconf -fiv &&
./configure
./configure "$@"

0 comments on commit a3fe1f6

Please sign in to comment.