From: Matthias Andree Date: Tue, 7 Sep 2004 08:09:39 +0000 (+0000) Subject: Fix parameter passing. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d503c99518120c8b2e3ca57b96471d821ba2599b;p=neomutt Fix parameter passing. --- diff --git a/prepare b/prepare index 85df1ed3b..b382ef086 100755 --- a/prepare +++ b/prepare @@ -8,7 +8,7 @@ else fi if aclocal -I m4 && autoheader && (cd m4 && make -f Makefile.am.in ) \ - && automake $include_deps && autoconf && ./configure $@ + && automake $include_deps && autoconf && ./configure "$@" then echo echo "The mutt source code was successfully prepared."