X-Spam-Check-By: sourceware.org Message-ID: <457EB0AF.4080307@byu.net> Date: Tue, 12 Dec 2006 06:37:51 -0700 From: Eric Blake User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Thunderbird/1.5.0.8 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: another cygport patch Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Cygport currently makes it impossible to pass arguments to ./configure that contain a space. I need this for building autogen. 2006-12-12 Eric Blake * cygport (cygconf): Preserve shell metacharacters in args. - --- /bin/cygport.orig 2006-12-12 06:35:36.865000000 -0700 +++ /bin/cygport 2006-12-12 06:35:43.865000000 -0700 @@ -753,7 +753,7 @@ export ac_cv_func_mmap_fixed_mapped=yes; verbose ${confdir}/configure --srcdir="${confdir}" ${confargs} \ - - ${@} ${CYGCONF_ARGS} || error "configure failed" + "${@}" ${CYGCONF_ARGS} || error "configure failed" } # standard GNU make call - -- Life is short - so eat dessert first! Eric Blake ebb9 AT byu DOT net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFfrCu84KuGfSFAYARAhrtAKCSqeg5IbtMpcfiHgNNCX/aEXmHDgCfVkUq XLrJi/8ZvsBeG5xYx+TTRV0= =nwwp -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/