[Freeciv-Dev] Re: (PR#6198) 1.14: iconv.m4 is incomplete
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Christian Knoke wrote:
> On Sun, Sep 21, 2003 at 07:59:24AM -0700, Guest wrote:
>
>>Meanwhile, as stated already, simply replacing m4/iconv.m4 with the HEAD
>>version
>>resolves the problem, and here is a patch to do that.
>>
>>(Only brought in here to test the pubserver build system ...)
>
>
> Unfortunately, it does not. It helped against the first bug I reported,
> which had been fixed inbetween. Now I get:
>
> chris@max:~/freeciv/cvs/beta/freeciv> cp ../../freeciv/m4/iconv.m4 m4/
> chris@max:~/freeciv/cvs/beta/freeciv> autogen.sh
> + checking for autoconf >= 2.52 ... found 2.13, not ok !
> + checking for autoconf >= 2.13 ... found 2.13, ok.
> + checking for automake >= 1.4 ... found 1.4-p5, ok.
> + checking for xgettext >= 0.10.36 ... found 0.10.40, ok.
> + checking for msgfmt >= 0.10.36 ... found 0.10.40, ok.
> + creating acinclude.m4
> + running aclocal ...
> aclocal: acinclude.m4: 3119: duplicated macro `AC_LIB_ARG_WITH'
> aclocal: both `configure.ac' and `configure.in' present: ignoring
> `configure.in'
>
> aclocal failed - check that all needed development files are present on
> system
The lib-prefix.m4 has two definitions of AC_LIB_ARG_WITH, with different
numbers of parameters. Apparently this won't work with autoconf2.13 and
similar.
jason
|
|