~ubuntu-branches/ubuntu/saucy/zeitgeist/saucy

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Siegfried-Angel Gevatter Pujals
  • Date: 2012-04-10 15:44:19 UTC
  • mfrom: (6.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120410154419-ql22z36rnsjm0oua
Tags: 0.9.0-1
* New upstream release. Some of the changes are:
   - Updated MIME-type mappings.
   - Added a query result size limit.
   - Enhanced database/index corruption recovery.
   - Don't index events from Ubuntu One.

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.68 for zeitgeist 0.8.99~beta1.
 
3
# Generated by GNU Autoconf 2.68 for zeitgeist 0.9.0.
4
4
#
5
5
# Report bugs to <dev@lists.zeitgeist-project.com>.
6
6
#
630
630
# Identity of this package.
631
631
PACKAGE_NAME='zeitgeist'
632
632
PACKAGE_TARNAME='zeitgeist'
633
 
PACKAGE_VERSION='0.8.99~beta1'
634
 
PACKAGE_STRING='zeitgeist 0.8.99~beta1'
 
633
PACKAGE_VERSION='0.9.0'
 
634
PACKAGE_STRING='zeitgeist 0.9.0'
635
635
PACKAGE_BUGREPORT='dev@lists.zeitgeist-project.com'
636
636
PACKAGE_URL=''
637
637
 
680
680
XAPIAN_CXXFLAGS
681
681
XAPIAN_LIBS
682
682
HAVE_XAPIAN
 
683
HAVE_FTS_FALSE
 
684
HAVE_FTS_TRUE
683
685
DBUS_SERVICES_DIR
684
686
DBUS_MODULE_LIBS
685
687
DBUS_MODULE_CFLAGS
888
890
enable_nls
889
891
with_dee_icu
890
892
with_session_bus_services_dir
 
893
enable_fts
891
894
'
892
895
      ac_precious_vars='build_alias
893
896
host_alias
1454
1457
  # Omit some internal or obsolete options to make the list less imposing.
1455
1458
  # This message is too long to be a string in the A/UX 3.1 sh.
1456
1459
  cat <<_ACEOF
1457
 
\`configure' configures zeitgeist 0.8.99~beta1 to adapt to many kinds of systems.
 
1460
\`configure' configures zeitgeist 0.9.0 to adapt to many kinds of systems.
1458
1461
 
1459
1462
Usage: $0 [OPTION]... [VAR=VALUE]...
1460
1463
 
1524
1527
 
1525
1528
if test -n "$ac_init_help"; then
1526
1529
  case $ac_init_help in
1527
 
     short | recursive ) echo "Configuration of zeitgeist 0.8.99~beta1:";;
 
1530
     short | recursive ) echo "Configuration of zeitgeist 0.9.0:";;
1528
1531
   esac
1529
1532
  cat <<\_ACEOF
1530
1533
 
1544
1547
  --enable-silent-rules          less verbose build output (undo: `make V=1')
1545
1548
  --disable-silent-rules         verbose build output (undo: `make V=0')
1546
1549
  --disable-nls           do not use Native Language Support
 
1550
  --disable-fts           Build without FTS++ extension
1547
1551
 
1548
1552
Optional Packages:
1549
1553
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1655
1659
test -n "$ac_init_help" && exit $ac_status
1656
1660
if $ac_init_version; then
1657
1661
  cat <<\_ACEOF
1658
 
zeitgeist configure 0.8.99~beta1
 
1662
zeitgeist configure 0.9.0
1659
1663
generated by GNU Autoconf 2.68
1660
1664
 
1661
1665
Copyright (C) 2010 Free Software Foundation, Inc.
2145
2149
This file contains any messages produced by compilers while
2146
2150
running configure, to aid debugging if configure makes a mistake.
2147
2151
 
2148
 
It was created by zeitgeist $as_me 0.8.99~beta1, which was
 
2152
It was created by zeitgeist $as_me 0.9.0, which was
2149
2153
generated by GNU Autoconf 2.68.  Invocation command line was
2150
2154
 
2151
2155
  $ $0 $@
2963
2967
 
2964
2968
# Define the identity of the package.
2965
2969
 PACKAGE='zeitgeist'
2966
 
 VERSION='0.8.99~beta1'
 
2970
 VERSION='0.9.0'
2967
2971
 
2968
2972
 
2969
2973
cat >>confdefs.h <<_ACEOF
17378
17382
DBUS_SERVICES_DIR="$services_dir"
17379
17383
 
17380
17384
 
 
17385
 
 
17386
#################################################
 
17387
# Configure options: --disable-fts.
 
17388
#################################################
 
17389
# Check whether --enable-fts was given.
 
17390
if test "${enable_fts+set}" = set; then :
 
17391
  enableval=$enable_fts; enable_fts=$enableval
 
17392
else
 
17393
  enable_fts="yes"
 
17394
fi
 
17395
 
 
17396
 
 
17397
 if test "x$enable_fts" != "xno"; then
 
17398
  HAVE_FTS_TRUE=
 
17399
  HAVE_FTS_FALSE='#'
 
17400
else
 
17401
  HAVE_FTS_TRUE='#'
 
17402
  HAVE_FTS_FALSE=
 
17403
fi
 
17404
 
 
17405
 
17381
17406
ac_config_files="$ac_config_files Makefile src/Makefile extensions/Makefile extensions/fts++/Makefile extensions/fts++/test/Makefile data/Makefile data/ontology/Makefile python/Makefile test/Makefile test/dbus/Makefile test/direct/Makefile doc/Makefile po/Makefile.in"
17382
17407
 
17383
17408
 
17626
17651
  as_fn_error $? "conditional \"HAVE_DEE_ICU\" was never defined.
17627
17652
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17628
17653
fi
 
17654
if test -z "${HAVE_FTS_TRUE}" && test -z "${HAVE_FTS_FALSE}"; then
 
17655
  as_fn_error $? "conditional \"HAVE_FTS\" was never defined.
 
17656
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
17657
fi
17629
17658
 
17630
17659
: "${CONFIG_STATUS=./config.status}"
17631
17660
ac_write_fail=0
18035
18064
# report actual input values of CONFIG_FILES etc. instead of their
18036
18065
# values after options handling.
18037
18066
ac_log="
18038
 
This file was extended by zeitgeist $as_me 0.8.99~beta1, which was
 
18067
This file was extended by zeitgeist $as_me 0.9.0, which was
18039
18068
generated by GNU Autoconf 2.68.  Invocation command line was
18040
18069
 
18041
18070
  CONFIG_FILES    = $CONFIG_FILES
18101
18130
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18102
18131
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18103
18132
ac_cs_version="\\
18104
 
zeitgeist config.status 0.8.99~beta1
 
18133
zeitgeist config.status 0.9.0
18105
18134
configured by $0, generated by GNU Autoconf 2.68,
18106
18135
  with options \\"\$ac_cs_config\\"
18107
18136
 
20181
20210
    Install Prefix:     ${prefix}
20182
20211
 
20183
20212
  Optional dependencies
 
20213
    fts++:              ${enable_fts}
20184
20214
    dee-icu:            ${with_dee_icu}
20185
20215
 
20186
20216
EOF