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]

another cygport patch - non-automake projects


-----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@byu.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/


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