Gentoo Archives: gentoo-dev

From: Vitaly Ivanov <im@×××.ru>
To: Mike Frysinger <vapier@g.o>, gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] patch for aclocal wraper
Date: Tue, 05 Oct 2004 15:47:38
Message-Id: 4162C20E.7020107@rle.ru
In Reply to: Re: [gentoo-dev] patch for aclocal wraper by Mike Frysinger
1 Hello Dear All
2
3 This patch is aimed to fix incorrect automake version detection,
4 in case when environment variable WANT_AUTOMAKE is not specified and
5 when files Makefile.in
6 and aclocal.m4 do not exit. It is a common situation when aclocal is
7 executed for the first time.
8 Automake documentation suggests a method how a project can specify its
9 version requirements:
10 a macro AM_INIT_AUTOMAKE([options]) should be placed in configure.in or
11 configure.ac.
12 For example:
13 AM_INIT_AUTOMAKE([1.8 gnu])
14
15 After applying our patch gentoo aclocal wrapper would first search
16 automake version requirements
17 in envvar WANT_AUTOMAKE, Makefile.in, aclocal.m4 and then in
18 configure.in or configure.ac.
19
20 /Best regards, Vitaly
21
22
23 Mike Frysinger wrote:
24
25 >On Tuesday 05 October 2004 10:10 am, Vitaly Ivanov wrote:
26 >
27 >
28 >>Pleace apply to Gentoo portage.
29 >>
30 >>
31 >
32 >not unless you file a bug explaining why the patch is needed
33 >
34 >these things arent handled on the mailing lists
35 >-mike
36 >
37 >--
38 >gentoo-dev@g.o mailing list
39 >
40 >
41 >

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] patch for aclocal wraper Ned Ludd <solar@g.o>