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]

Re: Updated (and new) cygport patches


Charles Wilson wrote:

(4) autoconf-2.61 support

Oops. You also need this: aclocal-1.10 gets really picky about changing autoconf versions (e.g. from ac-2.60 to ac-2.61) Hopefully this pickiness won't require changes in cygautoreconf() down the line...




diff -u -r1.4 autogen.sh
--- autogen.sh  22 Nov 2006 04:44:58 -0000      1.4
+++ autogen.sh  28 Nov 2006 08:18:08 -0000
@@ -16,6 +16,12 @@
 }

 cd ${S}
+verbose rm -rf autom4te.cache/
+verbose rm -f bin/Makefile.in  data/Makefile.in
+verbose rm -f doc/Makefile.in  lib/Makefile.in
+verbose rm -f Makefile.in      test/Makefile.in
+verbose rm -f aclocal.m4
+
 verbose aclocal --force
 verbose autoconf --force
 verbose automake --add-missing --copy --force-missing


-- 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]