~ubuntu-branches/ubuntu/precise/gtk2-engines-xfce/precise

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2006-11-16 13:30:49 UTC
  • mfrom: (1.2.1 upstream) (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061116133049-tps8a3tb4yne9g4z
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.8.3 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.9.2 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
4
4
# Free Software Foundation, Inc.
5936
5936
AC_MSG_RESULT([$SED])
5937
5937
])
5938
5938
 
5939
 
 
5940
 
dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
5941
 
dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
5942
 
dnl also defines GSTUFF_PKG_ERRORS on error
5943
 
AC_DEFUN(PKG_CHECK_MODULES, [
5944
 
  succeeded=no
5945
 
 
5946
 
  if test -z "$PKG_CONFIG"; then
5947
 
    AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
5948
 
  fi
5949
 
 
5950
 
  if test "$PKG_CONFIG" = "no" ; then
5951
 
     echo "*** The pkg-config script could not be found. Make sure it is"
5952
 
     echo "*** in your path, or set the PKG_CONFIG environment variable"
5953
 
     echo "*** to the full path to pkg-config."
5954
 
     echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
5955
 
  else
5956
 
     PKG_CONFIG_MIN_VERSION=0.9.0
5957
 
     if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
5958
 
        AC_MSG_CHECKING(for $2)
5959
 
 
5960
 
        if $PKG_CONFIG --exists "$2" ; then
5961
 
            AC_MSG_RESULT(yes)
5962
 
            succeeded=yes
5963
 
 
5964
 
            AC_MSG_CHECKING($1_CFLAGS)
5965
 
            $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
5966
 
            AC_MSG_RESULT($$1_CFLAGS)
5967
 
 
5968
 
            AC_MSG_CHECKING($1_LIBS)
5969
 
            $1_LIBS=`$PKG_CONFIG --libs "$2"`
5970
 
            AC_MSG_RESULT($$1_LIBS)
5971
 
        else
5972
 
            $1_CFLAGS=""
5973
 
            $1_LIBS=""
5974
 
            ## If we have a custom action on failure, don't print errors, but 
5975
 
            ## do set a variable so people can do so.
5976
 
            $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
5977
 
            ifelse([$4], ,echo $$1_PKG_ERRORS,)
5978
 
        fi
5979
 
 
5980
 
        AC_SUBST($1_CFLAGS)
5981
 
        AC_SUBST($1_LIBS)
5982
 
     else
5983
 
        echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
5984
 
        echo "*** See http://www.freedesktop.org/software/pkgconfig"
5985
 
     fi
5986
 
  fi
5987
 
 
5988
 
  if test $succeeded = yes; then
5989
 
     ifelse([$3], , :, [$3])
5990
 
  else
5991
 
     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])
5992
 
  fi
5993
 
])
5994
 
 
5995
 
 
5996
 
 
5997
5939
#                                                        -*- Autoconf -*-
5998
5940
# Copyright (C) 2002, 2003  Free Software Foundation, Inc.
5999
5941
# Generated from amversion.in; do not edit by hand.
6016
5958
# ----------------------------
6017
5959
# Automake X.Y traces this macro to ensure aclocal.m4 has been
6018
5960
# generated from the m4 files accompanying Automake X.Y.
6019
 
AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8"])
 
5961
AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
6020
5962
 
6021
5963
# AM_SET_CURRENT_AUTOMAKE_VERSION
6022
5964
# -------------------------------
6023
5965
# Call AM_AUTOMAKE_VERSION so it can be traced.
6024
5966
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
6025
5967
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
6026
 
         [AM_AUTOMAKE_VERSION([1.8.3])])
 
5968
         [AM_AUTOMAKE_VERSION([1.9.2])])
6027
5969
 
6028
5970
# AM_AUX_DIR_EXPAND
6029
5971
 
6091
6033
 
6092
6034
# AM_CONDITIONAL                                              -*- Autoconf -*-
6093
6035
 
6094
 
# Copyright (C) 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
 
6036
# Copyright (C) 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
6095
6037
 
6096
6038
# This program is free software; you can redistribute it and/or modify
6097
6039
# it under the terms of the GNU General Public License as published by
6128
6070
fi
6129
6071
AC_CONFIG_COMMANDS_PRE(
6130
6072
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
6131
 
  AC_MSG_ERROR([conditional "$1" was never defined.
6132
 
Usually this means the macro was only invoked conditionally.])
 
6073
  AC_MSG_ERROR([[conditional "$1" was never defined.
 
6074
Usually this means the macro was only invoked conditionally.]])
6133
6075
fi])])
6134
6076
 
6135
6077
# serial 7                                              -*- Autoconf -*-
6249
6191
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6250
6192
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6251
6193
      # icc doesn't choke on unknown options, it will just issue warnings
6252
 
      # (even with -Werror).  So we grep stderr for any message
6253
 
      # that says an option was ignored.
6254
 
      if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
 
6194
      # or remarks (even with -Werror).  So we grep stderr for any message
 
6195
      # that says an option was ignored or not supported.
 
6196
      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
6197
      #   icc: Command line warning: ignoring option '-M'; no argument required
 
6198
      # The diagnosis changed in icc 8.0:
 
6199
      #   icc: Command line remark: option '-MP' not supported
 
6200
      if (grep 'ignoring option' conftest.err ||
 
6201
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6255
6202
        am_cv_$1_dependencies_compiler_type=$depmode
6256
6203
        break
6257
6204
      fi
6297
6244
 
6298
6245
# Generate code to set up dependency tracking.   -*- Autoconf -*-
6299
6246
 
6300
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
6247
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
 
6248
#   Free Software Foundation, Inc.
6301
6249
 
6302
6250
# This program is free software; you can redistribute it and/or modify
6303
6251
# it under the terms of the GNU General Public License as published by
6333
6281
  else
6334
6282
    continue
6335
6283
  fi
6336
 
  grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
6337
 
  # Extract the definition of DEP_FILES from the Makefile without
6338
 
  # running `make'.
 
6284
  # Extract the definition of DEPDIR, am__include, and am__quote
 
6285
  # from the Makefile without running `make'.
6339
6286
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6340
6287
  test -z "$DEPDIR" && continue
 
6288
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
6289
  test -z "am__include" && continue
 
6290
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6341
6291
  # When using ansi2knr, U may be empty or an underscore; expand it
6342
6292
  U=`sed -n 's/^U = //p' < "$mf"`
6343
 
  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
6344
 
  # We invoke sed twice because it is the simplest approach to
6345
 
  # changing $(DEPDIR) to its actual value in the expansion.
6346
 
  for file in `sed -n '
6347
 
    /^DEP_FILES = .*\\\\$/ {
6348
 
      s/^DEP_FILES = //
6349
 
      :loop
6350
 
        s/\\\\$//
6351
 
        p
6352
 
        n
6353
 
        /\\\\$/ b loop
6354
 
      p
6355
 
    }
6356
 
    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
 
6293
  # Find all dependency output files, they are included files with
 
6294
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
6295
  # simplest approach to changing $(DEPDIR) to its actual value in the
 
6296
  # expansion.
 
6297
  for file in `sed -n "
 
6298
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6357
6299
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6358
6300
    # Make sure the directory exists.
6359
6301
    test -f "$dirpart/$file" && continue
6408
6350
# This macro actually does too much some checks are only needed if
6409
6351
# your package does certain things.  But this isn't really a big deal.
6410
6352
 
6411
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
6353
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
6412
6354
# Free Software Foundation, Inc.
6413
6355
 
6414
6356
# This program is free software; you can redistribute it and/or modify
6484
6426
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
6485
6427
AM_MISSING_PROG(AUTOHEADER, autoheader)
6486
6428
AM_MISSING_PROG(MAKEINFO, makeinfo)
6487
 
AM_MISSING_PROG(AMTAR, tar)
6488
6429
AM_PROG_INSTALL_SH
6489
6430
AM_PROG_INSTALL_STRIP
6490
6431
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
6493
6434
AC_REQUIRE([AC_PROG_AWK])dnl
6494
6435
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
6495
6436
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6496
 
 
 
6437
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 
6438
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
6439
                             [_AM_PROG_TAR([v7])])])
6497
6440
_AM_IF_OPTION([no-dependencies],,
6498
6441
[AC_PROVIDE_IFELSE([AC_PROG_CC],
6499
6442
                  [_AM_DEPENDENCIES(CC)],
6776
6719
# this.)
6777
6720
AC_DEFUN([AM_PROG_MKDIR_P],
6778
6721
[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
6779
 
  # Keeping the `.' argument allows $(mkdir_p) to be used without
6780
 
  # argument.  Indeed, we sometimes output rules like
 
6722
  # We used to keeping the `.' as first argument, in order to
 
6723
  # allow $(mkdir_p) to be used without argument.  As in
6781
6724
  #   $(mkdir_p) $(somedir)
6782
 
  # where $(somedir) is conditionally defined.
6783
 
  # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
6784
 
  # expensive solution, as it forces Make to start a sub-shell.)
6785
 
  mkdir_p='mkdir -p -- .'
 
6725
  # where $(somedir) is conditionally defined.  However this is wrong
 
6726
  # for two reasons:
 
6727
  #  1. if the package is installed by a user who cannot write `.'
 
6728
  #     make install will fail,
 
6729
  #  2. the above comment should most certainly read
 
6730
  #     $(mkdir_p) $(DESTDIR)$(somedir)
 
6731
  #     so it does not work when $(somedir) is undefined and
 
6732
  #     $(DESTDIR) is not.
 
6733
  #  To support the latter case, we have to write
 
6734
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
 
6735
  #  so the `.' trick is pointless.
 
6736
  mkdir_p='mkdir -p --'
6786
6737
else
6787
6738
  # On NextStep and OpenStep, the `mkdir' command does not
6788
6739
  # recognize any option.  It will interpret all options as
6845
6796
AC_DEFUN([_AM_IF_OPTION],
6846
6797
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
6847
6798
 
 
6799
# Copyright (C) 2001, 2003 Free Software Foundation, Inc.     -*- Autoconf -*-
 
6800
 
 
6801
# This program is free software; you can redistribute it and/or modify
 
6802
# it under the terms of the GNU General Public License as published by
 
6803
# the Free Software Foundation; either version 2, or (at your option)
 
6804
# any later version.
 
6805
 
 
6806
# This program is distributed in the hope that it will be useful,
 
6807
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6808
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6809
# GNU General Public License for more details.
 
6810
 
 
6811
# You should have received a copy of the GNU General Public License
 
6812
# along with this program; if not, write to the Free Software
 
6813
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6814
# 02111-1307, USA.
 
6815
 
 
6816
# AM_RUN_LOG(COMMAND)
 
6817
# -------------------
 
6818
# Run COMMAND, save the exit status in ac_status, and log it.
 
6819
# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
 
6820
AC_DEFUN([AM_RUN_LOG],
 
6821
[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
 
6822
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
 
6823
   ac_status=$?
 
6824
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
6825
   (exit $ac_status); }])
 
6826
 
6848
6827
#
6849
6828
# Check to make sure that the build environment is sane.
6850
6829
#
6948
6927
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
6949
6928
AC_SUBST([INSTALL_STRIP_PROGRAM])])
6950
6929
 
 
6930
# Check how to create a tarball.                            -*- Autoconf -*-
 
6931
 
 
6932
# Copyright (C) 2004  Free Software Foundation, Inc.
 
6933
 
 
6934
# This program is free software; you can redistribute it and/or modify
 
6935
# it under the terms of the GNU General Public License as published by
 
6936
# the Free Software Foundation; either version 2, or (at your option)
 
6937
# any later version.
 
6938
 
 
6939
# This program is distributed in the hope that it will be useful,
 
6940
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
6941
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
6942
# GNU General Public License for more details.
 
6943
 
 
6944
# You should have received a copy of the GNU General Public License
 
6945
# along with this program; if not, write to the Free Software
 
6946
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
6947
# 02111-1307, USA.
 
6948
 
 
6949
# serial 1
 
6950
 
 
6951
 
 
6952
# _AM_PROG_TAR(FORMAT)
 
6953
# --------------------
 
6954
# Check how to create a tarball in format FORMAT.
 
6955
# FORMAT should be one of `v7', `ustar', or `pax'.
 
6956
#
 
6957
# Substitute a variable $(am__tar) that is a command
 
6958
# writing to stdout a FORMAT-tarball containing the directory
 
6959
# $tardir.
 
6960
#     tardir=directory && $(am__tar) > result.tar
 
6961
#
 
6962
# Substitute a variable $(am__untar) that extract such
 
6963
# a tarball read from stdin.
 
6964
#     $(am__untar) < result.tar
 
6965
AC_DEFUN([_AM_PROG_TAR],
 
6966
[# Always define AMTAR for backward compatibility.
 
6967
AM_MISSING_PROG([AMTAR], [tar])
 
6968
m4_if([$1], [v7],
 
6969
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
6970
     [m4_case([$1], [ustar],, [pax],,
 
6971
              [m4_fatal([Unknown tar format])])
 
6972
AC_MSG_CHECKING([how to create a $1 tar archive])
 
6973
# Loop over all known methods to create a tar archive until one works.
 
6974
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
6975
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
 
6976
# Do not fold the above two line into one, because Tru64 sh and
 
6977
# Solaris sh will not grok spaces in the rhs of `-'.
 
6978
for _am_tool in $_am_tools
 
6979
do
 
6980
  case $_am_tool in
 
6981
  gnutar)
 
6982
    for _am_tar in tar gnutar gtar;
 
6983
    do
 
6984
      AM_RUN_LOG([$_am_tar --version]) && break
 
6985
    done
 
6986
    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
 
6987
    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
 
6988
    am__untar="$_am_tar -xf -"
 
6989
    ;;
 
6990
  plaintar)
 
6991
    # Must skip GNU tar: if it does not support --format= it doesn't create
 
6992
    # ustar tarball either.
 
6993
    (tar --version) >/dev/null 2>&1 && continue
 
6994
    am__tar='tar chf - "$$tardir"'
 
6995
    am__tar_='tar chf - "$tardir"'
 
6996
    am__untar='tar xf -'
 
6997
    ;;
 
6998
  pax)
 
6999
    am__tar='pax -L -x $1 -w "$$tardir"'
 
7000
    am__tar_='pax -L -x $1 -w "$tardir"'
 
7001
    am__untar='pax -r'
 
7002
    ;;
 
7003
  cpio)
 
7004
    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
 
7005
    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
 
7006
    am__untar='cpio -i -H $1 -d'
 
7007
    ;;
 
7008
  none)
 
7009
    am__tar=false
 
7010
    am__tar_=false
 
7011
    am__untar=false
 
7012
    ;;
 
7013
  esac
 
7014
 
 
7015
  # If the value was cached, stop now.  We just wanted to have am__tar
 
7016
  # and am__untar set.
 
7017
  test -n "${am_cv_prog_tar_$1}" && break
 
7018
 
 
7019
  # tar/untar a dummy directory, and stop if the command works
 
7020
  rm -rf conftest.dir
 
7021
  mkdir conftest.dir
 
7022
  echo GrepMe > conftest.dir/file
 
7023
  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
 
7024
  rm -rf conftest.dir
 
7025
  if test -s conftest.tar; then
 
7026
    AM_RUN_LOG([$am__untar <conftest.tar])
 
7027
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
7028
  fi
 
7029
done
 
7030
rm -rf conftest.dir
 
7031
 
 
7032
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
 
7033
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
 
7034
AC_SUBST([am__tar])
 
7035
AC_SUBST([am__untar])
 
7036
]) # _AM_PROG_TAR
 
7037
 
 
7038
 
 
7039
dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
 
7040
dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
 
7041
dnl also defines GSTUFF_PKG_ERRORS on error
 
7042
AC_DEFUN([PKG_CHECK_MODULES], [
 
7043
  succeeded=no
 
7044
 
 
7045
  if test -z "$PKG_CONFIG"; then
 
7046
    AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
 
7047
  fi
 
7048
 
 
7049
  if test "$PKG_CONFIG" = "no" ; then
 
7050
     echo "*** The pkg-config script could not be found. Make sure it is"
 
7051
     echo "*** in your path, or set the PKG_CONFIG environment variable"
 
7052
     echo "*** to the full path to pkg-config."
 
7053
     echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
 
7054
  else
 
7055
     PKG_CONFIG_MIN_VERSION=0.9.0
 
7056
     if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
 
7057
        AC_MSG_CHECKING(for $2)
 
7058
 
 
7059
        if $PKG_CONFIG --exists "$2" ; then
 
7060
            AC_MSG_RESULT(yes)
 
7061
            succeeded=yes
 
7062
 
 
7063
            AC_MSG_CHECKING($1_CFLAGS)
 
7064
            $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
 
7065
            AC_MSG_RESULT($$1_CFLAGS)
 
7066
 
 
7067
            AC_MSG_CHECKING($1_LIBS)
 
7068
            $1_LIBS=`$PKG_CONFIG --libs "$2"`
 
7069
            AC_MSG_RESULT($$1_LIBS)
 
7070
        else
 
7071
            $1_CFLAGS=""
 
7072
            $1_LIBS=""
 
7073
            ## If we have a custom action on failure, don't print errors, but 
 
7074
            ## do set a variable so people can do so.
 
7075
            $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
 
7076
            ifelse([$4], ,echo $$1_PKG_ERRORS,)
 
7077
        fi
 
7078
 
 
7079
        AC_SUBST($1_CFLAGS)
 
7080
        AC_SUBST($1_LIBS)
 
7081
     else
 
7082
        echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
 
7083
        echo "*** See http://www.freedesktop.org/software/pkgconfig"
 
7084
     fi
 
7085
  fi
 
7086
 
 
7087
  if test $succeeded = yes; then
 
7088
     ifelse([$3], , :, [$3])
 
7089
  else
 
7090
     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])
 
7091
  fi
 
7092
])
 
7093
 
 
7094
 
 
7095