X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=configure.in;h=7a40adad3d71aae1f89dd669abfc9b82265265bd;hb=ea628d97706e842cb5555ceb5368fd972c941e0c;hp=29f109b43ea54b4a830ada43629b2b424bdcae26;hpb=d0902ee0867bd11e4ff266876a69c258eee8d08d;p=fontconfig.git diff --git a/configure.in b/configure.in index 29f109b..7a40ada 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl -dnl $Id$ +dnl fontconfig/configure.in dnl dnl Copyright © 2003 Keith Packard dnl @@ -33,7 +33,7 @@ dnl This is the package version number, not the shared library dnl version. This same version number must appear in fontconfig/fontconfig.h dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's dnl not possible to extract the version number here from fontconfig.h -AM_INIT_AUTOMAKE(fontconfig, 2.5.93) +AM_INIT_AUTOMAKE(fontconfig, 2.6.0) AM_MAINTAINER_MODE dnl libtool versioning @@ -223,19 +223,11 @@ FREETYPE_LIBS="`$ft_config --libs`" AC_SUBST(FREETYPE_LIBS) AC_SUBST(FREETYPE_CFLAGS) -# -# Check to see whether we have: -# FT_Get_Next_Char -# FT_Get_BDF_Property -# FT_Get_PS_Font_Info -# FT_Has_PS_Glyph_Names -# - fontconfig_save_libs="$LIBS" fontconfig_save_cflags="$CFLAGS" LIBS="$LIBS $FREETYPE_LIBS" CFLAGS="$CFLAGS $FREETYPE_CFLAGS" -AC_CHECK_FUNCS(FT_Get_Next_Char FT_Get_BDF_Property FT_Get_PS_Font_Info FT_Has_PS_Glyph_Names FT_Get_X11_Font_Format) +AC_CHECK_FUNCS(FT_Get_Next_Char FT_Get_BDF_Property FT_Get_PS_Font_Info FT_Has_PS_Glyph_Names FT_Get_X11_Font_Format FT_Select_Size) AC_CHECK_MEMBER(FT_Bitmap_Size.y_ppem, HAVE_FT_BITMAP_SIZE_Y_PPEM=1, HAVE_FT_BITMAP_SIZE_Y_PPEM=0, @@ -463,7 +455,7 @@ no|yes) if test "$os_win32" = "yes"; then fc_cachedir="WINDOWSTEMPDIR_FONTCONFIG_CACHE" else - fc_cachedir=`eval echo "${localstatedir}/cache/"${PACKAGE}` + fc_cachedir='${localstatedir}/cache/${PACKAGE}' fi ;; *) @@ -572,11 +564,12 @@ fc-cache/Makefile fc-cat/Makefile fc-list/Makefile fc-match/Makefile +fc-query/Makefile +fc-scan/Makefile doc/Makefile doc/version.sgml test/Makefile fontconfig.spec fontconfig.pc -fonts.conf fontconfig-zip ])