~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: 2008-06-19 14:45:42 UTC
  • Revision ID: james.westby@ubuntu.com-20080619144542-w1tb1877r00ub1u1
Tags: 0.62.1ubuntu7
* debian/control:
  - add apt-xapian-index to the recommends again, we have some
    space on the CDs again (thanks to Steve Langasek)

Show diffs side-by-side

added added

removed removed

Lines of Context:
761
761
CXXCPP
762
762
VTE_CFLAGS
763
763
VTE_LIBS
764
 
LIBTAGCOLL_CFLAGS
765
 
LIBTAGCOLL_LIBS
766
764
LIBOBJS
767
765
LTLIBOBJS'
768
766
ac_subst_files=''
787
785
LIBEPT_LIBS
788
786
CXXCPP
789
787
VTE_CFLAGS
790
 
VTE_LIBS
791
 
LIBTAGCOLL_CFLAGS
792
 
LIBTAGCOLL_LIBS'
 
788
VTE_LIBS'
793
789
 
794
790
 
795
791
# Initialize some variables set by options.
1404
1400
  CXXCPP      C++ preprocessor
1405
1401
  VTE_CFLAGS  C compiler flags for VTE, overriding pkg-config
1406
1402
  VTE_LIBS    linker flags for VTE, overriding pkg-config
1407
 
  LIBTAGCOLL_CFLAGS
1408
 
              C compiler flags for LIBTAGCOLL, overriding pkg-config
1409
 
  LIBTAGCOLL_LIBS
1410
 
              linker flags for LIBTAGCOLL, overriding pkg-config
1411
1403
 
1412
1404
Use these variables to override the choices made by `configure' or to help
1413
1405
it to find libraries and programs with nonstandard names/locations.
2169
2161
 
2170
2162
# Define the identity of the package.
2171
2163
 PACKAGE=synaptic
2172
 
 VERSION=0.62.1ubuntu6
 
2164
 VERSION=0.62.1ubuntu7
2173
2165
 
2174
2166
 
2175
2167
cat >>confdefs.h <<_ACEOF
10557
10549
#define HAVE_DEBTAGS 1
10558
10550
_ACEOF
10559
10551
 
10560
 
 
10561
 
 
10562
 
pkg_failed=no
10563
 
{ echo "$as_me:$LINENO: checking for LIBTAGCOLL" >&5
10564
 
echo $ECHO_N "checking for LIBTAGCOLL... $ECHO_C" >&6; }
10565
 
 
10566
 
if test -n "$PKG_CONFIG"; then
10567
 
    if test -n "$LIBTAGCOLL_CFLAGS"; then
10568
 
        pkg_cv_LIBTAGCOLL_CFLAGS="$LIBTAGCOLL_CFLAGS"
10569
 
    else
10570
 
        if test -n "$PKG_CONFIG" && \
10571
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libtagcoll\"") >&5
10572
 
  ($PKG_CONFIG --exists --print-errors "libtagcoll") 2>&5
10573
 
  ac_status=$?
10574
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10575
 
  (exit $ac_status); }; then
10576
 
  pkg_cv_LIBTAGCOLL_CFLAGS=`$PKG_CONFIG --cflags "libtagcoll" 2>/dev/null`
10577
 
else
10578
 
  pkg_failed=yes
10579
 
fi
10580
 
    fi
10581
 
else
10582
 
        pkg_failed=untried
10583
 
fi
10584
 
if test -n "$PKG_CONFIG"; then
10585
 
    if test -n "$LIBTAGCOLL_LIBS"; then
10586
 
        pkg_cv_LIBTAGCOLL_LIBS="$LIBTAGCOLL_LIBS"
10587
 
    else
10588
 
        if test -n "$PKG_CONFIG" && \
10589
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libtagcoll\"") >&5
10590
 
  ($PKG_CONFIG --exists --print-errors "libtagcoll") 2>&5
10591
 
  ac_status=$?
10592
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10593
 
  (exit $ac_status); }; then
10594
 
  pkg_cv_LIBTAGCOLL_LIBS=`$PKG_CONFIG --libs "libtagcoll" 2>/dev/null`
10595
 
else
10596
 
  pkg_failed=yes
10597
 
fi
10598
 
    fi
10599
 
else
10600
 
        pkg_failed=untried
10601
 
fi
10602
 
 
10603
 
 
10604
 
 
10605
 
if test $pkg_failed = yes; then
10606
 
 
10607
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
10608
 
        _pkg_short_errors_supported=yes
10609
 
else
10610
 
        _pkg_short_errors_supported=no
10611
 
fi
10612
 
        if test $_pkg_short_errors_supported = yes; then
10613
 
                LIBTAGCOLL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libtagcoll"`
10614
 
        else
10615
 
                LIBTAGCOLL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libtagcoll"`
10616
 
        fi
10617
 
        # Put the nasty error message in config.log where it belongs
10618
 
        echo "$LIBTAGCOLL_PKG_ERRORS" >&5
10619
 
 
10620
 
        { { echo "$as_me:$LINENO: error: Package requirements (libtagcoll) were not met:
10621
 
 
10622
 
$LIBTAGCOLL_PKG_ERRORS
10623
 
 
10624
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
10625
 
installed software in a non-standard prefix.
10626
 
 
10627
 
Alternatively, you may set the environment variables LIBTAGCOLL_CFLAGS
10628
 
and LIBTAGCOLL_LIBS to avoid the need to call pkg-config.
10629
 
See the pkg-config man page for more details.
10630
 
" >&5
10631
 
echo "$as_me: error: Package requirements (libtagcoll) were not met:
10632
 
 
10633
 
$LIBTAGCOLL_PKG_ERRORS
10634
 
 
10635
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
10636
 
installed software in a non-standard prefix.
10637
 
 
10638
 
Alternatively, you may set the environment variables LIBTAGCOLL_CFLAGS
10639
 
and LIBTAGCOLL_LIBS to avoid the need to call pkg-config.
10640
 
See the pkg-config man page for more details.
10641
 
" >&2;}
10642
 
   { (exit 1); exit 1; }; }
10643
 
elif test $pkg_failed = untried; then
10644
 
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
10645
 
is in your PATH or set the PKG_CONFIG environment variable to the full
10646
 
path to pkg-config.
10647
 
 
10648
 
Alternatively, you may set the environment variables LIBTAGCOLL_CFLAGS
10649
 
and LIBTAGCOLL_LIBS to avoid the need to call pkg-config.
10650
 
See the pkg-config man page for more details.
10651
 
 
10652
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
10653
 
See \`config.log' for more details." >&5
10654
 
echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
10655
 
is in your PATH or set the PKG_CONFIG environment variable to the full
10656
 
path to pkg-config.
10657
 
 
10658
 
Alternatively, you may set the environment variables LIBTAGCOLL_CFLAGS
10659
 
and LIBTAGCOLL_LIBS to avoid the need to call pkg-config.
10660
 
See the pkg-config man page for more details.
10661
 
 
10662
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
10663
 
See \`config.log' for more details." >&2;}
10664
 
   { (exit 1); exit 1; }; }
10665
 
else
10666
 
        LIBTAGCOLL_CFLAGS=$pkg_cv_LIBTAGCOLL_CFLAGS
10667
 
        LIBTAGCOLL_LIBS=$pkg_cv_LIBTAGCOLL_LIBS
10668
 
        { echo "$as_me:$LINENO: result: yes" >&5
10669
 
echo "${ECHO_T}yes" >&6; }
10670
 
        :
10671
 
fi
10672
 
 
10673
 
 
10674
 
 
 
10552
        LIBTAGCOLL_DEFS
10675
10553
 
10676
10554
 
10677
10555
fi
11848
11726
CXXCPP!$CXXCPP$ac_delim
11849
11727
VTE_CFLAGS!$VTE_CFLAGS$ac_delim
11850
11728
VTE_LIBS!$VTE_LIBS$ac_delim
11851
 
LIBTAGCOLL_CFLAGS!$LIBTAGCOLL_CFLAGS$ac_delim
11852
 
LIBTAGCOLL_LIBS!$LIBTAGCOLL_LIBS$ac_delim
11853
11729
LIBOBJS!$LIBOBJS$ac_delim
11854
11730
LTLIBOBJS!$LTLIBOBJS$ac_delim
11855
11731
_ACEOF
11856
11732
 
11857
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 55; then
 
11733
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 53; then
11858
11734
    break
11859
11735
  elif $ac_last_try; then
11860
11736
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5