~ubuntu-branches/ubuntu/utopic/resiprocate/utopic

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2013-12-09 20:20:09 UTC
  • mfrom: (18.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20131209202009-p6cjqd9f5pjay7op
* New upstream release
* Enable DTLS support
* Enable repro plugins and ship repro headers in dev package

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 resiprocate 1.9.0~beta6.
 
3
# Generated by GNU Autoconf 2.69 for resiprocate 1.9.0~beta7.
4
4
#
5
5
#
6
6
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
587
587
# Identity of this package.
588
588
PACKAGE_NAME='resiprocate'
589
589
PACKAGE_TARNAME='resiprocate'
590
 
PACKAGE_VERSION='1.9.0~beta6'
591
 
PACKAGE_STRING='resiprocate 1.9.0~beta6'
 
590
PACKAGE_VERSION='1.9.0~beta7'
 
591
PACKAGE_STRING='resiprocate 1.9.0~beta7'
592
592
PACKAGE_BUGREPORT=''
593
593
PACKAGE_URL=''
594
594
 
648
648
BUILD_TFM_TRUE
649
649
BUILD_REND_FALSE
650
650
BUILD_REND_TRUE
 
651
reproplugindir
 
652
BUILD_REPRO_DSO_PLUGINS_FALSE
 
653
BUILD_REPRO_DSO_PLUGINS_TRUE
651
654
BUILD_REPRO_FALSE
652
655
BUILD_REPRO_TRUE
653
656
LIBRADIUS_LIBADD
815
818
with_radius
816
819
with_freeradius
817
820
with_repro
 
821
enable_repro_plugins
818
822
with_rend
819
823
with_tfm
820
824
with_apps
1376
1380
  # Omit some internal or obsolete options to make the list less imposing.
1377
1381
  # This message is too long to be a string in the A/UX 3.1 sh.
1378
1382
  cat <<_ACEOF
1379
 
\`configure' configures resiprocate 1.9.0~beta6 to adapt to many kinds of systems.
 
1383
\`configure' configures resiprocate 1.9.0~beta7 to adapt to many kinds of systems.
1380
1384
 
1381
1385
Usage: $0 [OPTION]... [VAR=VALUE]...
1382
1386
 
1446
1450
 
1447
1451
if test -n "$ac_init_help"; then
1448
1452
  case $ac_init_help in
1449
 
     short | recursive ) echo "Configuration of resiprocate 1.9.0~beta6:";;
 
1453
     short | recursive ) echo "Configuration of resiprocate 1.9.0~beta7:";;
1450
1454
   esac
1451
1455
  cat <<\_ACEOF
1452
1456
 
1465
1469
  --enable-ipv6           Enable IPv6 support
1466
1470
  --enable-dtls           Enable DTLS support (requires OpenSSL)
1467
1471
  --enable-pedantic-stack Enable pedantic behavior (fully parse all messages)
 
1472
  --enable-repro-plugins  Enable support for DSO plugins in repro
1468
1473
  --enable-maintainer-mode  enable make rules and dependencies not useful
1469
1474
                          (and sometimes confusing) to the casual installer
1470
1475
 
1571
1576
test -n "$ac_init_help" && exit $ac_status
1572
1577
if $ac_init_version; then
1573
1578
  cat <<\_ACEOF
1574
 
resiprocate configure 1.9.0~beta6
 
1579
resiprocate configure 1.9.0~beta7
1575
1580
generated by GNU Autoconf 2.69
1576
1581
 
1577
1582
Copyright (C) 2012 Free Software Foundation, Inc.
2114
2119
This file contains any messages produced by compilers while
2115
2120
running configure, to aid debugging if configure makes a mistake.
2116
2121
 
2117
 
It was created by resiprocate $as_me 1.9.0~beta6, which was
 
2122
It was created by resiprocate $as_me 1.9.0~beta7, which was
2118
2123
generated by GNU Autoconf 2.69.  Invocation command line was
2119
2124
 
2120
2125
  $ $0 $@
2942
2947
 
2943
2948
# Define the identity of the package.
2944
2949
 PACKAGE='resiprocate'
2945
 
 VERSION='1.9.0~beta6'
 
2950
 VERSION='1.9.0~beta7'
2946
2951
 
2947
2952
 
2948
2953
cat >>confdefs.h <<_ACEOF
16086
16091
fi
16087
16092
 
16088
16093
 
 
16094
# Check whether --enable-repro-plugins was given.
 
16095
if test "${enable_repro_plugins+set}" = set; then :
 
16096
  enableval=$enable_repro_plugins;
 
16097
cat >>confdefs.h <<_ACEOF
 
16098
#define REPRO_DSO_PLUGINS /**/
 
16099
_ACEOF
 
16100
 
 
16101
  if true; then
 
16102
  BUILD_REPRO_DSO_PLUGINS_TRUE=
 
16103
  BUILD_REPRO_DSO_PLUGINS_FALSE='#'
 
16104
else
 
16105
  BUILD_REPRO_DSO_PLUGINS_TRUE='#'
 
16106
  BUILD_REPRO_DSO_PLUGINS_FALSE=
 
16107
fi
 
16108
 
 
16109
else
 
16110
   if false; then
 
16111
  BUILD_REPRO_DSO_PLUGINS_TRUE=
 
16112
  BUILD_REPRO_DSO_PLUGINS_FALSE='#'
 
16113
else
 
16114
  BUILD_REPRO_DSO_PLUGINS_TRUE='#'
 
16115
  BUILD_REPRO_DSO_PLUGINS_FALSE=
 
16116
fi
 
16117
 
 
16118
fi
 
16119
 
 
16120
 
 
16121
 
 
16122
reproplugindir='${pkglibdir}/repro/plugins'
 
16123
 
16089
16124
 if false; then
16090
16125
  BUILD_REND_TRUE=
16091
16126
  BUILD_REND_FALSE='#'
16705
16740
 
16706
16741
 
16707
16742
 
16708
 
ac_config_files="$ac_config_files Makefile rutil/dns/ares/Makefile rutil/Makefile rutil/test/Makefile resip/Makefile resip/stack/Makefile resip/stack/test/Makefile resip/dum/Makefile resip/dum/test/Makefile resip/certs/Makefile resip/rend/Makefile repro/Makefile repro/accountingconsumers/Makefile repro/reprocmd/Makefile repro/test/Makefile tfm/Makefile tfm/repro/Makefile tfm/tfdum/Makefile apps/Makefile apps/clicktocall/Makefile apps/clicktocall/test/Makefile apps/ichat-gw/Makefile apps/ichat-gw/jabberconnector/Makefile apps/sipdial/Makefile resiprocate.spec reTurn/Makefile reTurn/test/Makefile reTurn/client/Makefile reTurn/client/test/Makefile reflow/Makefile resip/recon/Makefile resip/recon/MOHParkServer/Makefile resip/recon/test/Makefile presSvr/Makefile p2p/s2c/s2c/Makefile p2p/Makefile"
 
16743
ac_config_files="$ac_config_files Makefile rutil/dns/ares/Makefile rutil/Makefile rutil/test/Makefile resip/Makefile resip/stack/Makefile resip/stack/test/Makefile resip/dum/Makefile resip/dum/test/Makefile resip/certs/Makefile resip/rend/Makefile repro/Makefile repro/accountingconsumers/Makefile repro/reprocmd/Makefile repro/test/Makefile repro/plugins/Makefile repro/plugins/example/Makefile tfm/Makefile tfm/repro/Makefile tfm/tfdum/Makefile apps/Makefile apps/clicktocall/Makefile apps/clicktocall/test/Makefile apps/ichat-gw/Makefile apps/ichat-gw/jabberconnector/Makefile apps/sipdial/Makefile resiprocate.spec reTurn/Makefile reTurn/test/Makefile reTurn/client/Makefile reTurn/client/test/Makefile reflow/Makefile resip/recon/Makefile resip/recon/MOHParkServer/Makefile resip/recon/test/Makefile presSvr/Makefile p2p/s2c/s2c/Makefile p2p/Makefile"
16709
16744
 
16710
16745
cat >confcache <<\_ACEOF
16711
16746
# This file is a shell script that caches the results of configure
16905
16940
  as_fn_error $? "conditional \"BUILD_REPRO\" was never defined.
16906
16941
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16907
16942
fi
 
16943
if test -z "${BUILD_REPRO_DSO_PLUGINS_TRUE}" && test -z "${BUILD_REPRO_DSO_PLUGINS_FALSE}"; then
 
16944
  as_fn_error $? "conditional \"BUILD_REPRO_DSO_PLUGINS\" was never defined.
 
16945
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
16946
fi
 
16947
if test -z "${BUILD_REPRO_DSO_PLUGINS_TRUE}" && test -z "${BUILD_REPRO_DSO_PLUGINS_FALSE}"; then
 
16948
  as_fn_error $? "conditional \"BUILD_REPRO_DSO_PLUGINS\" was never defined.
 
16949
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
16950
fi
16908
16951
if test -z "${BUILD_REND_TRUE}" && test -z "${BUILD_REND_FALSE}"; then
16909
16952
  as_fn_error $? "conditional \"BUILD_REND\" was never defined.
16910
16953
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17354
17397
# report actual input values of CONFIG_FILES etc. instead of their
17355
17398
# values after options handling.
17356
17399
ac_log="
17357
 
This file was extended by resiprocate $as_me 1.9.0~beta6, which was
 
17400
This file was extended by resiprocate $as_me 1.9.0~beta7, which was
17358
17401
generated by GNU Autoconf 2.69.  Invocation command line was
17359
17402
 
17360
17403
  CONFIG_FILES    = $CONFIG_FILES
17420
17463
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17421
17464
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17422
17465
ac_cs_version="\\
17423
 
resiprocate config.status 1.9.0~beta6
 
17466
resiprocate config.status 1.9.0~beta7
17424
17467
configured by $0, generated by GNU Autoconf 2.69,
17425
17468
  with options \\"\$ac_cs_config\\"
17426
17469
 
17942
17985
    "repro/accountingconsumers/Makefile") CONFIG_FILES="$CONFIG_FILES repro/accountingconsumers/Makefile" ;;
17943
17986
    "repro/reprocmd/Makefile") CONFIG_FILES="$CONFIG_FILES repro/reprocmd/Makefile" ;;
17944
17987
    "repro/test/Makefile") CONFIG_FILES="$CONFIG_FILES repro/test/Makefile" ;;
 
17988
    "repro/plugins/Makefile") CONFIG_FILES="$CONFIG_FILES repro/plugins/Makefile" ;;
 
17989
    "repro/plugins/example/Makefile") CONFIG_FILES="$CONFIG_FILES repro/plugins/example/Makefile" ;;
17945
17990
    "tfm/Makefile") CONFIG_FILES="$CONFIG_FILES tfm/Makefile" ;;
17946
17991
    "tfm/repro/Makefile") CONFIG_FILES="$CONFIG_FILES tfm/repro/Makefile" ;;
17947
17992
    "tfm/tfdum/Makefile") CONFIG_FILES="$CONFIG_FILES tfm/tfdum/Makefile" ;;