[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]
<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 <=
|
|