~ubuntu-branches/ubuntu/karmic/couchdb-glib/karmic

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2009-08-26 12:53:53 UTC
  • Revision ID: james.westby@ubuntu.com-20090826125353-x0ysf7tqlj42mhp4
Tags: 0.4.5-0ubuntu2
* Package upstream 0.4.5 release: (LP: #419160)
  - Add lots of new contact record fields (Rodrigo Moya)
  - Check presence of fields in JSON objects before accessing them to avoid
    lots of warnings (Rodrigo Moya)
  - Added functions to deal with URLs in contact documents (Rodrigo Moya)
  - Add uuid to list of pkg-config modules to look for (Rodrigo Moya)
* Skip 0ubuntu1 version number, that was a botched upload (Martin Pitt).

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 couchdb-glib 0.4.4.
 
3
# Generated by GNU Autoconf 2.63 for couchdb-glib 0.4.5.
4
4
#
5
5
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
6
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
743
743
# Identity of this package.
744
744
PACKAGE_NAME='couchdb-glib'
745
745
PACKAGE_TARNAME='couchdb-glib'
746
 
PACKAGE_VERSION='0.4.4'
747
 
PACKAGE_STRING='couchdb-glib 0.4.4'
 
746
PACKAGE_VERSION='0.4.5'
 
747
PACKAGE_STRING='couchdb-glib 0.4.5'
748
748
PACKAGE_BUGREPORT=''
749
749
 
750
750
ac_unique_file="Makefile.am"
1473
1473
  # Omit some internal or obsolete options to make the list less imposing.
1474
1474
  # This message is too long to be a string in the A/UX 3.1 sh.
1475
1475
  cat <<_ACEOF
1476
 
\`configure' configures couchdb-glib 0.4.4 to adapt to many kinds of systems.
 
1476
\`configure' configures couchdb-glib 0.4.5 to adapt to many kinds of systems.
1477
1477
 
1478
1478
Usage: $0 [OPTION]... [VAR=VALUE]...
1479
1479
 
1543
1543
 
1544
1544
if test -n "$ac_init_help"; then
1545
1545
  case $ac_init_help in
1546
 
     short | recursive ) echo "Configuration of couchdb-glib 0.4.4:";;
 
1546
     short | recursive ) echo "Configuration of couchdb-glib 0.4.5:";;
1547
1547
   esac
1548
1548
  cat <<\_ACEOF
1549
1549
 
1646
1646
test -n "$ac_init_help" && exit $ac_status
1647
1647
if $ac_init_version; then
1648
1648
  cat <<\_ACEOF
1649
 
couchdb-glib configure 0.4.4
 
1649
couchdb-glib configure 0.4.5
1650
1650
generated by GNU Autoconf 2.63
1651
1651
 
1652
1652
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1660
1660
This file contains any messages produced by compilers while
1661
1661
running configure, to aid debugging if configure makes a mistake.
1662
1662
 
1663
 
It was created by couchdb-glib $as_me 0.4.4, which was
 
1663
It was created by couchdb-glib $as_me 0.4.5, which was
1664
1664
generated by GNU Autoconf 2.63.  Invocation command line was
1665
1665
 
1666
1666
  $ $0 $@
2517
2517
 
2518
2518
# Define the identity of the package.
2519
2519
 PACKAGE='couchdb-glib'
2520
 
 VERSION='0.4.4'
 
2520
 VERSION='0.4.5'
2521
2521
 
2522
2522
 
2523
2523
cat >>confdefs.h <<_ACEOF
12237
12237
    pkg_cv_COUCHDB_GLIB_CFLAGS="$COUCHDB_GLIB_CFLAGS"
12238
12238
 elif test -n "$PKG_CONFIG"; then
12239
12239
    if test -n "$PKG_CONFIG" && \
12240
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4\"") >&5
12241
 
  ($PKG_CONFIG --exists --print-errors "glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4") 2>&5
 
12240
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4 uuid\"") >&5
 
12241
  ($PKG_CONFIG --exists --print-errors "glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4 uuid") 2>&5
12242
12242
  ac_status=$?
12243
12243
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12244
12244
  (exit $ac_status); }; then
12245
 
  pkg_cv_COUCHDB_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4" 2>/dev/null`
 
12245
  pkg_cv_COUCHDB_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4 uuid" 2>/dev/null`
12246
12246
else
12247
12247
  pkg_failed=yes
12248
12248
fi
12253
12253
    pkg_cv_COUCHDB_GLIB_LIBS="$COUCHDB_GLIB_LIBS"
12254
12254
 elif test -n "$PKG_CONFIG"; then
12255
12255
    if test -n "$PKG_CONFIG" && \
12256
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4\"") >&5
12257
 
  ($PKG_CONFIG --exists --print-errors "glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4") 2>&5
 
12256
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4 uuid\"") >&5
 
12257
  ($PKG_CONFIG --exists --print-errors "glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4 uuid") 2>&5
12258
12258
  ac_status=$?
12259
12259
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12260
12260
  (exit $ac_status); }; then
12261
 
  pkg_cv_COUCHDB_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4" 2>/dev/null`
 
12261
  pkg_cv_COUCHDB_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4 uuid" 2>/dev/null`
12262
12262
else
12263
12263
  pkg_failed=yes
12264
12264
fi
12276
12276
        _pkg_short_errors_supported=no
12277
12277
fi
12278
12278
        if test $_pkg_short_errors_supported = yes; then
12279
 
                COUCHDB_GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4" 2>&1`
 
12279
                COUCHDB_GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4 uuid" 2>&1`
12280
12280
        else
12281
 
                COUCHDB_GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4" 2>&1`
 
12281
                COUCHDB_GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4 uuid" 2>&1`
12282
12282
        fi
12283
12283
        # Put the nasty error message in config.log where it belongs
12284
12284
        echo "$COUCHDB_GLIB_PKG_ERRORS" >&5
12285
12285
 
12286
 
        { { $as_echo "$as_me:$LINENO: error: Package requirements (glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4) were not met:
 
12286
        { { $as_echo "$as_me:$LINENO: error: Package requirements (glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4 uuid) were not met:
12287
12287
 
12288
12288
$COUCHDB_GLIB_PKG_ERRORS
12289
12289
 
12294
12294
and COUCHDB_GLIB_LIBS to avoid the need to call pkg-config.
12295
12295
See the pkg-config man page for more details.
12296
12296
" >&5
12297
 
$as_echo "$as_me: error: Package requirements (glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4) were not met:
 
12297
$as_echo "$as_me: error: Package requirements (glib-2.0 gobject-2.0 json-glib-1.0 >= 0.7.4 libsoup-2.4 libsoup-gnome-2.4 uuid) were not met:
12298
12298
 
12299
12299
$COUCHDB_GLIB_PKG_ERRORS
12300
12300
 
12797
12797
# report actual input values of CONFIG_FILES etc. instead of their
12798
12798
# values after options handling.
12799
12799
ac_log="
12800
 
This file was extended by couchdb-glib $as_me 0.4.4, which was
 
12800
This file was extended by couchdb-glib $as_me 0.4.5, which was
12801
12801
generated by GNU Autoconf 2.63.  Invocation command line was
12802
12802
 
12803
12803
  CONFIG_FILES    = $CONFIG_FILES
12860
12860
_ACEOF
12861
12861
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12862
12862
ac_cs_version="\\
12863
 
couchdb-glib config.status 0.4.4
 
12863
couchdb-glib config.status 0.4.5
12864
12864
configured by $0, generated by GNU Autoconf 2.63,
12865
12865
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
12866
12866