From d20cd4f3573fe74d0ec5a4e1d60c9d291547ace4 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Fri, 4 May 2012 16:56:00 +0100 Subject: Autotools: Use "$@" instead of $* to avoid spaces problems * "$@" will correctly handle arguments with spaces --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 906251a..1a4c75f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,4 +3,4 @@ set -e ./bootstrap.sh -./configure --enable-maintainer-mode --enable-examples-build $* +./configure --enable-maintainer-mode --enable-examples-build "$@" -- cgit v1.2.3