[Freeciv-Dev] Re: [FreeCiv-Cvs] per: Some mingw32 fixes: Don't create a
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: |
freeciv-dev@xxxxxxxxxxx |
Subject: |
[Freeciv-Dev] Re: [FreeCiv-Cvs] per: Some mingw32 fixes: Don't create a DOS window w... |
From: |
"Per I. Mathisen" <per@xxxxxxxxxxx> |
Date: |
Wed, 14 May 2003 12:45:49 +0000 (GMT) |
On Wed, 14 May 2003, Christian Knoke wrote:
> + checking for autoconf >= 2.13 ... found 2.13, ok.
> + checking for automake >= 1.4 ... found 1.4-p5, ok.
Uh-huh. Such old versions... it is only a matter of time before they stop
working for good. The world has moved on.
> + running aclocal ...
> aclocal: both `configure.ac' and `configure.in' present: ignoring
> `configure.in'
Not good. Why does aclocal pick up configure.ac? What does "ac-local
--version" give?
Try running "./autogen.sh --disable-autoconf2.52". That should move
configure.ac out of the way.
> + running autoheader ...
> /usr/bin/m4: configure.in: 144: Undefined name `AC_LIB_PREPARE_PREFIX'
> /usr/bin/m4: configure.in: 144: Undefined name `AC_LIB_RPATH'
> + running autoconf ...
> /usr/bin/m4: configure.in: 144: Undefined name `AC_LIB_PREPARE_PREFIX'
> /usr/bin/m4: configure.in: 144: Undefined name `AC_LIB_RPATH'
> autoconf: Undefined macros:
> ***BUG in Autoconf--please report*** AC_LIB_LINKFLAGS_BODY
> ***BUG in Autoconf--please report*** AC_LIB_APPENDTOVAR
> ***BUG in Autoconf--please report*** AC_LIB_APPENDTOVAR
Impressive. Try "cvs up -r 1.1 m4/iconv.m4" then "./autogen.sh" again.
- Per
|
|