summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-12-05 15:27:54 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2012-12-05 15:27:54 +0900
commit4e9bc6c81cf26bef2eadc2692f78f2d65599ce83 (patch)
tree0034c3b292133a53feeb5bc7499e2217a68d78d1 /autogen.sh
parent16f5dfd3f284941cc2f692a277329ee615efb2d4 (diff)
downloadibus-anthy-4e9bc6c81cf26bef2eadc2692f78f2d65599ce83.tar.gz
Quoted $@ in autogen.sh
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 1bb014a..a2c392a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -11,4 +11,4 @@ automake --add-missing --copy --force || exit 1
autoconf --force || exit 1
export CFLAGS="-Wall -g -O0 -Wl,--no-undefined"
export CXXFLAGS="$CFLAGS"
-./configure --enable-maintainer-mode $* || exit 1
+./configure --enable-maintainer-mode "$@" || exit 1