Branch: Tag:

2001-02-13

2001-02-13 15:44:18 by Mirar (Pontus Hagland) <pike@sort.mirar.org>

changing api for feature reporting

Rev: src/aclocal.m4:1.27
Rev: src/configure.in:1.475
Rev: src/modules/Gmp/configure.in:1.24
Rev: src/modules/Gz/configure.in:1.21
Rev: src/modules/Image/configure.in:1.19
Rev: src/modules/Math/configure.in:1.4
Rev: src/modules/Oracle/configure.in:1.31
Rev: src/modules/PDF/configure.in:1.4
Rev: src/modules/Perl/configure.in:1.11
Rev: src/modules/_Image_FreeType/configure.in:1.5
Rev: src/modules/_Image_GIF/configure.in:1.3
Rev: src/modules/_Image_JPEG/configure.in:1.8
Rev: src/modules/_Image_TIFF/configure.in:1.5
Rev: src/modules/_Image_TTF/configure.in:1.9
Rev: src/modules/_Image_XFace/configure.in:1.8
Rev: src/post_modules/GTK/configure.in:1.29

1:   # - # $Id: configure.in,v 1.8 2001/02/13 13:36:47 mirar Exp $ + # $Id: configure.in,v 1.9 2001/02/13 15:44:18 mirar Exp $   #   AC_INIT(image_ttf.c)   AC_CONFIG_HEADER(config.h)
7:      AC_MODULE_INIT()    - PIKE_FEATURE_WITHOUT(_Image_TTF,Image.TTF..........) + PIKE_FEATURE_WITHOUT(Image.TTF)      if test x$with_ttflib = xyes ; then -  PIKE_FEATURE_NODEP(_Image_TTF,Image.TTF..........) +  PIKE_FEATURE_NODEP(Image.TTF)       AC_CHECK_HEADERS(freetype.h ftxkern.h freetype/freetype.h freetype/ftxkern.h)   
22:    AC_CHECK_LIB(ttf, TT_Open_Collection, [    AC_DEFINE(HAVE_LIBTTF)    LIBS="${LIBS-} -lttf" -  PIKE_FEATURE_OK(_Image_TTF,Image.TTF..........) +  PIKE_FEATURE_OK(Image.TTF)    ])    AC_MSG_CHECKING([if TT_Horizontal_Header has the member Reserved0])    AC_CACHE_VAL(pike_cv_tt_hh_reserved0, [
48:    else :; fi    else    if test "$freetype_h" = "nono"; then :; else -  PIKE_FEATURE(_Image_TTF,Image.TTF..........no (too old)) +  PIKE_FEATURE(Image.TTF,[no (too old)])    AC_MSG_WARN(Detected freetype library (libttf), but too old version)    fi    fi