From 10183b70c1ea603a2297eebe33997035755e7ea9 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Fri, 13 Jun 2008 00:04:07 +0000 Subject: Update to fonttosfnt version 1.0.4. --- app/fonttosfnt/configure.ac | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'app/fonttosfnt/configure.ac') diff --git a/app/fonttosfnt/configure.ac b/app/fonttosfnt/configure.ac index 5e52eb06b..0782b0351 100644 --- a/app/fonttosfnt/configure.ac +++ b/app/fonttosfnt/configure.ac @@ -22,7 +22,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(fonttosfnt,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],fonttosfnt) +AC_INIT(fonttosfnt,[1.0.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],fonttosfnt) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE @@ -32,6 +32,11 @@ AC_PROG_CC AC_PROG_INSTALL AC_CHECK_FUNC(setenv, have_setenv=yes, have_setenv=no) +AC_CHECK_FUNCS([vasprintf]) +AC_CHECK_DECLS([va_copy], [], [], [ + AC_INCLUDES_DEFAULT + #include +]) AM_CONDITIONAL(NEED_SETENV, [test x$have_setenv = xno]) -- cgit v1.2.3