Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2005:
[Freeciv-Dev] Re: (PR#12532) compile problem - autoconf 2.52 inadequate?
Home

[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]
To: saywhat@xxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#12532) compile problem - autoconf 2.52 inadequate?
From: "Marko Lindqvist" <marko.lindqvist@xxxxxxxxxxx>
Date: Wed, 23 Mar 2005 05:26:53 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12532 >

Marko Lindqvist wrote:
> 
> I guess it was not in 2.54 either.

  Confirmed


  - ML

diff -Nurd -X.diff_ignore freeciv/autogen.sh freeciv/autogen.sh
--- freeciv/autogen.sh  2005-03-23 15:18:41.654625000 +0200
+++ freeciv/autogen.sh  2005-03-23 15:22:02.607750000 +0200
@@ -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 55 || 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
diff -Nurd -X.diff_ignore freeciv/configure.ac freeciv/configure.ac
--- freeciv/configure.ac        2005-03-23 15:19:05.201500000 +0200
+++ freeciv/configure.ac        2005-03-23 15:20:32.373375000 +0200
@@ -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.55)
 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)

[Prev in Thread] Current Thread [Next in Thread]