~ubuntu-branches/ubuntu/vivid/postgresql-9.4/vivid-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2014-11-18 09:49:04 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20141118094904-f7f1jhitn5iadkgn
Tags: 9.4~rc1-1
* First 9.4 RC release.
* Update psql call in dump-reload instructions.
* Reenable 010_pg_basebackup.t tests, fixed upstream.

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 PostgreSQL 9.4beta3.
 
3
# Generated by GNU Autoconf 2.69 for PostgreSQL 9.4rc1.
4
4
#
5
5
# Report bugs to <pgsql-bugs@postgresql.org>.
6
6
#
582
582
# Identity of this package.
583
583
PACKAGE_NAME='PostgreSQL'
584
584
PACKAGE_TARNAME='postgresql'
585
 
PACKAGE_VERSION='9.4beta3'
586
 
PACKAGE_STRING='PostgreSQL 9.4beta3'
 
585
PACKAGE_VERSION='9.4rc1'
 
586
PACKAGE_STRING='PostgreSQL 9.4rc1'
587
587
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
588
588
PACKAGE_URL=''
589
589
 
728
728
LDFLAGS
729
729
CFLAGS
730
730
CC
 
731
enable_tap_tests
731
732
enable_dtrace
732
733
DTRACEFLAGS
733
734
DTRACE
806
807
enable_profiling
807
808
enable_coverage
808
809
enable_dtrace
 
810
enable_tap_tests
809
811
with_blocksize
810
812
with_segsize
811
813
with_wal_blocksize
1390
1392
  # Omit some internal or obsolete options to make the list less imposing.
1391
1393
  # This message is too long to be a string in the A/UX 3.1 sh.
1392
1394
  cat <<_ACEOF
1393
 
\`configure' configures PostgreSQL 9.4beta3 to adapt to many kinds of systems.
 
1395
\`configure' configures PostgreSQL 9.4rc1 to adapt to many kinds of systems.
1394
1396
 
1395
1397
Usage: $0 [OPTION]... [VAR=VALUE]...
1396
1398
 
1455
1457
 
1456
1458
if test -n "$ac_init_help"; then
1457
1459
  case $ac_init_help in
1458
 
     short | recursive ) echo "Configuration of PostgreSQL 9.4beta3:";;
 
1460
     short | recursive ) echo "Configuration of PostgreSQL 9.4rc1:";;
1459
1461
   esac
1460
1462
  cat <<\_ACEOF
1461
1463
 
1474
1476
  --enable-profiling      build with profiling enabled
1475
1477
  --enable-coverage       build with coverage testing instrumentation
1476
1478
  --enable-dtrace         build with DTrace support
 
1479
  --enable-tap-tests      enable TAP tests (requires Perl and IPC::Run)
1477
1480
  --enable-depend         turn on automatic dependency tracking
1478
1481
  --enable-cassert        enable assertion checks (for debugging)
1479
1482
  --disable-thread-safety disable thread-safety in client libraries
1603
1606
test -n "$ac_init_help" && exit $ac_status
1604
1607
if $ac_init_version; then
1605
1608
  cat <<\_ACEOF
1606
 
PostgreSQL configure 9.4beta3
 
1609
PostgreSQL configure 9.4rc1
1607
1610
generated by GNU Autoconf 2.69
1608
1611
 
1609
1612
Copyright (C) 2012 Free Software Foundation, Inc.
2314
2317
This file contains any messages produced by compilers while
2315
2318
running configure, to aid debugging if configure makes a mistake.
2316
2319
 
2317
 
It was created by PostgreSQL $as_me 9.4beta3, which was
 
2320
It was created by PostgreSQL $as_me 9.4rc1, which was
2318
2321
generated by GNU Autoconf 2.69.  Invocation command line was
2319
2322
 
2320
2323
  $ $0 $@
3437
3440
 
3438
3441
 
3439
3442
#
 
3443
# TAP tests
 
3444
#
 
3445
 
 
3446
 
 
3447
# Check whether --enable-tap-tests was given.
 
3448
if test "${enable_tap_tests+set}" = set; then :
 
3449
  enableval=$enable_tap_tests;
 
3450
  case $enableval in
 
3451
    yes)
 
3452
      :
 
3453
      ;;
 
3454
    no)
 
3455
      :
 
3456
      ;;
 
3457
    *)
 
3458
      as_fn_error $? "no argument expected for --enable-tap-tests option" "$LINENO" 5
 
3459
      ;;
 
3460
  esac
 
3461
 
 
3462
else
 
3463
  enable_tap_tests=no
 
3464
 
 
3465
fi
 
3466
 
 
3467
 
 
3468
 
 
3469
 
 
3470
#
3440
3471
# Block size
3441
3472
#
3442
3473
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for block size" >&5
14655
14686
#
14656
14687
# Check for test tools
14657
14688
#
14658
 
for ac_prog in prove
 
14689
if test "$enable_tap_tests" = yes; then
 
14690
  for ac_prog in prove
14659
14691
do
14660
14692
  # Extract the first word of "$ac_prog", so it can be a program name with args.
14661
14693
set dummy $ac_prog; ac_word=$2
14697
14729
  test -n "$PROVE" && break
14698
14730
done
14699
14731
 
 
14732
  if test -z "$PROVE"; then
 
14733
    as_fn_error $? "prove not found" "$LINENO" 5
 
14734
  fi
 
14735
  if test -z "$PERL"; then
 
14736
    as_fn_error $? "Perl not found" "$LINENO" 5
 
14737
  fi
 
14738
fi
14700
14739
 
14701
14740
# Thread testing
14702
14741
 
15469
15508
# report actual input values of CONFIG_FILES etc. instead of their
15470
15509
# values after options handling.
15471
15510
ac_log="
15472
 
This file was extended by PostgreSQL $as_me 9.4beta3, which was
 
15511
This file was extended by PostgreSQL $as_me 9.4rc1, which was
15473
15512
generated by GNU Autoconf 2.69.  Invocation command line was
15474
15513
 
15475
15514
  CONFIG_FILES    = $CONFIG_FILES
15539
15578
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15540
15579
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15541
15580
ac_cs_version="\\
15542
 
PostgreSQL config.status 9.4beta3
 
15581
PostgreSQL config.status 9.4rc1
15543
15582
configured by $0, generated by GNU Autoconf 2.69,
15544
15583
  with options \\"\$ac_cs_config\\"
15545
15584