| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <44E1A39B.1010904@x-ray.at> |
| Date: | Tue, 15 Aug 2006 12:36:11 +0200 |
| From: | Reini Urban <rurban AT x-ray DOT at> |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.0.6) Gecko/20060729 SeaMonkey/1.0.4 |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: autom4te-2.13 missing in autoconf2.1-2.13-1 |
| References: | <cygwin DOT 4312707D DOT 2020804 AT cwilson DOT fastmail DOT fm> <44DA14C6 DOT 9080206 AT x-ray DOT at> <44E14F7D DOT 8040509 AT cwilson DOT fastmail DOT fm> |
| In-Reply-To: | <44E14F7D.8040509@cwilson.fastmail.fm> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| 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 |
Charles Wilson schrieb:
> Reini Urban wrote:
>>> autoconf2.1-2.13-1
>>
>> This package misses /usr/bin/autom4te-2.13
>> resp. the wrapper has no extra logic for the missing autom4te.
>>
>> I solved it by
>> cp /usr/bin/autom4te-2.5x /usr/bin/autom4te-2.13
>> Strangely this was the first time I needed such an old cruft, for catdoc.
>
> autoconf-2.13 does not have and never has had an autom4te. Thus,
> there's nothing to wrap -- and copying the 2.5x version is certainly
> wrong -- because now aclocal will invoke autoconf-2.5x operations on a
> 2.13-specific project.
>
> So PLEASE remove this guaranteed-to-break-stuff suggestion from your
> catdoc README:
>
> test -e /usr/bin/autom4te-2.13 || ln -s /usr/bin/autom4te-2.5x
> /usr/bin/autom4te-2.13
>
> The real reason you got an error is described in this thread:
>
> "Ping autoconf maintainer (was Re: auto tools issues)"
> http://www.cygwin.com/ml/cygwin/2005-07/msg00352.html
>
> I encourage you to read the whole thing. (A possible workaround for
> your problem in building catdoc is to have your cygport script create a
> symlink within your build directory: aclocal -> /usr/bin/aclocal-${VER},
> and then put the builddir in front of the PATH. This has the advantage
> of not permanently modifying the the regular cygwin environment just for
> catdoc-building)
Thanks for the hint.
I forced the correct aclocal-1.4 now and fixed the README.
Later I'll try to persuade cygport to recognize the correct aclocal
version in cygautoreconf.
--
Reini
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |