summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2014-12-30 17:19:07 +0100
committerChristian Beier <dontmind@freeshell.org>2014-12-30 17:19:07 +0100
commita3fe1f6a88803d0dfd637882fa60eacb90c18542 (patch)
tree625cc988d59ffbf2db0f2b9cd8e6b97668eef71c
parent91261e52d95ef30e9367a928b4151ec0063b2982 (diff)
downloadlibtdevnc-a3fe1f6a.tar.gz
libtdevnc-a3fe1f6a.zip
autogen.sh: pass cmdline params to configure call.
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 0776325..2437158 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
#!/bin/sh
autoreconf -fiv &&
-./configure
+./configure "$@"