From 816a868d9489b4a423606698eac876dbc11fd00f Mon Sep 17 00:00:00 2001 From: nobrakal Date: Tue, 20 Jun 2017 16:44:36 +0200 Subject: [PATCH] Pass args from autogen.sh to ./configure --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index e952e5c3..3d75b39a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,5 @@ #!/bin/bash autoreconf -vfi -./configure +./configure "$@" echo "Now, just do \"make install\" "