[Freeciv-Dev] Re: (PR#12532) compile problem - autoconf 2.52 inadequate?
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12532 >
(Eddie Anderson) wrote:
> I googled AC_HEADER_STDBOOL. Based on what I learned from that,
> it looks like AC_HEADER_STDBOOL is a macro that was introduced in
> autoconf 2.54.
Thanks for the report. Here's a patch.
-jason
Index: autogen.sh
===================================================================
RCS file: /home/freeciv/CVS/freeciv/autogen.sh,v
retrieving revision 1.23
diff -u -r1.23 autogen.sh
--- autogen.sh 5 Feb 2005 07:50:57 -0000 1.23
+++ autogen.sh 17 Mar 2005 23:46:14 -0000
@@ -120,7 +120,7 @@
# the original autoconf 2.13 version; we must suppose 2.52 by default here
cp m4/x.252 m4/x.m4
-version_check 1 "autoconf" "ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 52 || DIE=1
+version_check 1 "autoconf" "ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 54 || DIE=1
version_check 1 "automake" "ftp://ftp.gnu.org/pub/gnu/automake/" 1 6 || DIE=1
if [ "$FC_USE_NLS" = "yes" ]; then
DIE2=0
Index: configure.ac
===================================================================
RCS file: /home/freeciv/CVS/freeciv/configure.ac,v
retrieving revision 1.96
diff -u -r1.96 configure.ac
--- configure.ac 16 Mar 2005 05:26:59 -0000 1.96
+++ configure.ac 17 Mar 2005 23:46:15 -0000
@@ -3,7 +3,7 @@
dnl Initialize with some random file to ensure the source is here.
AC_INIT
-AC_PREREQ(2.52)
+AC_PREREQ(2.54)
AC_CONFIG_SRCDIR([common/game.c])
AC_CONFIG_AUX_DIR(bootstrap) # This can't be quoted or automake will fail
AM_CONFIG_HEADER(config.h)
- [Freeciv-Dev] Re: (PR#12532) compile problem - autoconf 2.52 inadequate?,
Jason Short <=
|
|