~james-page/ubuntu/vivid/ceph/0.93

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-07-30 10:15:40 UTC
  • mfrom: (0.1.29 sid)
  • Revision ID: package-import@ubuntu.com-20140730101540-b7gsn9jqkye4a5ty
Tags: 0.80.5-1
* New upstream stable release:
  - d/p/firefly-post-release.patch: Dropped, no longer required.
  - d/lib{rados2,cephfs1}.symbols: Update with new symbols.

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 ceph 0.80.4.
 
3
# Generated by GNU Autoconf 2.68 for ceph 0.80.5.
4
4
#
5
5
# Report bugs to <ceph-devel@vger.kernel.org>.
6
6
#
570
570
# Identity of this package.
571
571
PACKAGE_NAME='ceph'
572
572
PACKAGE_TARNAME='ceph'
573
 
PACKAGE_VERSION='0.80.4'
574
 
PACKAGE_STRING='ceph 0.80.4'
 
573
PACKAGE_VERSION='0.80.5'
 
574
PACKAGE_STRING='ceph 0.80.5'
575
575
PACKAGE_BUGREPORT='ceph-devel@vger.kernel.org'
576
576
PACKAGE_URL=''
577
577
 
1441
1441
  # Omit some internal or obsolete options to make the list less imposing.
1442
1442
  # This message is too long to be a string in the A/UX 3.1 sh.
1443
1443
  cat <<_ACEOF
1444
 
\`configure' configures ceph 0.80.4 to adapt to many kinds of systems.
 
1444
\`configure' configures ceph 0.80.5 to adapt to many kinds of systems.
1445
1445
 
1446
1446
Usage: $0 [OPTION]... [VAR=VALUE]...
1447
1447
 
1512
1512
 
1513
1513
if test -n "$ac_init_help"; then
1514
1514
  case $ac_init_help in
1515
 
     short | recursive ) echo "Configuration of ceph 0.80.4:";;
 
1515
     short | recursive ) echo "Configuration of ceph 0.80.5:";;
1516
1516
   esac
1517
1517
  cat <<\_ACEOF
1518
1518
 
1657
1657
test -n "$ac_init_help" && exit $ac_status
1658
1658
if $ac_init_version; then
1659
1659
  cat <<\_ACEOF
1660
 
ceph configure 0.80.4
 
1660
ceph configure 0.80.5
1661
1661
generated by GNU Autoconf 2.68
1662
1662
 
1663
1663
Copyright (C) 2010 Free Software Foundation, Inc.
2504
2504
This file contains any messages produced by compilers while
2505
2505
running configure, to aid debugging if configure makes a mistake.
2506
2506
 
2507
 
It was created by ceph $as_me 0.80.4, which was
 
2507
It was created by ceph $as_me 0.80.5, which was
2508
2508
generated by GNU Autoconf 2.68.  Invocation command line was
2509
2509
 
2510
2510
  $ $0 $@
4504
4504
 
4505
4505
# Define the identity of the package.
4506
4506
 PACKAGE='ceph'
4507
 
 VERSION='0.80.4'
 
4507
 VERSION='0.80.5'
4508
4508
 
4509
4509
 
4510
4510
cat >>confdefs.h <<_ACEOF
12482
12482
 
12483
12483
# Define the identity of the package.
12484
12484
 PACKAGE='ceph'
12485
 
 VERSION='0.80.4'
 
12485
 VERSION='0.80.5'
12486
12486
 
12487
12487
 
12488
12488
cat >>confdefs.h <<_ACEOF
19315
19315
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_snappy_snappy_compress" >&5
19316
19316
$as_echo "$ac_cv_lib_snappy_snappy_compress" >&6; }
19317
19317
if test "x$ac_cv_lib_snappy_snappy_compress" = xyes; then :
19318
 
  cat >>confdefs.h <<_ACEOF
19319
 
#define HAVE_LIBSNAPPY 1
19320
 
_ACEOF
19321
 
 
19322
 
  LIBS="-lsnappy $LIBS"
19323
 
 
 
19318
  true
19324
19319
else
19325
19320
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19326
19321
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19366
19361
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_leveldb_leveldb_open" >&5
19367
19362
$as_echo "$ac_cv_lib_leveldb_leveldb_open" >&6; }
19368
19363
if test "x$ac_cv_lib_leveldb_leveldb_open" = xyes; then :
19369
 
  cat >>confdefs.h <<_ACEOF
19370
 
#define HAVE_LIBLEVELDB 1
19371
 
_ACEOF
19372
 
 
19373
 
  LIBS="-lleveldb $LIBS"
19374
 
 
 
19364
  true
19375
19365
else
19376
19366
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19377
19367
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22258
22248
# report actual input values of CONFIG_FILES etc. instead of their
22259
22249
# values after options handling.
22260
22250
ac_log="
22261
 
This file was extended by ceph $as_me 0.80.4, which was
 
22251
This file was extended by ceph $as_me 0.80.5, which was
22262
22252
generated by GNU Autoconf 2.68.  Invocation command line was
22263
22253
 
22264
22254
  CONFIG_FILES    = $CONFIG_FILES
22324
22314
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22325
22315
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
22326
22316
ac_cs_version="\\
22327
 
ceph config.status 0.80.4
 
22317
ceph config.status 0.80.5
22328
22318
configured by $0, generated by GNU Autoconf 2.68,
22329
22319
  with options \\"\$ac_cs_config\\"
22330
22320