~ubuntu-branches/ubuntu/quantal/telepathy-butterfly/quantal

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Jonny Lamb
  • Date: 2010-06-08 16:04:10 UTC
  • mfrom: (8.2.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100608160410-n32t6inptfqu2g7d
Tags: 0.5.11-1
New upstream release.

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.64 for telepathy-butterfly 0.5.10.
 
3
# Generated by GNU Autoconf 2.65 for telepathy-butterfly 0.5.11.
4
4
#
5
5
# Report bugs to <http://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=butterfly>.
6
6
#
 
7
#
7
8
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8
 
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9
 
# Foundation, Inc.
 
9
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
 
10
# Inc.
 
11
#
10
12
#
11
13
# This configure script is free software; the Free Software Foundation
12
14
# gives unlimited permission to copy, distribute and modify it.
527
529
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
528
530
 
529
531
 
530
 
exec 7<&0 </dev/null 6>&1
 
532
test -n "$DJDIR" || exec 7<&0 </dev/null
 
533
exec 6>&1
531
534
 
532
535
# Name of the host.
533
536
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
549
552
# Identity of this package.
550
553
PACKAGE_NAME='telepathy-butterfly'
551
554
PACKAGE_TARNAME='telepathy-butterfly'
552
 
PACKAGE_VERSION='0.5.10'
553
 
PACKAGE_STRING='telepathy-butterfly 0.5.10'
 
555
PACKAGE_VERSION='0.5.11'
 
556
PACKAGE_STRING='telepathy-butterfly 0.5.11'
554
557
PACKAGE_BUGREPORT='http://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=butterfly'
555
558
PACKAGE_URL=''
556
559
 
1177
1180
  # Omit some internal or obsolete options to make the list less imposing.
1178
1181
  # This message is too long to be a string in the A/UX 3.1 sh.
1179
1182
  cat <<_ACEOF
1180
 
\`configure' configures telepathy-butterfly 0.5.10 to adapt to many kinds of systems.
 
1183
\`configure' configures telepathy-butterfly 0.5.11 to adapt to many kinds of systems.
1181
1184
 
1182
1185
Usage: $0 [OPTION]... [VAR=VALUE]...
1183
1186
 
1244
1247
 
1245
1248
if test -n "$ac_init_help"; then
1246
1249
  case $ac_init_help in
1247
 
     short | recursive ) echo "Configuration of telepathy-butterfly 0.5.10:";;
 
1250
     short | recursive ) echo "Configuration of telepathy-butterfly 0.5.11:";;
1248
1251
   esac
1249
1252
  cat <<\_ACEOF
1250
1253
 
1318
1321
test -n "$ac_init_help" && exit $ac_status
1319
1322
if $ac_init_version; then
1320
1323
  cat <<\_ACEOF
1321
 
telepathy-butterfly configure 0.5.10
1322
 
generated by GNU Autoconf 2.64
 
1324
telepathy-butterfly configure 0.5.11
 
1325
generated by GNU Autoconf 2.65
1323
1326
 
1324
1327
Copyright (C) 2009 Free Software Foundation, Inc.
1325
1328
This configure script is free software; the Free Software Foundation
1335
1338
This file contains any messages produced by compilers while
1336
1339
running configure, to aid debugging if configure makes a mistake.
1337
1340
 
1338
 
It was created by telepathy-butterfly $as_me 0.5.10, which was
1339
 
generated by GNU Autoconf 2.64.  Invocation command line was
 
1341
It was created by telepathy-butterfly $as_me 0.5.11, which was
 
1342
generated by GNU Autoconf 2.65.  Invocation command line was
1340
1343
 
1341
1344
  $ $0 $@
1342
1345
 
1589
1592
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1590
1593
do
1591
1594
  test "x$ac_site_file" = xNONE && continue
1592
 
  if test -r "$ac_site_file"; then
 
1595
  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1593
1596
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1594
1597
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1595
1598
    sed 's/^/| /' "$ac_site_file" >&5
1598
1601
done
1599
1602
 
1600
1603
if test -r "$cache_file"; then
1601
 
  # Some versions of bash will fail to source /dev/null (special
1602
 
  # files actually), so we avoid doing that.
1603
 
  if test -f "$cache_file"; then
 
1604
  # Some versions of bash will fail to source /dev/null (special files
 
1605
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
 
1606
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1604
1607
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1605
1608
$as_echo "$as_me: loading cache $cache_file" >&6;}
1606
1609
    case $cache_file in
2019
2022
 
2020
2023
fi
2021
2024
 
 
2025
  test -d ./--version && rmdir ./--version
2022
2026
  if test "${ac_cv_path_mkdir+set}" = set; then
2023
2027
    MKDIR_P="$ac_cv_path_mkdir -p"
2024
2028
  else
2026
2030
    # value for MKDIR_P within a source directory, because that will
2027
2031
    # break other packages using the cache if that directory is
2028
2032
    # removed, or if the value is a relative name.
2029
 
    test -d ./--version && rmdir ./--version
2030
2033
    MKDIR_P="$ac_install_sh -d"
2031
2034
  fi
2032
2035
fi
2143
2146
 
2144
2147
# Define the identity of the package.
2145
2148
 PACKAGE='telepathy-butterfly'
2146
 
 VERSION='0.5.10'
 
2149
 VERSION='0.5.11'
2147
2150
 
2148
2151
 
2149
2152
cat >>confdefs.h <<_ACEOF
2361
2364
       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
2362
2365
       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
2363
2366
       ;;
 
2367
     *)
 
2368
       case $am_py_prefix in
 
2369
         /usr|/System*) ;;
 
2370
         *)
 
2371
          am_cv_python_pythondir=$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages
 
2372
          ;;
 
2373
       esac
 
2374
       ;;
2364
2375
     esac
2365
2376
 
2366
2377
fi
2391
2402
       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
2392
2403
       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
2393
2404
       ;;
 
2405
     *)
 
2406
       case $am_py_exec_prefix in
 
2407
         /usr|/System*) ;;
 
2408
         *)
 
2409
           am_cv_python_pyexecdir=$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages
 
2410
           ;;
 
2411
       esac
 
2412
       ;;
2394
2413
     esac
2395
2414
 
2396
2415
fi
2952
2971
# report actual input values of CONFIG_FILES etc. instead of their
2953
2972
# values after options handling.
2954
2973
ac_log="
2955
 
This file was extended by telepathy-butterfly $as_me 0.5.10, which was
2956
 
generated by GNU Autoconf 2.64.  Invocation command line was
 
2974
This file was extended by telepathy-butterfly $as_me 0.5.11, which was
 
2975
generated by GNU Autoconf 2.65.  Invocation command line was
2957
2976
 
2958
2977
  CONFIG_FILES    = $CONFIG_FILES
2959
2978
  CONFIG_HEADERS  = $CONFIG_HEADERS
2988
3007
 
2989
3008
  -h, --help       print this help, then exit
2990
3009
  -V, --version    print version number and configuration settings, then exit
 
3010
      --config     print configuration, then exit
2991
3011
  -q, --quiet, --silent
2992
3012
                   do not print progress messages
2993
3013
  -d, --debug      don't remove temporary files
3002
3022
 
3003
3023
_ACEOF
3004
3024
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
3025
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3005
3026
ac_cs_version="\\
3006
 
telepathy-butterfly config.status 0.5.10
3007
 
configured by $0, generated by GNU Autoconf 2.64,
3008
 
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
3027
telepathy-butterfly config.status 0.5.11
 
3028
configured by $0, generated by GNU Autoconf 2.65,
 
3029
  with options \\"\$ac_cs_config\\"
3009
3030
 
3010
3031
Copyright (C) 2009 Free Software Foundation, Inc.
3011
3032
This config.status script is free software; the Free Software Foundation
3043
3064
    ac_cs_recheck=: ;;
3044
3065
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3045
3066
    $as_echo "$ac_cs_version"; exit ;;
 
3067
  --config | --confi | --conf | --con | --co | --c )
 
3068
    $as_echo "$ac_cs_config"; exit ;;
3046
3069
  --debug | --debu | --deb | --de | --d | -d )
3047
3070
    debug=: ;;
3048
3071
  --file | --fil | --fi | --f )
3215
3238
t delim
3216
3239
:nl
3217
3240
h
3218
 
s/\(.\{148\}\).*/\1/
 
3241
s/\(.\{148\}\)..*/\1/
3219
3242
t more1
3220
3243
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3221
3244
p
3229
3252
t nl
3230
3253
:delim
3231
3254
h
3232
 
s/\(.\{148\}\).*/\1/
 
3255
s/\(.\{148\}\)..*/\1/
3233
3256
t more2
3234
3257
s/["\\]/\\&/g; s/^/"/; s/$/"/
3235
3258
p