delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2007/01/27/09:53:38

X-Spam-Check-By: sourceware.org
Message-ID: <45BB6778.4050002@byu.net>
Date: Sat, 27 Jan 2007 07:53:44 -0700
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.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
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

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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019