~jibel/synaptic/bugs.290524.502582

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-07-10 14:35:17 UTC
  • mfrom: (3.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090710143517-ku2effdqcf07t7cx
Tags: 0.62.7ubuntu1
* merged from debian
* debian/control:
  - add build-conflict against librpm-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
637
637
 
638
638
ac_subst_vars='LTLIBOBJS
639
639
LIBOBJS
640
 
LIBTAGCOLL_LIBS
641
 
LIBTAGCOLL_CFLAGS
642
640
VTE_LIBS
643
641
VTE_CFLAGS
644
642
CXXCPP
824
822
LIBEPT_LIBS
825
823
CXXCPP
826
824
VTE_CFLAGS
827
 
VTE_LIBS
828
 
LIBTAGCOLL_CFLAGS
829
 
LIBTAGCOLL_LIBS'
 
825
VTE_LIBS'
830
826
 
831
827
 
832
828
# Initialize some variables set by options.
1493
1489
  CXXCPP      C++ preprocessor
1494
1490
  VTE_CFLAGS  C compiler flags for VTE, overriding pkg-config
1495
1491
  VTE_LIBS    linker flags for VTE, overriding pkg-config
1496
 
  LIBTAGCOLL_CFLAGS
1497
 
              C compiler flags for LIBTAGCOLL, overriding pkg-config
1498
 
  LIBTAGCOLL_LIBS
1499
 
              linker flags for LIBTAGCOLL, overriding pkg-config
1500
1492
 
1501
1493
Use these variables to override the choices made by `configure' or to help
1502
1494
it to find libraries and programs with nonstandard names/locations.
10955
10947
#define HAVE_DEBTAGS 1
10956
10948
_ACEOF
10957
10949
 
10958
 
 
10959
 
 
10960
 
pkg_failed=no
10961
 
{ $as_echo "$as_me:$LINENO: checking for LIBTAGCOLL" >&5
10962
 
$as_echo_n "checking for LIBTAGCOLL... " >&6; }
10963
 
 
10964
 
if test -n "$PKG_CONFIG"; then
10965
 
    if test -n "$LIBTAGCOLL_CFLAGS"; then
10966
 
        pkg_cv_LIBTAGCOLL_CFLAGS="$LIBTAGCOLL_CFLAGS"
10967
 
    else
10968
 
        if test -n "$PKG_CONFIG" && \
10969
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libtagcoll\"") >&5
10970
 
  ($PKG_CONFIG --exists --print-errors "libtagcoll") 2>&5
10971
 
  ac_status=$?
10972
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10973
 
  (exit $ac_status); }; then
10974
 
  pkg_cv_LIBTAGCOLL_CFLAGS=`$PKG_CONFIG --cflags "libtagcoll" 2>/dev/null`
10975
 
else
10976
 
  pkg_failed=yes
10977
 
fi
10978
 
    fi
10979
 
else
10980
 
        pkg_failed=untried
10981
 
fi
10982
 
if test -n "$PKG_CONFIG"; then
10983
 
    if test -n "$LIBTAGCOLL_LIBS"; then
10984
 
        pkg_cv_LIBTAGCOLL_LIBS="$LIBTAGCOLL_LIBS"
10985
 
    else
10986
 
        if test -n "$PKG_CONFIG" && \
10987
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libtagcoll\"") >&5
10988
 
  ($PKG_CONFIG --exists --print-errors "libtagcoll") 2>&5
10989
 
  ac_status=$?
10990
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10991
 
  (exit $ac_status); }; then
10992
 
  pkg_cv_LIBTAGCOLL_LIBS=`$PKG_CONFIG --libs "libtagcoll" 2>/dev/null`
10993
 
else
10994
 
  pkg_failed=yes
10995
 
fi
10996
 
    fi
10997
 
else
10998
 
        pkg_failed=untried
10999
 
fi
11000
 
 
11001
 
 
11002
 
 
11003
 
if test $pkg_failed = yes; then
11004
 
 
11005
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11006
 
        _pkg_short_errors_supported=yes
11007
 
else
11008
 
        _pkg_short_errors_supported=no
11009
 
fi
11010
 
        if test $_pkg_short_errors_supported = yes; then
11011
 
                LIBTAGCOLL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libtagcoll"`
11012
 
        else
11013
 
                LIBTAGCOLL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libtagcoll"`
11014
 
        fi
11015
 
        # Put the nasty error message in config.log where it belongs
11016
 
        echo "$LIBTAGCOLL_PKG_ERRORS" >&5
11017
 
 
11018
 
        { { $as_echo "$as_me:$LINENO: error: Package requirements (libtagcoll) were not met:
11019
 
 
11020
 
$LIBTAGCOLL_PKG_ERRORS
11021
 
 
11022
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
11023
 
installed software in a non-standard prefix.
11024
 
 
11025
 
Alternatively, you may set the environment variables LIBTAGCOLL_CFLAGS
11026
 
and LIBTAGCOLL_LIBS to avoid the need to call pkg-config.
11027
 
See the pkg-config man page for more details.
11028
 
" >&5
11029
 
$as_echo "$as_me: error: Package requirements (libtagcoll) were not met:
11030
 
 
11031
 
$LIBTAGCOLL_PKG_ERRORS
11032
 
 
11033
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
11034
 
installed software in a non-standard prefix.
11035
 
 
11036
 
Alternatively, you may set the environment variables LIBTAGCOLL_CFLAGS
11037
 
and LIBTAGCOLL_LIBS to avoid the need to call pkg-config.
11038
 
See the pkg-config man page for more details.
11039
 
" >&2;}
11040
 
   { (exit 1); exit 1; }; }
11041
 
elif test $pkg_failed = untried; then
11042
 
        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11043
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11044
 
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
11045
 
is in your PATH or set the PKG_CONFIG environment variable to the full
11046
 
path to pkg-config.
11047
 
 
11048
 
Alternatively, you may set the environment variables LIBTAGCOLL_CFLAGS
11049
 
and LIBTAGCOLL_LIBS to avoid the need to call pkg-config.
11050
 
See the pkg-config man page for more details.
11051
 
 
11052
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11053
 
See \`config.log' for more details." >&5
11054
 
$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
11055
 
is in your PATH or set the PKG_CONFIG environment variable to the full
11056
 
path to pkg-config.
11057
 
 
11058
 
Alternatively, you may set the environment variables LIBTAGCOLL_CFLAGS
11059
 
and LIBTAGCOLL_LIBS to avoid the need to call pkg-config.
11060
 
See the pkg-config man page for more details.
11061
 
 
11062
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11063
 
See \`config.log' for more details." >&2;}
11064
 
   { (exit 1); exit 1; }; }; }
11065
 
else
11066
 
        LIBTAGCOLL_CFLAGS=$pkg_cv_LIBTAGCOLL_CFLAGS
11067
 
        LIBTAGCOLL_LIBS=$pkg_cv_LIBTAGCOLL_LIBS
11068
 
        { $as_echo "$as_me:$LINENO: result: yes" >&5
11069
 
$as_echo "yes" >&6; }
11070
 
        :
11071
 
fi
11072
 
 
11073
 
 
11074
 
 
 
10950
        LIBTAGCOLL_DEFS
11075
10951
 
11076
10952
 
11077
10953
fi