Gentoo Archives: gentoo-alt

From: Jeremy Olexa <darkside@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] eautoreconf problems for sys-devel/libtool
Date: Fri, 19 Sep 2008 20:59:59
Message-Id: 90b936c0809191359s22664d62je9af189452a6e7bd@mail.gmail.com
In Reply to: [gentoo-alt] eautoreconf problems for sys-devel/libtool by Fabian Groffen
1 On Fri, Sep 19, 2008 at 3:44 PM, Fabian Groffen <grobian@g.o> wrote:
2 <snip>
3 > where we can note that only libtool.m4 is regenerated.
4 >
5 > Problem, question and tricky thing is now, whether this is Prefix
6 > specific (we have an --force extra in our autotools.eclass), OSX
7 > specific, or something else is going totally wrong.
8
9 OSX-specific. On amd64-linux prefix:
10
11 %% ls -lrt
12 total 328
13 -rw-r--r-- 1 jolexa minstaff 740 2008-04-17 13:09 ltversion.in
14 -rw-r--r-- 1 jolexa minstaff 4274 2008-04-17 13:09 ltsugar.m4
15 -rw-r--r-- 1 jolexa minstaff 2617 2008-04-17 13:09 argz.m4
16 -rw-r--r-- 1 jolexa minstaff 27363 2008-05-04 11:34 ltdl.m4
17 -rw-r--r-- 1 jolexa minstaff 11927 2008-05-04 11:34 ltoptions.m4
18 -rw-r--r-- 1 jolexa minstaff 5707 2008-05-04 11:34 lt~obsolete.m4
19 -rw-r--r-- 1 jolexa minstaff 701 2008-05-04 14:07 ltversion.m4
20 -rw-r--r-- 1 jolexa minstaff 258052 2008-09-19 15:53 libtool.m4
21
22 -Jeremy