Author: cazfi
Date: Sat Dec 27 07:10:42 2014
New Revision: 27413

URL: http://svn.gna.org/viewcvs/freeciv?rev=27413&view=rev
Log:
Updated freetype2.m4 to serial 4, from freetype-2.5.4

See patch #5595

Modified:
    trunk/m4/freetype2.m4

Modified: trunk/m4/freetype2.m4
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/m4/freetype2.m4?rev=27413&r1=27412&r2=27413&view=diff
==============================================================================
--- trunk/m4/freetype2.m4       (original)
+++ trunk/m4/freetype2.m4       Sat Dec 27 07:10:42 2014
@@ -1,7 +1,7 @@
 # Configure paths for FreeType2
 # Marcelo Magallon 2001-10-26, based on gtk.m4 by Owen Taylor
 #
-# Copyright 2001, 2003, 2007, 2009 by
+# Copyright 2001, 2003, 2007, 2009, 2014 by
 # David Turner, Robert Wilhelm, and Werner Lemberg.
 #
 # This file is part of the FreeType project, and may only be used, modified,
@@ -15,7 +15,7 @@
 # generated by Autoconf, under the same distribution terms as the rest of
 # that program.
 #
-# serial 3
+# serial 4
 
 # AC_CHECK_FT2([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
 # Test for FreeType 2, and define FT2_CFLAGS and FT2_LIBS.
@@ -58,7 +58,7 @@
    fi
 
    if test "x$FT2_CONFIG" = x ; then
-     AC_PATH_PROG([FT2_CONFIG], [freetype-config], [no])
+     AC_PATH_TOOL([FT2_CONFIG], [freetype-config], [no])
    fi
 
    min_ft_version=m4_if([$1], [], [7.0.1], [$1])


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to