I broke cygport

Vin Shelton acs@alumni.princeton.edu
Wed Oct 18 18:02:00 GMT 2006


Thanks for your feedback.

Yaakov S (Cygwin Ports) wrote:
> cygconf is intended only for autoconf-based configure scripts.  I'm not
> familiar with XEmacs, but I do know that autoconf-based configures will
> just ignore unknown arguments, so I will guess that XEmacs' configure is
> not autoconf-based.

Well XEmacs 21.4 is based on autoconf 2.13 and 21.5 is based on autoconf
2.59.  Neither configure script ignores unknown arguments:

$ ../cvsroot/xemacs-21.4/configure --datarootdir=/foo
../cvsroot/xemacs-21.4/configure: Usage error:
   Unrecognized option: --datarootdir=/foo
   Use `../cvsroot/xemacs-21.4/configure --help' to show usage.

$ ../cvsroot/xemacs-21.5/configure --datarootdir=/foo
configure: error: unrecognized option: --datarootdir=/foo
Try `../cvsroot/xemacs-21.5/configure --help' for more information.

>
> Non-autoconf-based configure scripts should do something like:
>
> lndirs
> cd ${B}
> ./configure <args> || error "configure failed"
> cygmake

Fair enough.

For the record, attached is a patch against CVS head.  This patch
allows overriding the individual components of the default configure
arguments in the cygconf() function.  In addition, I fixed some minor
typos in README unrelated to the cygconf() change; you may find those
useful in their own right.

BTW, your ChangeLog format is different from what I'm used to; I'm used to
including an identifier of who made the change.  See
http://www.gnu.org/prep/standards/html_node/Change-Logs.html for details.

Thanks again for cygport.

Regards,
   Vin Shelton


-- 
The Journey by Mary Oliver
http://www.poemhunter.com/p/m/poem.asp?poet=6771&poem=30506
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygport2.diffs
Type: application/octet-stream
Size: 3352 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin-apps/attachments/20061018/0c259b7e/attachment.obj>


More information about the Cygwin-apps mailing list