Top 10k strings from pkg.m4 in <root> / bin / pc / Emulators / fuse-hc2000-hacks.7z / src / fuse / m4 /

Back to the directory listing

   1 AC_DEFUN([PKG_CHECK_MODULES], [
   1   succeeded=no
   1   if test -z "$PKG_CONFIG"; then
   1   if test $succeeded = yes; then
   1   if test "$PKG_CONFIG" = "no" ; then
   1     ifelse([$4], , AC_MSG_ERROR([Library requirements ($2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.]), [$4])
   1     ifelse([$3], , :, [$3])
   1     if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
   1     echo "*** to the full path to pkg-config."
   1     echo "*** in your path, or set the PKG_CONFIG environment variable"
   1     echo "*** The pkg-config script could not be found. Make sure it is"
   1     echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
   1     PKG_CONFIG_MIN_VERSION=0.9.0
   1     AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
   1       if $PKG_CONFIG --exists "$2" ; then
   1       else
   1       echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
   1       echo "*** See http://www.freedesktop.org/software/pkgconfig";
   1       AC_SUBST($1_LIBS)
   1       AC_SUBST($1_CFLAGS)
   1       AC_MSG_CHECKING(for $2)
   1         succeeded=yes
   1         AC_MSG_RESULT(yes)
   1         AC_MSG_RESULT([no])
   1         AC_MSG_RESULT($$1_LIBS)
   1         AC_MSG_RESULT($$1_CFLAGS)
   1         AC_MSG_CHECKING($1_LIBS)
   1         AC_MSG_CHECKING($1_CFLAGS)
   1         $1_LIBS=`$PKG_CONFIG --libs "$2"`
   1         $1_LIBS=""
   1         $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
   1         $1_CFLAGS=""