From 746d3bb3ba53bc8c4b3931277934035b3c345b79 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Tue, 3 May 2005 18:44:29 +0000 Subject: **BUGFIX** Shell quoting fix. CVS patchset: 7515 CVS date: 2005/05/03 18:44:29 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 325a32fef..e486fc43e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA # -# $Id: autogen.sh,v 1.16 2004/10/08 20:22:29 mroi Exp $ +# $Id: autogen.sh,v 1.17 2005/05/03 18:44:29 dsalt Exp $ # # Maintained by Stephen Torri # @@ -297,6 +297,6 @@ case "$1" in run_autoheader run_automake run_autoconf - run_configure $@ + run_configure "$@" ;; esac -- cgit v1.2.3