delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <45FF52F9.7060901@byu.net> |
Date: | Mon, 19 Mar 2007 21:20:25 -0600 |
From: | Eric Blake <ebb9 AT byu DOT net> |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.4.666 |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: another cygport patch - non-automake projects |
References: | <45BB6778 DOT 4050002 AT byu DOT net> |
In-Reply-To: | <45BB6778.4050002@byu.net> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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 According to Eric Blake on 1/27/2007 7:53 AM: > When using cygport to package bash, I needed this patch. To fix a bug in > bash's configure, I have to patch aclocal.m4, and the change to aclocal.m4 > must be distributed since bash uses autoconf but not automake. It is only > automake that generates aclocal.m4. Ping. I stumbled on this again when using cygport 0.2.10 to do the next bash release. > > --- /bin/cygport.orig 2007-01-27 07:47:58.943500000 -0700 > +++ /bin/cygport 2007-01-27 07:48:59.224750000 -0700 > @@ -1289,19 +1289,19 @@ > local custom_excludes; > local exclude; > local difflevel; > - local default_excludes="-x CYGWIN-PATCHES -x aclocal.m4* \ > + local default_excludes="-x CYGWIN-PATCHES \ > -x ltmain.sh -x config.* -x depcomp -x install-sh -x missing \ > -x mkinstalldirs -x autom4te.cache -x *compile -x > Makefile.in.in \ > -x intltool*.in -x xml-i18n-*.in -x *.pyc -x *.mo -x *.gmo \ > -x ABOUT-NLS -x Makevars.template -x COPYING -x INSTALL -x > mdate-sh \ > -x *.orig -x *.rej -x *~ -x *.temp -x texinfo.tex -x ylwrap"; > > - # exclude Makefile.in only if using automake > + # exclude aclocal.m4 and Makefile.in only if using automake > for mf in Makefile GNUmakefile makefile > do > if [ -f ${S}/${mf}.am ] > then > - default_excludes+=" -x ${mf}.in"; > + default_excludes+=" -x ${mf}.in -x aclocal.m4*"; > fi > done > - -- Don't work too hard, make some time for fun as well! 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 iD8DBQFF/1L484KuGfSFAYARAjhfAJ0fFwmun5cdQVJa3vH2w6BGncZFYQCeIM2O icHtbHPfY4/kw4GpH7uTdv4= =Jv4f -----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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |