-----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 [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 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/