From: Peter Eisentraut Date: Sun, 13 May 2001 00:12:05 +0000 (+0000) Subject: Cope with configure arguments that contain spaces. X-Git-Tag: REL7_2_BETA1~1301 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f5191ef34f06db33160d5380fcd375010ae704f;p=postgresql Cope with configure arguments that contain spaces. --- diff --git a/src/bin/pg_config/pg_config.sh b/src/bin/pg_config/pg_config.sh index 2249717d9a..6576260f4f 100644 --- a/src/bin/pg_config/pg_config.sh +++ b/src/bin/pg_config/pg_config.sh @@ -7,7 +7,7 @@ # Author: Peter Eisentraut # Public domain -# $Header: /cvsroot/pgsql/src/bin/pg_config/Attic/pg_config.sh,v 1.2 2000/11/11 22:59:47 petere Exp $ +# $Header: /cvsroot/pgsql/src/bin/pg_config/Attic/pg_config.sh,v 1.3 2001/05/13 00:12:05 petere Exp $ me=`basename $0` @@ -15,7 +15,7 @@ me=`basename $0` val_bindir='@bindir@' val_includedir='@includedir@' val_libdir='@libdir@' -val_configure='@configure@' +val_configure="@configure@" val_version='@version@' help="\