From: Peter Eisentraut Date: Sun, 13 May 2001 11:36:58 +0000 (+0000) Subject: Cope with configure arguments that contain spaces. X-Git-Tag: REL7_1_2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb029f0b36d0eee8eb2bb6827b2c0052e0c22d19;p=thirdparty%2Fpostgresql.git 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 2249717d9ae..e1b0f8b4d05 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.2.2.1 2001/05/13 11:36:58 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="\