diff options
author | Christian Beier <dontmind@freeshell.org> | 2014-12-30 17:19:07 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2014-12-30 17:19:07 +0100 |
commit | a3fe1f6a88803d0dfd637882fa60eacb90c18542 (patch) | |
tree | 625cc988d59ffbf2db0f2b9cd8e6b97668eef71c | |
parent | 91261e52d95ef30e9367a928b4151ec0063b2982 (diff) | |
download | libvncserver-a3fe1f6a88803d0dfd637882fa60eacb90c18542.zip libvncserver-a3fe1f6a88803d0dfd637882fa60eacb90c18542.tar.gz |
autogen.sh: pass cmdline params to configure call.
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/bin/sh autoreconf -fiv && -./configure +./configure "$@" |