~jibel/synaptic/bug.597874

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-06-15 17:17:28 UTC
  • Revision ID: james.westby@ubuntu.com-20090615171728-r3eumzd8xuj10zzr
Tags: 0.62.6ubuntu2
show progress when searching and not not block the UI
(LP: #24188)

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
640
642
VTE_LIBS
641
643
VTE_CFLAGS
642
644
CXXCPP
822
824
LIBEPT_LIBS
823
825
CXXCPP
824
826
VTE_CFLAGS
825
 
VTE_LIBS'
 
827
VTE_LIBS
 
828
LIBTAGCOLL_CFLAGS
 
829
LIBTAGCOLL_LIBS'
826
830
 
827
831
 
828
832
# Initialize some variables set by options.
1489
1493
  CXXCPP      C++ preprocessor
1490
1494
  VTE_CFLAGS  C compiler flags for VTE, overriding pkg-config
1491
1495
  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
1492
1500
 
1493
1501
Use these variables to override the choices made by `configure' or to help
1494
1502
it to find libraries and programs with nonstandard names/locations.
10947
10955
#define HAVE_DEBTAGS 1
10948
10956
_ACEOF
10949
10957
 
10950
 
        LIBTAGCOLL_DEFS
 
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
 
10951
11075
 
10952
11076
 
10953
11077
fi