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]

Re: [ANNOUNCEMENT] Updated: cygport-0.10.3


On Thu, 2011-01-27 at 19:37 -0500, Charles Wilson wrote:
> Attached...sadly, bootstrapping libiconv and gettext is, well, odd.
> Bruno doesn't use autoreconf.

Well, that's the problem.  cygport knows which files to ignore only when
it controls the process via the *autoreconf() functions.  If you run
libtoolize/autoconf/automake manually, you're on your own, so
understandably you need to add the relevant files to DIFF_EXCLUDES.

As for why you didn't need to do this with cygport 0.9.9, that's because
the fine-tuned exclusion code wasn't added until 0.10.0 (commit e153ad5
to be precise)  Prior to that, all these files were indiscriminately
excluded from the patch, regardless of whether or how autotools were
actually used.


Yaakov



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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