-----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 <[EMAIL PROTECTED]> * 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} \ - - [EMAIL PROTECTED] ${CYGCONF_ARGS} || error "configure failed" + "[EMAIL PROTECTED]" ${CYGCONF_ARGS} || error "configure failed" } # standard GNU make call - -- Life is short - so eat dessert first! Eric Blake [EMAIL PROTECTED] -----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/