/[freetype]/freetype2/builds/unix/freetype-config.in
ViewVC logotype

Diff of /freetype2/builds/unix/freetype-config.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by otaylor, Tue Nov 16 13:06:43 2004 UTC revision 1.16 by wl, Thu Feb 10 08:18:26 2005 UTC
# Line 23  Options: Line 23  Options:
23                           the FreeType library                           the FreeType library
24    --exec-prefix=EPREFIX  override \`--exec-prefix' value with EPREFIX    --exec-prefix=EPREFIX  override \`--exec-prefix' value with EPREFIX
25    --version              display libtool version of the FreeType library    --version              display libtool version of the FreeType library
26      --ftversion            display FreeType version number
27    --libs                 display flags for linking with the FreeType library    --libs                 display flags for linking with the FreeType library
28    --libtool              display library name for linking with libtool    --libtool              display library name for linking with libtool
29    --cflags               display flags for compiling with the FreeType    --cflags               display flags for compiling with the FreeType
# Line 65  while test $# -gt 0 ; do Line 66  while test $# -gt 0 ; do
66      echo @ft_version@      echo @ft_version@
67      exit 0      exit 0
68      ;;      ;;
69      --ftversion)
70        major=`grep define @prefix@/include/freetype2/freetype/freetype.h \
71               | grep FREETYPE_MAJOR \
72               | sed 's/.*[         ]\([0-9][0-9]*\).*/\1/'`
73        minor=`grep define @prefix@/include/freetype2/freetype/freetype.h \
74               | grep FREETYPE_MINOR \
75               | sed 's/.*[         ]\([0-9][0-9]*\).*/\1/'`
76        patch=`grep define @prefix@/include/freetype2/freetype/freetype.h \
77               | grep FREETYPE_PATCH \
78               | sed 's/.*[         ]\([0-9][0-9]*\).*/\1/'`
79        echo $major.$minor.$patch
80        exit 0
81        ;;
82    --cflags)    --cflags)
83      echo_cflags=yes      echo_cflags=yes
84      ;;      ;;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26