[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pengfork-devel] Cvs remark
From: |
lordheavy |
Subject: |
Re: [Pengfork-devel] Cvs remark |
Date: |
Wed, 28 Aug 2002 12:11:05 +0200 |
User-agent: |
KMail/1.4.3 |
Le Mercredi 28 Août 2002 10:40, vous avez écrit :
> You maybe should remove by hand aclocal.m4, configure, Makefile.in's, and
> config/* exept config/Makefile.am to be sure older auto* versions does not
> trouble the result.
>
> $ autoconf --version
> autoconf (GNU Autoconf) 2.53
>
> I don't like the 'a' you have at the end of your autoconf version number,
> it seems to be a testing release or something. I think gentoo must have a
> final version.
>
> $ automake --version
> automake (GNU automake) 1.6.3
>
> > Do you feel the headache is coming :)
>
> right :) It's often like that with auto*, as older version compatibility is
> not always conserved.
I've found the issue !
must doing before autoreconf -fi : export WANT_AUTOMAKE_1_6=1
cos it's wrapper that choose correct autoconf/automake scripts !
same issue should come with mandrake (cos it's wrapper form mdk) !
Laurent