~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to gnome/configure

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (1.1.11)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: package-import@ubuntu.com-20140128182336-3xenud1kbnwmf3mz
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

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 sflphone 1.2.3.
 
3
# Generated by GNU Autoconf 2.68 for sflphone 1.3.0.
4
4
#
5
5
# Report bugs to <sflphoneteam@savoirfairelinux.com>.
6
6
#
570
570
# Identity of this package.
571
571
PACKAGE_NAME='sflphone'
572
572
PACKAGE_TARNAME='sflphone-client-gnome'
573
 
PACKAGE_VERSION='1.2.3'
574
 
PACKAGE_STRING='sflphone 1.2.3'
 
573
PACKAGE_VERSION='1.3.0'
 
574
PACKAGE_STRING='sflphone 1.3.0'
575
575
PACKAGE_BUGREPORT='sflphoneteam@savoirfairelinux.com'
576
576
PACKAGE_URL=''
577
577
 
678
678
GETTEXT_PACKAGE
679
679
GTK_LIBS
680
680
GTK_CFLAGS
 
681
SFL_PRESENCE_FALSE
 
682
SFL_PRESENCE_TRUE
681
683
SFL_VIDEO_FALSE
682
684
SFL_VIDEO_TRUE
683
685
CLUTTERGTK_LIBS
824
826
with_sysroot
825
827
enable_libtool_lock
826
828
enable_video
 
829
enable_presence
827
830
enable_nls
828
831
enable_rpath
829
832
with_libiconv_prefix
1400
1403
  # Omit some internal or obsolete options to make the list less imposing.
1401
1404
  # This message is too long to be a string in the A/UX 3.1 sh.
1402
1405
  cat <<_ACEOF
1403
 
\`configure' configures sflphone 1.2.3 to adapt to many kinds of systems.
 
1406
\`configure' configures sflphone 1.3.0 to adapt to many kinds of systems.
1404
1407
 
1405
1408
Usage: $0 [OPTION]... [VAR=VALUE]...
1406
1409
 
1471
1474
 
1472
1475
if test -n "$ac_init_help"; then
1473
1476
  case $ac_init_help in
1474
 
     short | recursive ) echo "Configuration of sflphone 1.2.3:";;
 
1477
     short | recursive ) echo "Configuration of sflphone 1.3.0:";;
1475
1478
   esac
1476
1479
  cat <<\_ACEOF
1477
1480
 
1494
1497
                          optimize for fast installation [default=yes]
1495
1498
  --disable-libtool-lock  avoid locking (might break parallel builds)
1496
1499
  --enable-video          Enable video
 
1500
  --disable-presence      Disable SIP presence support
1497
1501
  --disable-nls           do not use Native Language Support
1498
1502
  --disable-rpath         do not hardcode runtime library paths
1499
1503
  --disable-schemas-compile
1619
1623
test -n "$ac_init_help" && exit $ac_status
1620
1624
if $ac_init_version; then
1621
1625
  cat <<\_ACEOF
1622
 
sflphone configure 1.2.3
 
1626
sflphone configure 1.3.0
1623
1627
generated by GNU Autoconf 2.68
1624
1628
 
1625
1629
Copyright (C) 2010 Free Software Foundation, Inc.
1897
1901
This file contains any messages produced by compilers while
1898
1902
running configure, to aid debugging if configure makes a mistake.
1899
1903
 
1900
 
It was created by sflphone $as_me 1.2.3, which was
 
1904
It was created by sflphone $as_me 1.3.0, which was
1901
1905
generated by GNU Autoconf 2.68.  Invocation command line was
1902
1906
 
1903
1907
  $ $0 $@
2719
2723
 
2720
2724
# Define the identity of the package.
2721
2725
 PACKAGE='sflphone-client-gnome'
2722
 
 VERSION='1.2.3'
 
2726
 VERSION='1.3.0'
2723
2727
 
2724
2728
 
2725
2729
# Some tools Automake needs.
12005
12009
        # Put the nasty error message in config.log where it belongs
12006
12010
        echo "$DBUSGLIB_PKG_ERRORS" >&5
12007
12011
 
12008
 
        HAVE_DBUS_G_PROXY_SET_DEFAULT_TIMEOUT=false
 
12012
        as_fn_error $? "Package requirements (dbus-glib-1 >= 0.75) were not met:
 
12013
 
 
12014
$DBUSGLIB_PKG_ERRORS
 
12015
 
 
12016
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
12017
installed software in a non-standard prefix.
 
12018
 
 
12019
Alternatively, you may set the environment variables DBUSGLIB_CFLAGS
 
12020
and DBUSGLIB_LIBS to avoid the need to call pkg-config.
 
12021
See the pkg-config man page for more details." "$LINENO" 5
12009
12022
elif test $pkg_failed = untried; then
12010
12023
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12011
12024
$as_echo "no" >&6; }
12012
 
        HAVE_DBUS_G_PROXY_SET_DEFAULT_TIMEOUT=false
 
12025
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
12026
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
12027
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
12028
is in your PATH or set the PKG_CONFIG environment variable to the full
 
12029
path to pkg-config.
 
12030
 
 
12031
Alternatively, you may set the environment variables DBUSGLIB_CFLAGS
 
12032
and DBUSGLIB_LIBS to avoid the need to call pkg-config.
 
12033
See the pkg-config man page for more details.
 
12034
 
 
12035
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
12036
See \`config.log' for more details" "$LINENO" 5; }
12013
12037
else
12014
12038
        DBUSGLIB_CFLAGS=$pkg_cv_DBUSGLIB_CFLAGS
12015
12039
        DBUSGLIB_LIBS=$pkg_cv_DBUSGLIB_LIBS
12016
12040
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12017
12041
$as_echo "yes" >&6; }
12018
 
        HAVE_DBUS_G_PROXY_SET_DEFAULT_TIMEOUT=true
 
12042
 
12019
12043
fi;
12020
12044
 
 
12045
 
12021
12046
pkg_failed=no
12022
12047
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNOTIFY" >&5
12023
12048
$as_echo_n "checking for LIBNOTIFY... " >&6; }
12317
12342
fi
12318
12343
 
12319
12344
 
 
12345
# Check whether --enable-presence was given.
 
12346
if test "${enable_presence+set}" = set; then :
 
12347
  enableval=$enable_presence;
 
12348
fi
 
12349
 
 
12350
 
 
12351
if test "x$enable_presence" != "xno"; then :
 
12352
 
 
12353
 
 
12354
$as_echo "#define SFL_PRESENCE /**/" >>confdefs.h
 
12355
 
 
12356
     if true; then
 
12357
  SFL_PRESENCE_TRUE=
 
12358
  SFL_PRESENCE_FALSE='#'
 
12359
else
 
12360
  SFL_PRESENCE_TRUE='#'
 
12361
  SFL_PRESENCE_FALSE=
 
12362
fi
 
12363
 
 
12364
else
 
12365
   if false; then
 
12366
  SFL_PRESENCE_TRUE=
 
12367
  SFL_PRESENCE_FALSE='#'
 
12368
else
 
12369
  SFL_PRESENCE_TRUE='#'
 
12370
  SFL_PRESENCE_FALSE=
 
12371
fi
 
12372
 
 
12373
fi
 
12374
 
 
12375
 
12320
12376
# Check for gtk+-3.0
12321
12377
 
12322
12378
pkg_failed=no
15610
15666
  as_fn_error $? "conditional \"SFL_VIDEO\" was never defined.
15611
15667
Usually this means the macro was only invoked conditionally." "$LINENO" 5
15612
15668
fi
 
15669
if test -z "${SFL_PRESENCE_TRUE}" && test -z "${SFL_PRESENCE_FALSE}"; then
 
15670
  as_fn_error $? "conditional \"SFL_PRESENCE\" was never defined.
 
15671
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
15672
fi
 
15673
if test -z "${SFL_PRESENCE_TRUE}" && test -z "${SFL_PRESENCE_FALSE}"; then
 
15674
  as_fn_error $? "conditional \"SFL_PRESENCE\" was never defined.
 
15675
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
15676
fi
15613
15677
 
15614
15678
  ac_config_commands="$ac_config_commands po/stamp-it"
15615
15679
 
16023
16087
# report actual input values of CONFIG_FILES etc. instead of their
16024
16088
# values after options handling.
16025
16089
ac_log="
16026
 
This file was extended by sflphone $as_me 1.2.3, which was
 
16090
This file was extended by sflphone $as_me 1.3.0, which was
16027
16091
generated by GNU Autoconf 2.68.  Invocation command line was
16028
16092
 
16029
16093
  CONFIG_FILES    = $CONFIG_FILES
16089
16153
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16090
16154
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16091
16155
ac_cs_version="\\
16092
 
sflphone config.status 1.2.3
 
16156
sflphone config.status 1.3.0
16093
16157
configured by $0, generated by GNU Autoconf 2.68,
16094
16158
  with options \\"\$ac_cs_config\\"
16095
16159