public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* cygutils: fix bootstrap for libtool2
@ 2011-10-26  2:30 Yaakov (Cygwin/X)
  2011-10-28  3:40 ` Charles Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Yaakov (Cygwin/X) @ 2011-10-26  2:30 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 116 bytes --]

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


Yaakov


[-- Attachment #2: bootstrap-libtool22.patch --]
[-- Type: text/x-patch, Size: 508 bytes --]

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
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: cygutils: fix bootstrap for libtool2
  2011-10-26  2:30 cygutils: fix bootstrap for libtool2 Yaakov (Cygwin/X)
@ 2011-10-28  3:40 ` Charles Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: Charles Wilson @ 2011-10-28  3:40 UTC (permalink / raw)
  To: CygWin-Apps

On 10/25/2011 10:30 PM, Yaakov (Cygwin/X) wrote:
> libtool2 uses several aclocal macros, and libtoolize copies them into
> m4/ automatically.  Patch attached.

Applied. Thanks (wow, that bug has been there a while.  I usually have 
ignored bootstrap and simply run autoreconf, so I never noticed.)

--
Chuck


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-28  3:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-26  2:30 cygutils: fix bootstrap for libtool2 Yaakov (Cygwin/X)
2011-10-28  3:40 ` Charles Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).