X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=configure.in;h=7a40adad3d71aae1f89dd669abfc9b82265265bd;hb=7d35c11b3304659d8be43913c9b125f2b5b38516;hp=e381475035d2942b5b0544085a61af40906e8406;hpb=77c0d8bce86ca088782d5631617c0ef681d91312;p=fontconfig.git diff --git a/configure.in b/configure.in index e381475..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 @@ -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 ;; *) @@ -573,11 +565,11 @@ 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 ])