~ubuntu-branches/ubuntu/saucy/almanah/saucy

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2013-05-14 10:27:40 UTC
  • mfrom: (10.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20130514102740-llxargofarqlytwv
Tags: 0.10.8-1
* Imported Upstream version 0.10.8
* debian/control:
  - Build-Depends on versioned libgtk-3-dev (>= 3.5.6)
  - Remove libedataserverui-3.0-dev from Build-Depends
  - Build-Depends on libgtkspell3-3-dev
* debian/patches/desktop_keywords:
  - Add Keywords entry in .desktop file
* debian/patches/spellchecking_error:
  - Fix spellchecking errors

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.69 for almanah 0.10.1.
 
3
# Generated by GNU Autoconf 2.69 for almanah 0.10.8.
4
4
#
5
5
# Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=almanah>.
6
6
#
591
591
# Identity of this package.
592
592
PACKAGE_NAME='almanah'
593
593
PACKAGE_TARNAME='almanah'
594
 
PACKAGE_VERSION='0.10.1'
595
 
PACKAGE_STRING='almanah 0.10.1'
 
594
PACKAGE_VERSION='0.10.8'
 
595
PACKAGE_STRING='almanah 0.10.8'
596
596
PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=almanah'
597
597
PACKAGE_URL='http://live.gnome.org/Almanah_Diary'
598
598
 
1404
1404
  # Omit some internal or obsolete options to make the list less imposing.
1405
1405
  # This message is too long to be a string in the A/UX 3.1 sh.
1406
1406
  cat <<_ACEOF
1407
 
\`configure' configures almanah 0.10.1 to adapt to many kinds of systems.
 
1407
\`configure' configures almanah 0.10.8 to adapt to many kinds of systems.
1408
1408
 
1409
1409
Usage: $0 [OPTION]... [VAR=VALUE]...
1410
1410
 
1474
1474
 
1475
1475
if test -n "$ac_init_help"; then
1476
1476
  case $ac_init_help in
1477
 
     short | recursive ) echo "Configuration of almanah 0.10.1:";;
 
1477
     short | recursive ) echo "Configuration of almanah 0.10.8:";;
1478
1478
   esac
1479
1479
  cat <<\_ACEOF
1480
1480
 
1609
1609
test -n "$ac_init_help" && exit $ac_status
1610
1610
if $ac_init_version; then
1611
1611
  cat <<\_ACEOF
1612
 
almanah configure 0.10.1
 
1612
almanah configure 0.10.8
1613
1613
generated by GNU Autoconf 2.69
1614
1614
 
1615
1615
Copyright (C) 2012 Free Software Foundation, Inc.
2153
2153
This file contains any messages produced by compilers while
2154
2154
running configure, to aid debugging if configure makes a mistake.
2155
2155
 
2156
 
It was created by almanah $as_me 0.10.1, which was
 
2156
It was created by almanah $as_me 0.10.8, which was
2157
2157
generated by GNU Autoconf 2.69.  Invocation command line was
2158
2158
 
2159
2159
  $ $0 $@
4296
4296
 
4297
4297
# Define the identity of the package.
4298
4298
 PACKAGE='almanah'
4299
 
 VERSION='0.10.1'
 
4299
 VERSION='0.10.8'
4300
4300
 
4301
4301
 
4302
4302
cat >>confdefs.h <<_ACEOF
16523
16523
    pkg_cv_STANDARD_CFLAGS="$STANDARD_CFLAGS"
16524
16524
 elif test -n "$PKG_CONFIG"; then
16525
16525
    if test -n "$PKG_CONFIG" && \
16526
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gtk+-3.0 >= 3.3.20 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk\""; } >&5
16527
 
  ($PKG_CONFIG --exists --print-errors "glib-2.0 gtk+-3.0 >= 3.3.20 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk") 2>&5
 
16526
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gtk+-3.0 >= 3.5.6 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk\""; } >&5
 
16527
  ($PKG_CONFIG --exists --print-errors "glib-2.0 gtk+-3.0 >= 3.5.6 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk") 2>&5
16528
16528
  ac_status=$?
16529
16529
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16530
16530
  test $ac_status = 0; }; then
16531
 
  pkg_cv_STANDARD_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 gtk+-3.0 >= 3.3.20 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk" 2>/dev/null`
 
16531
  pkg_cv_STANDARD_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 gtk+-3.0 >= 3.5.6 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk" 2>/dev/null`
16532
16532
                      test "x$?" != "x0" && pkg_failed=yes
16533
16533
else
16534
16534
  pkg_failed=yes
16540
16540
    pkg_cv_STANDARD_LIBS="$STANDARD_LIBS"
16541
16541
 elif test -n "$PKG_CONFIG"; then
16542
16542
    if test -n "$PKG_CONFIG" && \
16543
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gtk+-3.0 >= 3.3.20 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk\""; } >&5
16544
 
  ($PKG_CONFIG --exists --print-errors "glib-2.0 gtk+-3.0 >= 3.3.20 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk") 2>&5
 
16543
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gtk+-3.0 >= 3.5.6 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk\""; } >&5
 
16544
  ($PKG_CONFIG --exists --print-errors "glib-2.0 gtk+-3.0 >= 3.5.6 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk") 2>&5
16545
16545
  ac_status=$?
16546
16546
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16547
16547
  test $ac_status = 0; }; then
16548
 
  pkg_cv_STANDARD_LIBS=`$PKG_CONFIG --libs "glib-2.0 gtk+-3.0 >= 3.3.20 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk" 2>/dev/null`
 
16548
  pkg_cv_STANDARD_LIBS=`$PKG_CONFIG --libs "glib-2.0 gtk+-3.0 >= 3.5.6 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk" 2>/dev/null`
16549
16549
                      test "x$?" != "x0" && pkg_failed=yes
16550
16550
else
16551
16551
  pkg_failed=yes
16566
16566
        _pkg_short_errors_supported=no
16567
16567
fi
16568
16568
        if test $_pkg_short_errors_supported = yes; then
16569
 
                STANDARD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 gtk+-3.0 >= 3.3.20 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk" 2>&1`
 
16569
                STANDARD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 gtk+-3.0 >= 3.5.6 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk" 2>&1`
16570
16570
        else
16571
 
                STANDARD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 gtk+-3.0 >= 3.3.20 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk" 2>&1`
 
16571
                STANDARD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 gtk+-3.0 >= 3.5.6 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk" 2>&1`
16572
16572
        fi
16573
16573
        # Put the nasty error message in config.log where it belongs
16574
16574
        echo "$STANDARD_PKG_ERRORS" >&5
16575
16575
 
16576
 
        as_fn_error $? "Package requirements (glib-2.0 gtk+-3.0 >= 3.3.20 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk) were not met:
 
16576
        as_fn_error $? "Package requirements (glib-2.0 gtk+-3.0 >= 3.5.6 gmodule-2.0 gthread-2.0 gio-2.0 >= 2.28.0 sqlite3 cairo atk) were not met:
16577
16577
 
16578
16578
$STANDARD_PKG_ERRORS
16579
16579
 
16617
16617
    pkg_cv_EVO_CFLAGS="$EVO_CFLAGS"
16618
16618
 elif test -n "$PKG_CONFIG"; then
16619
16619
    if test -n "$PKG_CONFIG" && \
16620
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libecal-1.2 libedataserver-1.2 libedataserverui-3.0\""; } >&5
16621
 
  ($PKG_CONFIG --exists --print-errors "libecal-1.2 libedataserver-1.2 libedataserverui-3.0") 2>&5
 
16620
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libecal-1.2 >= 3.5.91 libedataserver-1.2\""; } >&5
 
16621
  ($PKG_CONFIG --exists --print-errors "libecal-1.2 >= 3.5.91 libedataserver-1.2") 2>&5
16622
16622
  ac_status=$?
16623
16623
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16624
16624
  test $ac_status = 0; }; then
16625
 
  pkg_cv_EVO_CFLAGS=`$PKG_CONFIG --cflags "libecal-1.2 libedataserver-1.2 libedataserverui-3.0" 2>/dev/null`
 
16625
  pkg_cv_EVO_CFLAGS=`$PKG_CONFIG --cflags "libecal-1.2 >= 3.5.91 libedataserver-1.2" 2>/dev/null`
16626
16626
                      test "x$?" != "x0" && pkg_failed=yes
16627
16627
else
16628
16628
  pkg_failed=yes
16634
16634
    pkg_cv_EVO_LIBS="$EVO_LIBS"
16635
16635
 elif test -n "$PKG_CONFIG"; then
16636
16636
    if test -n "$PKG_CONFIG" && \
16637
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libecal-1.2 libedataserver-1.2 libedataserverui-3.0\""; } >&5
16638
 
  ($PKG_CONFIG --exists --print-errors "libecal-1.2 libedataserver-1.2 libedataserverui-3.0") 2>&5
 
16637
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libecal-1.2 >= 3.5.91 libedataserver-1.2\""; } >&5
 
16638
  ($PKG_CONFIG --exists --print-errors "libecal-1.2 >= 3.5.91 libedataserver-1.2") 2>&5
16639
16639
  ac_status=$?
16640
16640
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16641
16641
  test $ac_status = 0; }; then
16642
 
  pkg_cv_EVO_LIBS=`$PKG_CONFIG --libs "libecal-1.2 libedataserver-1.2 libedataserverui-3.0" 2>/dev/null`
 
16642
  pkg_cv_EVO_LIBS=`$PKG_CONFIG --libs "libecal-1.2 >= 3.5.91 libedataserver-1.2" 2>/dev/null`
16643
16643
                      test "x$?" != "x0" && pkg_failed=yes
16644
16644
else
16645
16645
  pkg_failed=yes
16660
16660
        _pkg_short_errors_supported=no
16661
16661
fi
16662
16662
        if test $_pkg_short_errors_supported = yes; then
16663
 
                EVO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libecal-1.2 libedataserver-1.2 libedataserverui-3.0" 2>&1`
 
16663
                EVO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libecal-1.2 >= 3.5.91 libedataserver-1.2" 2>&1`
16664
16664
        else
16665
 
                EVO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libecal-1.2 libedataserver-1.2 libedataserverui-3.0" 2>&1`
 
16665
                EVO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libecal-1.2 >= 3.5.91 libedataserver-1.2" 2>&1`
16666
16666
        fi
16667
16667
        # Put the nasty error message in config.log where it belongs
16668
16668
        echo "$EVO_PKG_ERRORS" >&5
16707
16707
    pkg_cv_SPELL_CHECKING_CFLAGS="$SPELL_CHECKING_CFLAGS"
16708
16708
 elif test -n "$PKG_CONFIG"; then
16709
16709
    if test -n "$PKG_CONFIG" && \
16710
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtkspell-3.0\""; } >&5
16711
 
  ($PKG_CONFIG --exists --print-errors "gtkspell-3.0") 2>&5
 
16710
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtkspell3-3.0\""; } >&5
 
16711
  ($PKG_CONFIG --exists --print-errors "gtkspell3-3.0") 2>&5
16712
16712
  ac_status=$?
16713
16713
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16714
16714
  test $ac_status = 0; }; then
16715
 
  pkg_cv_SPELL_CHECKING_CFLAGS=`$PKG_CONFIG --cflags "gtkspell-3.0" 2>/dev/null`
 
16715
  pkg_cv_SPELL_CHECKING_CFLAGS=`$PKG_CONFIG --cflags "gtkspell3-3.0" 2>/dev/null`
16716
16716
                      test "x$?" != "x0" && pkg_failed=yes
16717
16717
else
16718
16718
  pkg_failed=yes
16724
16724
    pkg_cv_SPELL_CHECKING_LIBS="$SPELL_CHECKING_LIBS"
16725
16725
 elif test -n "$PKG_CONFIG"; then
16726
16726
    if test -n "$PKG_CONFIG" && \
16727
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtkspell-3.0\""; } >&5
16728
 
  ($PKG_CONFIG --exists --print-errors "gtkspell-3.0") 2>&5
 
16727
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtkspell3-3.0\""; } >&5
 
16728
  ($PKG_CONFIG --exists --print-errors "gtkspell3-3.0") 2>&5
16729
16729
  ac_status=$?
16730
16730
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16731
16731
  test $ac_status = 0; }; then
16732
 
  pkg_cv_SPELL_CHECKING_LIBS=`$PKG_CONFIG --libs "gtkspell-3.0" 2>/dev/null`
 
16732
  pkg_cv_SPELL_CHECKING_LIBS=`$PKG_CONFIG --libs "gtkspell3-3.0" 2>/dev/null`
16733
16733
                      test "x$?" != "x0" && pkg_failed=yes
16734
16734
else
16735
16735
  pkg_failed=yes
16750
16750
        _pkg_short_errors_supported=no
16751
16751
fi
16752
16752
        if test $_pkg_short_errors_supported = yes; then
16753
 
                SPELL_CHECKING_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtkspell-3.0" 2>&1`
 
16753
                SPELL_CHECKING_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtkspell3-3.0" 2>&1`
16754
16754
        else
16755
 
                SPELL_CHECKING_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtkspell-3.0" 2>&1`
 
16755
                SPELL_CHECKING_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtkspell3-3.0" 2>&1`
16756
16756
        fi
16757
16757
        # Put the nasty error message in config.log where it belongs
16758
16758
        echo "$SPELL_CHECKING_PKG_ERRORS" >&5
16759
16759
 
16760
 
        as_fn_error $? "Package requirements (gtkspell-3.0) were not met:
 
16760
        as_fn_error $? "Package requirements (gtkspell3-3.0) were not met:
16761
16761
 
16762
16762
$SPELL_CHECKING_PKG_ERRORS
16763
16763
 
18097
18097
# report actual input values of CONFIG_FILES etc. instead of their
18098
18098
# values after options handling.
18099
18099
ac_log="
18100
 
This file was extended by almanah $as_me 0.10.1, which was
 
18100
This file was extended by almanah $as_me 0.10.8, which was
18101
18101
generated by GNU Autoconf 2.69.  Invocation command line was
18102
18102
 
18103
18103
  CONFIG_FILES    = $CONFIG_FILES
18164
18164
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18165
18165
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18166
18166
ac_cs_version="\\
18167
 
almanah config.status 0.10.1
 
18167
almanah config.status 0.10.8
18168
18168
configured by $0, generated by GNU Autoconf 2.69,
18169
18169
  with options \\"\$ac_cs_config\\"
18170
18170