diff options
author | theirix <theirix@gmail.com> | 2016-04-01 17:18:23 +0300 |
---|---|---|
committer | theirix <theirix@gmail.com> | 2016-04-01 17:18:23 +0300 |
commit | 41d7430442d0f64bd6465ddc87e876856e405e93 (patch) | |
tree | dfbc2d78ba771003008a77bedf1d5405550ab2ba /autogen.sh | |
parent | aa86387ba949ba70c4791e9df68bcf47fdc4a286 (diff) |
Call configure with args from autogen
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 6d4876e5f..492ef3bf6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -30,4 +30,4 @@ if test -z $AUTORECONF; then fi autoreconf -ivf -./configure +./configure $* |