Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2004:
[Freeciv-Dev] (PR#9551) error in civclient_DEPENDENCIES with old automak
Home

[Freeciv-Dev] (PR#9551) error in civclient_DEPENDENCIES with old automak

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: akaquinn@xxxxxxxxxxx, martin@xxxxxxxxxx
Cc: miky40@xxxxxxxxxxx
Subject: [Freeciv-Dev] (PR#9551) error in civclient_DEPENDENCIES with old automakes
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 16 Nov 2004 21:37:31 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=9551 >

I think we should avoid the problem and just require that automake >=
1.6 be present.

jason

Index: autogen.sh
===================================================================
RCS file: /home/freeciv/CVS/freeciv/autogen.sh,v
retrieving revision 1.20
diff -u -r1.20 autogen.sh
--- autogen.sh  22 Oct 2004 10:47:09 -0000      1.20
+++ autogen.sh  17 Nov 2004 05:37:27 -0000
@@ -121,7 +121,7 @@
 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 "automake" "ftp://ftp.gnu.org/pub/gnu/automake/"; 1 4 || 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
   version_check 1 "xgettext" "ftp://ftp.gnu.org/pub/gnu/gettext/"; 0 10 36 || 
DIE2=1

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#9551) error in civclient_DEPENDENCIES with old automakes, Jason Short <=