~ubuntu-branches/ubuntu/lucid/totem-pl-parser/lucid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-01-26 20:52:06 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100126205206-mj1kg7e81c9f0zgv
Tags: 2.29.1-0ubuntu1
* New upstream release:
  - Add introspection support
  - Remove GTK+ dependency
  - Remove deprecated symbols
  - Add more metadata to XSPF playlist saving
  - Fix compilation on *BSDs
* debian/watch: update to take unstable version
* debian/control.in:
  - add Vcs-Bzr tag
  - add gobject-introspection, libgirepository1.0-dev and gir1.0-glib-2.0
    build-dep
  - remove libgtk2.0-dev build-dep
  - bump package revision as soname bumped
  - add gir1.0-totemplparser-1.0 package
* debian/rules:
  - bump makeshlibs args to new revision
  - call dh_girepository
* debian/libtotem-plparser17.install:
  - renamed from debian/libtotem-plparser12.install
* add debian/gir1.0-totemplparser-1.0.install package
* debian/libtotem-plparser-dev.install:
  - add gir file
* add debian/patches/01_fix_gir_file.patch:
  - fix gir and typelib file to have good release version
* add debian/patches/90autoreconf.patch to include previous patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.63 for totem-pl-parser 2.28.2.
 
3
# Generated by GNU Autoconf 2.63 for totem-pl-parser 2.29.1.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=totem-pl-parser&component=General>.
6
6
#
745
745
# Identity of this package.
746
746
PACKAGE_NAME='totem-pl-parser'
747
747
PACKAGE_TARNAME='totem-pl-parser'
748
 
PACKAGE_VERSION='2.28.2'
749
 
PACKAGE_STRING='totem-pl-parser 2.28.2'
 
748
PACKAGE_VERSION='2.29.1'
 
749
PACKAGE_STRING='totem-pl-parser 2.29.1'
750
750
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=totem-pl-parser&component=General'
751
751
 
752
752
ac_unique_file="plparse/totem-pl-parser.c"
790
790
ac_subst_vars='am__EXEEXT_FALSE
791
791
am__EXEEXT_TRUE
792
792
LTLIBOBJS
 
793
HAVE_INTROSPECTION_FALSE
 
794
HAVE_INTROSPECTION_TRUE
 
795
INTROSPECTION_MAKEFILE
 
796
INTROSPECTION_LIBS
 
797
INTROSPECTION_CFLAGS
 
798
INTROSPECTION_TYPELIBDIR
 
799
INTROSPECTION_GIRDIR
 
800
INTROSPECTION_GENERATE
 
801
INTROSPECTION_COMPILER
 
802
INTROSPECTION_SCANNER
793
803
GTK_DOC_USE_LIBTOOL_FALSE
794
804
GTK_DOC_USE_LIBTOOL_TRUE
795
805
ENABLE_GTK_DOC_FALSE
801
811
AM_CFLAGS
802
812
AM_CPPFLAGS
803
813
DISABLE_DEPRECATED
804
 
MAINT
805
 
MAINTAINER_MODE_FALSE
806
 
MAINTAINER_MODE_TRUE
807
814
WARN_CXXFLAGS
808
815
WARN_CFLAGS
809
816
ACLOCAL_AMFLAGS
939
946
LDFLAGS
940
947
CFLAGS
941
948
CC
 
949
MAINT
 
950
MAINTAINER_MODE_FALSE
 
951
MAINTAINER_MODE_TRUE
942
952
target_alias
943
953
host_alias
944
954
build_alias
979
989
ac_subst_files=''
980
990
ac_user_opts='
981
991
enable_option_checking
 
992
enable_maintainer_mode
982
993
enable_dependency_tracking
983
994
enable_nls
984
995
enable_shared
993
1004
enable_iso_c
994
1005
enable_cxx_warnings
995
1006
enable_iso_cxx
996
 
enable_maintainer_mode
997
1007
with_html_dir
998
1008
enable_gtk_doc
 
1009
enable_introspection
999
1010
'
1000
1011
      ac_precious_vars='build_alias
1001
1012
host_alias
1569
1580
  # Omit some internal or obsolete options to make the list less imposing.
1570
1581
  # This message is too long to be a string in the A/UX 3.1 sh.
1571
1582
  cat <<_ACEOF
1572
 
\`configure' configures totem-pl-parser 2.28.2 to adapt to many kinds of systems.
 
1583
\`configure' configures totem-pl-parser 2.29.1 to adapt to many kinds of systems.
1573
1584
 
1574
1585
Usage: $0 [OPTION]... [VAR=VALUE]...
1575
1586
 
1639
1650
 
1640
1651
if test -n "$ac_init_help"; then
1641
1652
  case $ac_init_help in
1642
 
     short | recursive ) echo "Configuration of totem-pl-parser 2.28.2:";;
 
1653
     short | recursive ) echo "Configuration of totem-pl-parser 2.29.1:";;
1643
1654
   esac
1644
1655
  cat <<\_ACEOF
1645
1656
 
1647
1658
  --disable-option-checking  ignore unrecognized --enable/--with options
1648
1659
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1649
1660
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 
1661
  --enable-maintainer-mode  enable make rules and dependencies not useful
 
1662
                          (and sometimes confusing) to the casual installer
1650
1663
  --disable-dependency-tracking  speeds up one-time build
1651
1664
  --enable-dependency-tracking   do not reject slow dependency extractors
1652
1665
  --disable-nls           do not use Native Language Support
1666
1679
                               Turn on compiler warnings.
1667
1680
 
1668
1681
  --enable-iso-cxx        Try to warn if code is not ISO C++
1669
 
  --enable-maintainer-mode  enable make rules and dependencies not useful
1670
 
                          (and sometimes confusing) to the casual installer
1671
1682
  --enable-gtk-doc        use gtk-doc to build documentation [default=no]
 
1683
  --enable-introspection=[no/auto/yes]
 
1684
                          Enable introspection for this build
1672
1685
 
1673
1686
Optional Packages:
1674
1687
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1769
1782
test -n "$ac_init_help" && exit $ac_status
1770
1783
if $ac_init_version; then
1771
1784
  cat <<\_ACEOF
1772
 
totem-pl-parser configure 2.28.2
 
1785
totem-pl-parser configure 2.29.1
1773
1786
generated by GNU Autoconf 2.63
1774
1787
 
1775
1788
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1783
1796
This file contains any messages produced by compilers while
1784
1797
running configure, to aid debugging if configure makes a mistake.
1785
1798
 
1786
 
It was created by totem-pl-parser $as_me 2.28.2, which was
 
1799
It was created by totem-pl-parser $as_me 2.29.1, which was
1787
1800
generated by GNU Autoconf 2.63.  Invocation command line was
1788
1801
 
1789
1802
  $ $0 $@
2153
2166
 
2154
2167
 
2155
2168
 
 
2169
{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
2170
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
 
2171
    # Check whether --enable-maintainer-mode was given.
 
2172
if test "${enable_maintainer_mode+set}" = set; then
 
2173
  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
 
2174
else
 
2175
  USE_MAINTAINER_MODE=no
 
2176
fi
 
2177
 
 
2178
  { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 
2179
$as_echo "$USE_MAINTAINER_MODE" >&6; }
 
2180
   if test $USE_MAINTAINER_MODE = yes; then
 
2181
  MAINTAINER_MODE_TRUE=
 
2182
  MAINTAINER_MODE_FALSE='#'
 
2183
else
 
2184
  MAINTAINER_MODE_TRUE='#'
 
2185
  MAINTAINER_MODE_FALSE=
 
2186
fi
 
2187
 
 
2188
  MAINT=$MAINTAINER_MODE_TRUE
 
2189
 
 
2190
 
 
2191
 
2156
2192
ac_config_headers="$ac_config_headers config.h"
2157
2193
 
2158
2194
ac_ext=c
4489
4525
 
4490
4526
# Define the identity of the package.
4491
4527
 PACKAGE='totem-pl-parser'
4492
 
 VERSION='2.28.2'
 
4528
 VERSION='2.29.1'
4493
4529
 
4494
4530
 
4495
4531
cat >>confdefs.h <<_ACEOF
8146
8182
else
8147
8183
  lt_cv_nm_interface="BSD nm"
8148
8184
  echo "int some_variable = 0;" > conftest.$ac_ext
8149
 
  (eval echo "\"\$as_me:8149: $ac_compile\"" >&5)
 
8185
  (eval echo "\"\$as_me:8185: $ac_compile\"" >&5)
8150
8186
  (eval "$ac_compile" 2>conftest.err)
8151
8187
  cat conftest.err >&5
8152
 
  (eval echo "\"\$as_me:8152: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
8188
  (eval echo "\"\$as_me:8188: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
8153
8189
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
8154
8190
  cat conftest.err >&5
8155
 
  (eval echo "\"\$as_me:8155: output\"" >&5)
 
8191
  (eval echo "\"\$as_me:8191: output\"" >&5)
8156
8192
  cat conftest.out >&5
8157
8193
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
8158
8194
    lt_cv_nm_interface="MS dumpbin"
9357
9393
  ;;
9358
9394
*-*-irix6*)
9359
9395
  # Find out which ABI we are using.
9360
 
  echo '#line 9360 "configure"' > conftest.$ac_ext
 
9396
  echo '#line 9396 "configure"' > conftest.$ac_ext
9361
9397
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9362
9398
  (eval $ac_compile) 2>&5
9363
9399
  ac_status=$?
11435
11471
$RM -r conftest*
11436
11472
 
11437
11473
 
 
11474
## CAVEAT EMPTOR:
 
11475
## There is no encapsulation within the following macros, do not change
 
11476
## the running order or otherwise move them around unless you know exactly
 
11477
## what you are doing...
11438
11478
if test -n "$compiler"; then
11439
11479
 
11440
11480
lt_prog_compiler_no_builtin_flag=
11460
11500
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
11461
11501
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11462
11502
   -e 's:$: $lt_compiler_flag:'`
11463
 
   (eval echo "\"\$as_me:11463: $lt_compile\"" >&5)
 
11503
   (eval echo "\"\$as_me:11503: $lt_compile\"" >&5)
11464
11504
   (eval "$lt_compile" 2>conftest.err)
11465
11505
   ac_status=$?
11466
11506
   cat conftest.err >&5
11467
 
   echo "$as_me:11467: \$? = $ac_status" >&5
 
11507
   echo "$as_me:11507: \$? = $ac_status" >&5
11468
11508
   if (exit $ac_status) && test -s "$ac_outfile"; then
11469
11509
     # The compiler can only warn and ignore the option if not recognized
11470
11510
     # So say no if there are warnings other than the usual output.
11799
11839
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
11800
11840
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11801
11841
   -e 's:$: $lt_compiler_flag:'`
11802
 
   (eval echo "\"\$as_me:11802: $lt_compile\"" >&5)
 
11842
   (eval echo "\"\$as_me:11842: $lt_compile\"" >&5)
11803
11843
   (eval "$lt_compile" 2>conftest.err)
11804
11844
   ac_status=$?
11805
11845
   cat conftest.err >&5
11806
 
   echo "$as_me:11806: \$? = $ac_status" >&5
 
11846
   echo "$as_me:11846: \$? = $ac_status" >&5
11807
11847
   if (exit $ac_status) && test -s "$ac_outfile"; then
11808
11848
     # The compiler can only warn and ignore the option if not recognized
11809
11849
     # So say no if there are warnings other than the usual output.
11904
11944
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
11905
11945
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11906
11946
   -e 's:$: $lt_compiler_flag:'`
11907
 
   (eval echo "\"\$as_me:11907: $lt_compile\"" >&5)
 
11947
   (eval echo "\"\$as_me:11947: $lt_compile\"" >&5)
11908
11948
   (eval "$lt_compile" 2>out/conftest.err)
11909
11949
   ac_status=$?
11910
11950
   cat out/conftest.err >&5
11911
 
   echo "$as_me:11911: \$? = $ac_status" >&5
 
11951
   echo "$as_me:11951: \$? = $ac_status" >&5
11912
11952
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
11913
11953
   then
11914
11954
     # The compiler can only warn and ignore the option if not recognized
11959
11999
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
11960
12000
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11961
12001
   -e 's:$: $lt_compiler_flag:'`
11962
 
   (eval echo "\"\$as_me:11962: $lt_compile\"" >&5)
 
12002
   (eval echo "\"\$as_me:12002: $lt_compile\"" >&5)
11963
12003
   (eval "$lt_compile" 2>out/conftest.err)
11964
12004
   ac_status=$?
11965
12005
   cat out/conftest.err >&5
11966
 
   echo "$as_me:11966: \$? = $ac_status" >&5
 
12006
   echo "$as_me:12006: \$? = $ac_status" >&5
11967
12007
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
11968
12008
   then
11969
12009
     # The compiler can only warn and ignore the option if not recognized
14762
14802
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
14763
14803
  lt_status=$lt_dlunknown
14764
14804
  cat > conftest.$ac_ext <<_LT_EOF
14765
 
#line 14765 "configure"
 
14805
#line 14805 "configure"
14766
14806
#include "confdefs.h"
14767
14807
 
14768
14808
#if HAVE_DLFCN_H
14858
14898
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
14859
14899
  lt_status=$lt_dlunknown
14860
14900
  cat > conftest.$ac_ext <<_LT_EOF
14861
 
#line 14861 "configure"
 
14901
#line 14901 "configure"
14862
14902
#include "confdefs.h"
14863
14903
 
14864
14904
#if HAVE_DLFCN_H
16878
16918
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16879
16919
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16880
16920
   -e 's:$: $lt_compiler_flag:'`
16881
 
   (eval echo "\"\$as_me:16881: $lt_compile\"" >&5)
 
16921
   (eval echo "\"\$as_me:16921: $lt_compile\"" >&5)
16882
16922
   (eval "$lt_compile" 2>conftest.err)
16883
16923
   ac_status=$?
16884
16924
   cat conftest.err >&5
16885
 
   echo "$as_me:16885: \$? = $ac_status" >&5
 
16925
   echo "$as_me:16925: \$? = $ac_status" >&5
16886
16926
   if (exit $ac_status) && test -s "$ac_outfile"; then
16887
16927
     # The compiler can only warn and ignore the option if not recognized
16888
16928
     # So say no if there are warnings other than the usual output.
16977
17017
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16978
17018
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16979
17019
   -e 's:$: $lt_compiler_flag:'`
16980
 
   (eval echo "\"\$as_me:16980: $lt_compile\"" >&5)
 
17020
   (eval echo "\"\$as_me:17020: $lt_compile\"" >&5)
16981
17021
   (eval "$lt_compile" 2>out/conftest.err)
16982
17022
   ac_status=$?
16983
17023
   cat out/conftest.err >&5
16984
 
   echo "$as_me:16984: \$? = $ac_status" >&5
 
17024
   echo "$as_me:17024: \$? = $ac_status" >&5
16985
17025
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
16986
17026
   then
16987
17027
     # The compiler can only warn and ignore the option if not recognized
17029
17069
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17030
17070
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17031
17071
   -e 's:$: $lt_compiler_flag:'`
17032
 
   (eval echo "\"\$as_me:17032: $lt_compile\"" >&5)
 
17072
   (eval echo "\"\$as_me:17072: $lt_compile\"" >&5)
17033
17073
   (eval "$lt_compile" 2>out/conftest.err)
17034
17074
   ac_status=$?
17035
17075
   cat out/conftest.err >&5
17036
 
   echo "$as_me:17036: \$? = $ac_status" >&5
 
17076
   echo "$as_me:17076: \$? = $ac_status" >&5
17037
17077
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17038
17078
   then
17039
17079
     # The compiler can only warn and ignore the option if not recognized
18438
18478
# - If binary compatibility has been broken (eg removed or changed interfaces)
18439
18479
#   change to C+1:0:0
18440
18480
# - If the interface is the same as the previous version, change to C:R+1:A
18441
 
PLPARSER_LT_VERSION=16:5:4
 
18481
PLPARSER_LT_VERSION=17:0:0
18442
18482
 
18443
18483
 
18444
18484
TOTEM_PL_PARSER_VERSION_MAJOR=2
18445
 
TOTEM_PL_PARSER_VERSION_MINOR=28
18446
 
TOTEM_PL_PARSER_VERSION_MICRO=2
18447
 
 
18448
 
 
18449
 
 
18450
 
 
18451
 
pkg_modules="glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gthread-2.0 gio-2.0 >= $GIO_REQS"
 
18485
TOTEM_PL_PARSER_VERSION_MINOR=29
 
18486
TOTEM_PL_PARSER_VERSION_MICRO=1
 
18487
 
 
18488
 
 
18489
 
 
18490
 
 
18491
pkg_modules="glib-2.0 >= $GLIB_REQS libxml-2.0 gthread-2.0 gio-2.0 >= $GIO_REQS"
18452
18492
 
18453
18493
##################################
18454
18494
# Checking libgmime dependency
19003
19043
 
19004
19044
 
19005
19045
 
19006
 
{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
19007
 
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
19008
 
    # Check whether --enable-maintainer-mode was given.
19009
 
if test "${enable_maintainer_mode+set}" = set; then
19010
 
  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
19011
 
else
19012
 
  USE_MAINTAINER_MODE=no
19013
 
fi
19014
 
 
19015
 
  { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
19016
 
$as_echo "$USE_MAINTAINER_MODE" >&6; }
19017
 
   if test $USE_MAINTAINER_MODE = yes; then
19018
 
  MAINTAINER_MODE_TRUE=
19019
 
  MAINTAINER_MODE_FALSE='#'
19020
 
else
19021
 
  MAINTAINER_MODE_TRUE='#'
19022
 
  MAINTAINER_MODE_FALSE=
19023
 
fi
19024
 
 
19025
 
  MAINT=$MAINTAINER_MODE_TRUE
19026
 
 
19027
 
 
19028
 
 
19029
19046
 
19030
19047
 
19031
19048
        DISABLE_DEPRECATED=""
19158
19175
 
19159
19176
 
19160
19177
 
 
19178
 
 
19179
 
 
19180
                # Check whether --enable-introspection was given.
 
19181
if test "${enable_introspection+set}" = set; then
 
19182
  enableval=$enable_introspection;
 
19183
else
 
19184
  enable_introspection=auto
 
19185
fi
 
19186
 
 
19187
 
 
19188
    { $as_echo "$as_me:$LINENO: checking for gobject-introspection" >&5
 
19189
$as_echo_n "checking for gobject-introspection... " >&6; }
 
19190
 
 
19191
        case $enable_introspection in
 
19192
  no)         found_introspection="no (disabled, use --enable-introspection to enable)"
 
19193
     ;;
 
19194
      yes)         if test -n "$PKG_CONFIG" && \
 
19195
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0\"") >&5
 
19196
  ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0") 2>&5
 
19197
  ac_status=$?
 
19198
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19199
  (exit $ac_status); }; then
 
19200
  :
 
19201
else
 
19202
  { { $as_echo "$as_me:$LINENO: error: gobject-introspection-1.0 is not installed" >&5
 
19203
$as_echo "$as_me: error: gobject-introspection-1.0 is not installed" >&2;}
 
19204
   { (exit 1); exit 1; }; }
 
19205
fi
 
19206
        if test -n "$PKG_CONFIG" && \
 
19207
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.6.7\"") >&5
 
19208
  ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.6.7") 2>&5
 
19209
  ac_status=$?
 
19210
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19211
  (exit $ac_status); }; then
 
19212
  found_introspection=yes
 
19213
else
 
19214
  { { $as_echo "$as_me:$LINENO: error: You need to have gobject-introspection >= 0.6.7 installed to build totem-pl-parser" >&5
 
19215
$as_echo "$as_me: error: You need to have gobject-introspection >= 0.6.7 installed to build totem-pl-parser" >&2;}
 
19216
   { (exit 1); exit 1; }; }
 
19217
fi
 
19218
     ;;
 
19219
      auto)         if test -n "$PKG_CONFIG" && \
 
19220
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.6.7\"") >&5
 
19221
  ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.6.7") 2>&5
 
19222
  ac_status=$?
 
19223
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19224
  (exit $ac_status); }; then
 
19225
  found_introspection=yes
 
19226
else
 
19227
  found_introspection=no
 
19228
fi
 
19229
     ;;
 
19230
  *)             { { $as_echo "$as_me:$LINENO: error: invalid argument passed to --enable-introspection, should be one of [no/auto/yes]" >&5
 
19231
$as_echo "$as_me: error: invalid argument passed to --enable-introspection, should be one of [no/auto/yes]" >&2;}
 
19232
   { (exit 1); exit 1; }; }
 
19233
     ;;
 
19234
esac
 
19235
 
 
19236
    { $as_echo "$as_me:$LINENO: result: $found_introspection" >&5
 
19237
$as_echo "$found_introspection" >&6; }
 
19238
 
 
19239
    INTROSPECTION_SCANNER=
 
19240
    INTROSPECTION_COMPILER=
 
19241
    INTROSPECTION_GENERATE=
 
19242
    INTROSPECTION_GIRDIR=
 
19243
    INTROSPECTION_TYPELIBDIR=
 
19244
    if test "x$found_introspection" = "xyes"; then
 
19245
       INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
 
19246
       INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
 
19247
       INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
 
19248
       INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
 
19249
       INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
 
19250
       INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
 
19251
       INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
 
19252
       INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
 
19253
    fi
 
19254
 
 
19255
 
 
19256
 
 
19257
 
 
19258
 
 
19259
 
 
19260
 
 
19261
 
 
19262
 
 
19263
     if test "x$found_introspection" = "xyes"; then
 
19264
  HAVE_INTROSPECTION_TRUE=
 
19265
  HAVE_INTROSPECTION_FALSE='#'
 
19266
else
 
19267
  HAVE_INTROSPECTION_TRUE='#'
 
19268
  HAVE_INTROSPECTION_FALSE=
 
19269
fi
 
19270
 
 
19271
 
 
19272
 
 
19273
 
19161
19274
ac_config_files="$ac_config_files Makefile totem-plparser.pc totem-plparser-uninstalled.pc totem-plparser-mini.pc totem-plparser-mini-uninstalled.pc totem-pl-parser.spec lib/Makefile plparse/Makefile plparse/tests/Makefile plparse/totem-pl-parser-features.h po/Makefile.in docs/Makefile docs/reference/Makefile docs/reference/version.xml"
19162
19275
 
19163
19276
 
19259
19372
LTLIBOBJS=$ac_ltlibobjs
19260
19373
 
19261
19374
 
 
19375
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
 
19376
  { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
 
19377
Usually this means the macro was only invoked conditionally." >&5
 
19378
$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
 
19379
Usually this means the macro was only invoked conditionally." >&2;}
 
19380
   { (exit 1); exit 1; }; }
 
19381
fi
19262
19382
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
19263
19383
  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
19264
19384
Usually this means the macro was only invoked conditionally." >&5
19299
19419
Usually this means the macro was only invoked conditionally." >&2;}
19300
19420
   { (exit 1); exit 1; }; }
19301
19421
fi
19302
 
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
19303
 
  { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
19304
 
Usually this means the macro was only invoked conditionally." >&5
19305
 
$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
19306
 
Usually this means the macro was only invoked conditionally." >&2;}
19307
 
   { (exit 1); exit 1; }; }
19308
 
fi
19309
19422
if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then
19310
19423
  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_GTK_DOC\" was never defined.
19311
19424
Usually this means the macro was only invoked conditionally." >&5
19320
19433
Usually this means the macro was only invoked conditionally." >&2;}
19321
19434
   { (exit 1); exit 1; }; }
19322
19435
fi
 
19436
if test -z "${HAVE_INTROSPECTION_TRUE}" && test -z "${HAVE_INTROSPECTION_FALSE}"; then
 
19437
  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_INTROSPECTION\" was never defined.
 
19438
Usually this means the macro was only invoked conditionally." >&5
 
19439
$as_echo "$as_me: error: conditional \"HAVE_INTROSPECTION\" was never defined.
 
19440
Usually this means the macro was only invoked conditionally." >&2;}
 
19441
   { (exit 1); exit 1; }; }
 
19442
fi
19323
19443
 
19324
19444
: ${CONFIG_STATUS=./config.status}
19325
19445
ac_write_fail=0
19642
19762
# report actual input values of CONFIG_FILES etc. instead of their
19643
19763
# values after options handling.
19644
19764
ac_log="
19645
 
This file was extended by totem-pl-parser $as_me 2.28.2, which was
 
19765
This file was extended by totem-pl-parser $as_me 2.29.1, which was
19646
19766
generated by GNU Autoconf 2.63.  Invocation command line was
19647
19767
 
19648
19768
  CONFIG_FILES    = $CONFIG_FILES
19705
19825
_ACEOF
19706
19826
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19707
19827
ac_cs_version="\\
19708
 
totem-pl-parser config.status 2.28.2
 
19828
totem-pl-parser config.status 2.29.1
19709
19829
configured by $0, generated by GNU Autoconf 2.63,
19710
19830
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
19711
19831