4 exec_prefix="@exec_prefix@"
6 includedir="@includedir@"
7 version="@PACKAGE_VERSION@"
12 Usage: fontconfig-config [OPTIONS] [LIBRARIES]
23 if test $# -eq 0 ; then
27 while test $# -gt 0 ; do
29 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
66 if test "$local_prefix" = "yes" ; then
67 if test "$exec_prefix_set" != "yes" ; then
72 if test "$echo_prefix" = "yes" ; then
76 if test "$echo_exec_prefix" = "yes" ; then
80 if test "$echo_cflags" = "yes" ; then
81 cflags="-I${includedir}"
85 if test "$echo_libs" = "yes" ; then
87 if test "${libdir}" != "/usr/lib" ; then
88 echo -L${libdir} $libs