From a3fe1f6a88803d0dfd637882fa60eacb90c18542 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Tue, 30 Dec 2014 17:19:07 +0100 Subject: [PATCH] autogen.sh: pass cmdline params to configure call. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@"