This is the mail archive of the cygwin-apps 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]

cygutils: fix bootstrap for libtool2


libtool2 uses several aclocal macros, and libtoolize copies them into
m4/ automatically.  Patch attached.


Yaakov

2011-10-25  Yaakov Selkowitz  <yselkowitz@...>

	* bootstrap: Leave copying of libtool macros to libtoolize.

Index: bootstrap
===================================================================
RCS file: /cvs/cygwin-apps/cygutils/bootstrap,v
retrieving revision 1.6
diff -u -p -r1.6 bootstrap
--- bootstrap	24 Aug 2007 06:46:38 -0000	1.6
+++ bootstrap	26 Oct 2011 02:21:55 -0000
@@ -1,6 +1,5 @@
 #!/bin/sh -x
 rm Makefile.in
 rm aclocal.m4
-cp `aclocal --print-ac-dir`/libtool.m4 m4/
 autoreconf -f -v -i
 

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