diff options
author | Evan Nemerson <evan@coeus-group.com> | 2013-02-19 03:13:05 -0800 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-03-12 16:12:07 +0100 |
commit | 9009f42fbfea424265b076cd0edd9fdc7eed6a7b (patch) | |
tree | 881851c8ff051e84c049066086ce6560386808f1 | |
parent | 8045711f3c4985b5fb85c5359a6cb516af09fe06 (diff) |
build: fix passing arguments to configure from autogen.sh
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,6 +19,6 @@ PKG_NAME=libqmi touch README NEWS ChangeLog autoreconf --force --install --verbose if test -z "$NOCONFIGURE"; then - ./configure --enable-maintainer-mode $@ + ./configure --enable-maintainer-mode "$@" fi ) |