aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authortheirix <theirix@gmail.com>2016-04-01 17:18:23 +0300
committertheirix <theirix@gmail.com>2016-04-01 17:18:23 +0300
commit41d7430442d0f64bd6465ddc87e876856e405e93 (patch)
treedfbc2d78ba771003008a77bedf1d5405550ab2ba /autogen.sh
parentaa86387ba949ba70c4791e9df68bcf47fdc4a286 (diff)
Call configure with args from autogen
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
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 $*