]> granicus.if.org Git - mutt/commitdiff
Fix parameter passing.
authorMatthias Andree <matthias.andree@gmx.de>
Tue, 7 Sep 2004 08:09:39 +0000 (08:09 +0000)
committerMatthias Andree <matthias.andree@gmx.de>
Tue, 7 Sep 2004 08:09:39 +0000 (08:09 +0000)
prepare

diff --git a/prepare b/prepare
index 85df1ed3bc60d1cf957d46af76f04ce36cbd24a5..b382ef086a27e4b6ba9d1dc96d1946a59a98c35a 100755 (executable)
--- 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."