X-Spam-Check-By: sourceware.org Message-ID: <45BB6778.4050002@byu.net> Date: Sat, 27 Jan 2007 07:53:44 -0700 From: Eric Blake User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061207 Thunderbird/1.5.0.9 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: another cygport patch - non-automake projects Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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 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. - --- /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 iD8DBQFFu2d484KuGfSFAYARAjSTAKCe8GYYbk4GNx9qmwmBPrAF/Z75tACeKWko GJS7lx3p8jRGzHT32X622yA= =pTD6 -----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/