This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

another cygport patch


-----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  <ebb9@byu.net>

	* 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@byu.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]