~didrocks/ubuntuone-client/use_result_var

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2010-09-15 22:17:37 UTC
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: james.westby@ubuntu.com-20100915221737-l0sy32v8vh0c9coj
Tags: upstream-1.4.1
ImportĀ upstreamĀ versionĀ 1.4.1

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.67 for ubuntuone-client 1.4.0.
 
3
# Generated by GNU Autoconf 2.67 for ubuntuone-client 1.4.1.
4
4
#
5
5
#
6
6
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
698
698
# Identity of this package.
699
699
PACKAGE_NAME='ubuntuone-client'
700
700
PACKAGE_TARNAME='ubuntuone-client'
701
 
PACKAGE_VERSION='1.4.0'
702
 
PACKAGE_STRING='ubuntuone-client 1.4.0'
 
701
PACKAGE_VERSION='1.4.1'
 
702
PACKAGE_STRING='ubuntuone-client 1.4.1'
703
703
PACKAGE_BUGREPORT=''
704
704
PACKAGE_URL=''
705
705
 
772
772
NAUTILUS_LIBS
773
773
NAUTILUS_CFLAGS
774
774
USP_PATH
 
775
SSO_PATH
775
776
pkgpyexecdir
776
777
pyexecdir
777
778
pkgpythondir
942
943
enable_rendering
943
944
enable_debug
944
945
enable_pycentral
 
946
with_sso
945
947
with_protocol
946
948
enable_grid_view
947
949
enable_introspection
1507
1509
  # Omit some internal or obsolete options to make the list less imposing.
1508
1510
  # This message is too long to be a string in the A/UX 3.1 sh.
1509
1511
  cat <<_ACEOF
1510
 
\`configure' configures ubuntuone-client 1.4.0 to adapt to many kinds of systems.
 
1512
\`configure' configures ubuntuone-client 1.4.1 to adapt to many kinds of systems.
1511
1513
 
1512
1514
Usage: $0 [OPTION]... [VAR=VALUE]...
1513
1515
 
1578
1580
 
1579
1581
if test -n "$ac_init_help"; then
1580
1582
  case $ac_init_help in
1581
 
     short | recursive ) echo "Configuration of ubuntuone-client 1.4.0:";;
 
1583
     short | recursive ) echo "Configuration of ubuntuone-client 1.4.1:";;
1582
1584
   esac
1583
1585
  cat <<\_ACEOF
1584
1586
 
1607
1609
  --with-pic              try to use only PIC/non-PIC objects [default=use
1608
1610
                          both]
1609
1611
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
 
1612
  --with-sso              Specify path to ubuntu-sso-client [default=auto]
1610
1613
  --with-protocol         Specify path to storage protocol [default=auto]
1611
1614
  --with-dbus-services=<dir>
1612
1615
                          where D-BUS services directory is
1702
1705
test -n "$ac_init_help" && exit $ac_status
1703
1706
if $ac_init_version; then
1704
1707
  cat <<\_ACEOF
1705
 
ubuntuone-client configure 1.4.0
 
1708
ubuntuone-client configure 1.4.1
1706
1709
generated by GNU Autoconf 2.67
1707
1710
 
1708
1711
Copyright (C) 2010 Free Software Foundation, Inc.
1980
1983
This file contains any messages produced by compilers while
1981
1984
running configure, to aid debugging if configure makes a mistake.
1982
1985
 
1983
 
It was created by ubuntuone-client $as_me 1.4.0, which was
 
1986
It was created by ubuntuone-client $as_me 1.4.1, which was
1984
1987
generated by GNU Autoconf 2.67.  Invocation command line was
1985
1988
 
1986
1989
  $ $0 $@
2797
2800
 
2798
2801
# Define the identity of the package.
2799
2802
 PACKAGE='ubuntuone-client'
2800
 
 VERSION='1.4.0'
 
2803
 VERSION='1.4.1'
2801
2804
 
2802
2805
 
2803
2806
cat >>confdefs.h <<_ACEOF
5223
5226
else
5224
5227
  lt_cv_nm_interface="BSD nm"
5225
5228
  echo "int some_variable = 0;" > conftest.$ac_ext
5226
 
  (eval echo "\"\$as_me:5226: $ac_compile\"" >&5)
 
5229
  (eval echo "\"\$as_me:5229: $ac_compile\"" >&5)
5227
5230
  (eval "$ac_compile" 2>conftest.err)
5228
5231
  cat conftest.err >&5
5229
 
  (eval echo "\"\$as_me:5229: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
5232
  (eval echo "\"\$as_me:5232: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5230
5233
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5231
5234
  cat conftest.err >&5
5232
 
  (eval echo "\"\$as_me:5232: output\"" >&5)
 
5235
  (eval echo "\"\$as_me:5235: output\"" >&5)
5233
5236
  cat conftest.out >&5
5234
5237
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5235
5238
    lt_cv_nm_interface="MS dumpbin"
6434
6437
  ;;
6435
6438
*-*-irix6*)
6436
6439
  # Find out which ABI we are using.
6437
 
  echo '#line 6437 "configure"' > conftest.$ac_ext
 
6440
  echo '#line 6440 "configure"' > conftest.$ac_ext
6438
6441
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6439
6442
  (eval $ac_compile) 2>&5
6440
6443
  ac_status=$?
7963
7966
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7964
7967
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7965
7968
   -e 's:$: $lt_compiler_flag:'`
7966
 
   (eval echo "\"\$as_me:7966: $lt_compile\"" >&5)
 
7969
   (eval echo "\"\$as_me:7969: $lt_compile\"" >&5)
7967
7970
   (eval "$lt_compile" 2>conftest.err)
7968
7971
   ac_status=$?
7969
7972
   cat conftest.err >&5
7970
 
   echo "$as_me:7970: \$? = $ac_status" >&5
 
7973
   echo "$as_me:7973: \$? = $ac_status" >&5
7971
7974
   if (exit $ac_status) && test -s "$ac_outfile"; then
7972
7975
     # The compiler can only warn and ignore the option if not recognized
7973
7976
     # So say no if there are warnings other than the usual output.
8302
8305
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8303
8306
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8304
8307
   -e 's:$: $lt_compiler_flag:'`
8305
 
   (eval echo "\"\$as_me:8305: $lt_compile\"" >&5)
 
8308
   (eval echo "\"\$as_me:8308: $lt_compile\"" >&5)
8306
8309
   (eval "$lt_compile" 2>conftest.err)
8307
8310
   ac_status=$?
8308
8311
   cat conftest.err >&5
8309
 
   echo "$as_me:8309: \$? = $ac_status" >&5
 
8312
   echo "$as_me:8312: \$? = $ac_status" >&5
8310
8313
   if (exit $ac_status) && test -s "$ac_outfile"; then
8311
8314
     # The compiler can only warn and ignore the option if not recognized
8312
8315
     # So say no if there are warnings other than the usual output.
8407
8410
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8408
8411
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8409
8412
   -e 's:$: $lt_compiler_flag:'`
8410
 
   (eval echo "\"\$as_me:8410: $lt_compile\"" >&5)
 
8413
   (eval echo "\"\$as_me:8413: $lt_compile\"" >&5)
8411
8414
   (eval "$lt_compile" 2>out/conftest.err)
8412
8415
   ac_status=$?
8413
8416
   cat out/conftest.err >&5
8414
 
   echo "$as_me:8414: \$? = $ac_status" >&5
 
8417
   echo "$as_me:8417: \$? = $ac_status" >&5
8415
8418
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8416
8419
   then
8417
8420
     # The compiler can only warn and ignore the option if not recognized
8462
8465
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8463
8466
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8464
8467
   -e 's:$: $lt_compiler_flag:'`
8465
 
   (eval echo "\"\$as_me:8465: $lt_compile\"" >&5)
 
8468
   (eval echo "\"\$as_me:8468: $lt_compile\"" >&5)
8466
8469
   (eval "$lt_compile" 2>out/conftest.err)
8467
8470
   ac_status=$?
8468
8471
   cat out/conftest.err >&5
8469
 
   echo "$as_me:8469: \$? = $ac_status" >&5
 
8472
   echo "$as_me:8472: \$? = $ac_status" >&5
8470
8473
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8471
8474
   then
8472
8475
     # The compiler can only warn and ignore the option if not recognized
10846
10849
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10847
10850
  lt_status=$lt_dlunknown
10848
10851
  cat > conftest.$ac_ext <<_LT_EOF
10849
 
#line 10849 "configure"
 
10852
#line 10852 "configure"
10850
10853
#include "confdefs.h"
10851
10854
 
10852
10855
#if HAVE_DLFCN_H
10942
10945
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10943
10946
  lt_status=$lt_dlunknown
10944
10947
  cat > conftest.$ac_ext <<_LT_EOF
10945
 
#line 10945 "configure"
 
10948
#line 10948 "configure"
10946
10949
#include "confdefs.h"
10947
10950
 
10948
10951
#if HAVE_DLFCN_H
12256
12259
$as_echo "no" >&6; }
12257
12260
fi
12258
12261
 
 
12262
# Specify the path for ubuntu-sso-client source
 
12263
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ubuntu-sso-client" >&5
 
12264
$as_echo_n "checking for ubuntu-sso-client... " >&6; }
 
12265
 
 
12266
# Check whether --with-sso was given.
 
12267
if test "${with_sso+set}" = set; then :
 
12268
  withval=$with_sso; with_sso=$withval
 
12269
else
 
12270
  with_sso=auto
 
12271
fi
 
12272
 
 
12273
SSO_PATH=""
 
12274
if test "x$with_sso" = "xauto"; then
 
12275
    SSO_PATH=""
 
12276
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: using system path" >&5
 
12277
$as_echo "using system path" >&6; }
 
12278
else
 
12279
    SSO_PATH="$with_sso"
 
12280
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SSO_PATH" >&5
 
12281
$as_echo "$SSO_PATH" >&6; }
 
12282
fi
 
12283
 
 
12284
 
12259
12285
# Specify the path for ubuntuone-storage-protocol source
12260
12286
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ubuntuone-storage-protocol" >&5
12261
12287
$as_echo_n "checking for ubuntuone-storage-protocol... " >&6; }
13314
13340
# report actual input values of CONFIG_FILES etc. instead of their
13315
13341
# values after options handling.
13316
13342
ac_log="
13317
 
This file was extended by ubuntuone-client $as_me 1.4.0, which was
 
13343
This file was extended by ubuntuone-client $as_me 1.4.1, which was
13318
13344
generated by GNU Autoconf 2.67.  Invocation command line was
13319
13345
 
13320
13346
  CONFIG_FILES    = $CONFIG_FILES
13380
13406
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13381
13407
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13382
13408
ac_cs_version="\\
13383
 
ubuntuone-client config.status 1.4.0
 
13409
ubuntuone-client config.status 1.4.1
13384
13410
configured by $0, generated by GNU Autoconf 2.67,
13385
13411
  with options \\"\$ac_cs_config\\"
13386
13412