Deleted Added
full compact
configure (266731) configure (269833)
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for subversion 1.8.9.
3# Generated by GNU Autoconf 2.69 for subversion 1.8.10.
4#
5# Report bugs to <http://subversion.apache.org/>.
6#
7#
8# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9#
10#
11# This configure script is free software; the Free Software Foundation

--- 573 unchanged lines hidden (view full) ---

585cross_compiling=no
586subdirs=
587MFLAGS=
588MAKEFLAGS=
589
590# Identity of this package.
591PACKAGE_NAME='subversion'
592PACKAGE_TARNAME='subversion'
4#
5# Report bugs to <http://subversion.apache.org/>.
6#
7#
8# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9#
10#
11# This configure script is free software; the Free Software Foundation

--- 573 unchanged lines hidden (view full) ---

585cross_compiling=no
586subdirs=
587MFLAGS=
588MAKEFLAGS=
589
590# Identity of this package.
591PACKAGE_NAME='subversion'
592PACKAGE_TARNAME='subversion'
593PACKAGE_VERSION='1.8.9'
594PACKAGE_STRING='subversion 1.8.9'
593PACKAGE_VERSION='1.8.10'
594PACKAGE_STRING='subversion 1.8.10'
595PACKAGE_BUGREPORT='http://subversion.apache.org/'
596PACKAGE_URL=''
597
598ac_unique_file="subversion/include/svn_types.h"
599# Factoring default headers for most tests.
600ac_includes_default="\
601#include <stdio.h>
602#ifdef HAVE_SYS_TYPES_H

--- 849 unchanged lines hidden (view full) ---

1452
1453#
1454# Report the --help message.
1455#
1456if test "$ac_init_help" = "long"; then
1457 # Omit some internal or obsolete options to make the list less imposing.
1458 # This message is too long to be a string in the A/UX 3.1 sh.
1459 cat <<_ACEOF
595PACKAGE_BUGREPORT='http://subversion.apache.org/'
596PACKAGE_URL=''
597
598ac_unique_file="subversion/include/svn_types.h"
599# Factoring default headers for most tests.
600ac_includes_default="\
601#include <stdio.h>
602#ifdef HAVE_SYS_TYPES_H

--- 849 unchanged lines hidden (view full) ---

1452
1453#
1454# Report the --help message.
1455#
1456if test "$ac_init_help" = "long"; then
1457 # Omit some internal or obsolete options to make the list less imposing.
1458 # This message is too long to be a string in the A/UX 3.1 sh.
1459 cat <<_ACEOF
1460\`configure' configures subversion 1.8.9 to adapt to many kinds of systems.
1460\`configure' configures subversion 1.8.10 to adapt to many kinds of systems.
1461
1462Usage: $0 [OPTION]... [VAR=VALUE]...
1463
1464To assign environment variables (e.g., CC, CFLAGS...), specify them as
1465VAR=VALUE. See below for descriptions of some of the useful variables.
1466
1467Defaults for the options are specified in brackets.
1468

--- 49 unchanged lines hidden (view full) ---

1518 --build=BUILD configure for building on BUILD [guessed]
1519 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1520 --target=TARGET configure for building compilers for TARGET [HOST]
1521_ACEOF
1522fi
1523
1524if test -n "$ac_init_help"; then
1525 case $ac_init_help in
1461
1462Usage: $0 [OPTION]... [VAR=VALUE]...
1463
1464To assign environment variables (e.g., CC, CFLAGS...), specify them as
1465VAR=VALUE. See below for descriptions of some of the useful variables.
1466
1467Defaults for the options are specified in brackets.
1468

--- 49 unchanged lines hidden (view full) ---

1518 --build=BUILD configure for building on BUILD [guessed]
1519 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1520 --target=TARGET configure for building compilers for TARGET [HOST]
1521_ACEOF
1522fi
1523
1524if test -n "$ac_init_help"; then
1525 case $ac_init_help in
1526 short | recursive ) echo "Configuration of subversion 1.8.9:";;
1526 short | recursive ) echo "Configuration of subversion 1.8.10:";;
1527 esac
1528 cat <<\_ACEOF
1529
1530Optional Features:
1531 --disable-option-checking ignore unrecognized --enable/--with options
1532 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1533 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1534 --enable-sqlite-compatibility-version=X.Y.Z

--- 197 unchanged lines hidden (view full) ---

1732 fi || ac_status=$?
1733 cd "$ac_pwd" || { ac_status=$?; break; }
1734 done
1735fi
1736
1737test -n "$ac_init_help" && exit $ac_status
1738if $ac_init_version; then
1739 cat <<\_ACEOF
1527 esac
1528 cat <<\_ACEOF
1529
1530Optional Features:
1531 --disable-option-checking ignore unrecognized --enable/--with options
1532 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1533 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1534 --enable-sqlite-compatibility-version=X.Y.Z

--- 197 unchanged lines hidden (view full) ---

1732 fi || ac_status=$?
1733 cd "$ac_pwd" || { ac_status=$?; break; }
1734 done
1735fi
1736
1737test -n "$ac_init_help" && exit $ac_status
1738if $ac_init_version; then
1739 cat <<\_ACEOF
1740subversion configure 1.8.9
1740subversion configure 1.8.10
1741generated by GNU Autoconf 2.69
1742
1743Copyright (C) 2012 Free Software Foundation, Inc.
1744This configure script is free software; the Free Software Foundation
1745gives unlimited permission to copy, distribute and modify it.
1746_ACEOF
1747 exit
1748fi

--- 527 unchanged lines hidden (view full) ---

2276$as_echo "$ac_res" >&6; }
2277 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2278
2279} # ac_fn_c_check_type
2280cat >config.log <<_ACEOF
2281This file contains any messages produced by compilers while
2282running configure, to aid debugging if configure makes a mistake.
2283
1741generated by GNU Autoconf 2.69
1742
1743Copyright (C) 2012 Free Software Foundation, Inc.
1744This configure script is free software; the Free Software Foundation
1745gives unlimited permission to copy, distribute and modify it.
1746_ACEOF
1747 exit
1748fi

--- 527 unchanged lines hidden (view full) ---

2276$as_echo "$ac_res" >&6; }
2277 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2278
2279} # ac_fn_c_check_type
2280cat >config.log <<_ACEOF
2281This file contains any messages produced by compilers while
2282running configure, to aid debugging if configure makes a mistake.
2283
2284It was created by subversion $as_me 1.8.9, which was
2284It was created by subversion $as_me 1.8.10, which was
2285generated by GNU Autoconf 2.69. Invocation command line was
2286
2287 $ $0 $@
2288
2289_ACEOF
2290exec 5>>config.log
2291{
2292cat <<_ASUNAME

--- 363 unchanged lines hidden (view full) ---

2656# They can cause serious problems if a builder's source tree is in a directory
2657# whose full name contains unusual characters.
2658ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2659ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2660ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2661
2662
2663
2285generated by GNU Autoconf 2.69. Invocation command line was
2286
2287 $ $0 $@
2288
2289_ACEOF
2290exec 5>>config.log
2291{
2292cat <<_ASUNAME

--- 363 unchanged lines hidden (view full) ---

2656# They can cause serious problems if a builder's source tree is in a directory
2657# whose full name contains unusual characters.
2658ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2659ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2660ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2661
2662
2663
2664{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring Subversion 1.8.9" >&5
2665$as_echo "$as_me: Configuring Subversion 1.8.9" >&6;}
2664{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring Subversion 1.8.10" >&5
2665$as_echo "$as_me: Configuring Subversion 1.8.10" >&6;}
2666
2667abs_srcdir="`cd $srcdir && pwd`"
2668
2669abs_builddir="`pwd`"
2670
2671if test "$abs_srcdir" = "$abs_builddir"; then
2672 canonicalized_srcdir=""
2673else

--- 2606 unchanged lines hidden (view full) ---

5280do :
5281 ac_fn_c_check_header_mongrel "$LINENO" "serf.h" "ac_cv_header_serf_h" "$ac_includes_default"
5282if test "x$ac_cv_header_serf_h" = xyes; then :
5283 cat >>confdefs.h <<_ACEOF
5284#define HAVE_SERF_H 1
5285_ACEOF
5286
5287 save_ldflags="$LDFLAGS"
2666
2667abs_srcdir="`cd $srcdir && pwd`"
2668
2669abs_builddir="`pwd`"
2670
2671if test "$abs_srcdir" = "$abs_builddir"; then
2672 canonicalized_srcdir=""
2673else

--- 2606 unchanged lines hidden (view full) ---

5280do :
5281 ac_fn_c_check_header_mongrel "$LINENO" "serf.h" "ac_cv_header_serf_h" "$ac_includes_default"
5282if test "x$ac_cv_header_serf_h" = xyes; then :
5283 cat >>confdefs.h <<_ACEOF
5284#define HAVE_SERF_H 1
5285_ACEOF
5286
5287 save_ldflags="$LDFLAGS"
5288 LDFLAGS="$LDFLAGS -L$serf_prefix/lib"
5288 LDFLAGS="$LDFLAGS `
5289 input_flags="-L$serf_prefix/lib"
5290 output_flags=""
5291 filtered_dirs="/lib /lib64 /usr/lib /usr/lib64"
5292 for flag in $input_flags; do
5293 filter="no"
5294 for dir in $filtered_dirs; do
5295 if test "$flag" = "-L$dir" || test "$flag" = "-L$dir/"; then
5296 filter="yes"
5297 break
5298 fi
5299 done
5300 if test "$filter" = "no"; then
5301 output_flags="$output_flags $flag"
5302 fi
5303 done
5304 if test -n "$output_flags"; then
5305 printf "%s" "${output_flags# }"
5306 fi
5307`"
5289 as_ac_Lib=`$as_echo "ac_cv_lib_$serf_major''_serf_context_create" | $as_tr_sh`
5290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for serf_context_create in -l$serf_major" >&5
5291$as_echo_n "checking for serf_context_create in -l$serf_major... " >&6; }
5292if eval \${$as_ac_Lib+:} false; then :
5293 $as_echo_n "(cached) " >&6
5294else
5295 ac_check_lib_save_LIBS=$LIBS
5296LIBS="-l$serf_major $SVN_APRUTIL_LIBS $SVN_APR_LIBS -lz $LIBS"

--- 67 unchanged lines hidden (view full) ---

5364 done
5365
5366 if test $serf_found = "yes"; then
5367 SVN_SERF_INCLUDES="-I$serf_prefix/include/$serf_major"
5368 if test -e "$serf_prefix/lib/lib$serf_major.la"; then
5369 SVN_SERF_LIBS="$serf_prefix/lib/lib$serf_major.la"
5370 else
5371 SVN_SERF_LIBS="-l$serf_major"
5308 as_ac_Lib=`$as_echo "ac_cv_lib_$serf_major''_serf_context_create" | $as_tr_sh`
5309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for serf_context_create in -l$serf_major" >&5
5310$as_echo_n "checking for serf_context_create in -l$serf_major... " >&6; }
5311if eval \${$as_ac_Lib+:} false; then :
5312 $as_echo_n "(cached) " >&6
5313else
5314 ac_check_lib_save_LIBS=$LIBS
5315LIBS="-l$serf_major $SVN_APRUTIL_LIBS $SVN_APR_LIBS -lz $LIBS"

--- 67 unchanged lines hidden (view full) ---

5383 done
5384
5385 if test $serf_found = "yes"; then
5386 SVN_SERF_INCLUDES="-I$serf_prefix/include/$serf_major"
5387 if test -e "$serf_prefix/lib/lib$serf_major.la"; then
5388 SVN_SERF_LIBS="$serf_prefix/lib/lib$serf_major.la"
5389 else
5390 SVN_SERF_LIBS="-l$serf_major"
5372 LDFLAGS="$LDFLAGS -L$serf_prefix/lib"
5391 LDFLAGS="$LDFLAGS `
5392 input_flags="-L$serf_prefix/lib"
5393 output_flags=""
5394 filtered_dirs="/lib /lib64 /usr/lib /usr/lib64"
5395 for flag in $input_flags; do
5396 filter="no"
5397 for dir in $filtered_dirs; do
5398 if test "$flag" = "-L$dir" || test "$flag" = "-L$dir/"; then
5399 filter="yes"
5400 break
5401 fi
5402 done
5403 if test "$filter" = "no"; then
5404 output_flags="$output_flags $flag"
5373 fi
5405 fi
5406 done
5407 if test -n "$output_flags"; then
5408 printf "%s" "${output_flags# }"
5374 fi
5409 fi
5410`"
5411 fi
5412 fi
5375
5376 fi
5377
5378fi
5379
5380
5381 if test "$serf_skip" = "no" ; then
5382 if test "$serf_found" = "no" ; then

--- 12614 unchanged lines hidden (view full) ---

17997 if echo "$withval" | $EGREP ":.*:.*:" > /dev/null; then
17998 svn_berkeley_db_header="`echo "$withval" | $SED -e "s/\([^:]*\):.*/\1/"`"
17999 SVN_DB_INCLUDES=""
18000 for i in `echo "$withval" | $SED -e "s/.*:\([^:]*\):[^:]*:.*/\1/"`; do
18001 SVN_DB_INCLUDES="$SVN_DB_INCLUDES -I$i"
18002 done
18003 SVN_DB_INCLUDES="${SVN_DB_INCLUDES## }"
18004 for l in `echo "$withval" | $SED -e "s/.*:[^:]*:\([^:]*\):.*/\1/"`; do
5413
5414 fi
5415
5416fi
5417
5418
5419 if test "$serf_skip" = "no" ; then
5420 if test "$serf_found" = "no" ; then

--- 12614 unchanged lines hidden (view full) ---

18035 if echo "$withval" | $EGREP ":.*:.*:" > /dev/null; then
18036 svn_berkeley_db_header="`echo "$withval" | $SED -e "s/\([^:]*\):.*/\1/"`"
18037 SVN_DB_INCLUDES=""
18038 for i in `echo "$withval" | $SED -e "s/.*:\([^:]*\):[^:]*:.*/\1/"`; do
18039 SVN_DB_INCLUDES="$SVN_DB_INCLUDES -I$i"
18040 done
18041 SVN_DB_INCLUDES="${SVN_DB_INCLUDES## }"
18042 for l in `echo "$withval" | $SED -e "s/.*:[^:]*:\([^:]*\):.*/\1/"`; do
18005 LDFLAGS="$LDFLAGS -L$l"
18043 LDFLAGS="$LDFLAGS `
18044 input_flags="-L$l"
18045 output_flags=""
18046 filtered_dirs="/lib /lib64 /usr/lib /usr/lib64"
18047 for flag in $input_flags; do
18048 filter="no"
18049 for dir in $filtered_dirs; do
18050 if test "$flag" = "-L$dir" || test "$flag" = "-L$dir/"; then
18051 filter="yes"
18052 break
18053 fi
18054 done
18055 if test "$filter" = "no"; then
18056 output_flags="$output_flags $flag"
18057 fi
18058 done
18059 if test -n "$output_flags"; then
18060 printf "%s" "${output_flags# }"
18061 fi
18062`"
18006 done
18007 SVN_DB_LIBS=""
18008 for l in `echo "$withval" | $SED -e "s/.*:\([^:]*\)/\1/"`; do
18009 SVN_DB_LIBS="$SVN_DB_LIBS -l$l"
18010 done
18011 SVN_DB_LIBS="${SVN_DB_LIBS## }"
18012
18013 bdb_status=required

--- 4709 unchanged lines hidden (view full) ---

22723
22724 if test \( "$RUBY_MAJOR" -eq "1" -a "$RUBY_MINOR" -gt "8" -a "$RUBY_TEENY" -lt "3" \); then
22725 # Disallow Ruby between 1.8.7 and 1.9.3
22726 RUBY="none"
22727 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The detected Ruby is between 1.9 and 1.9.3" >&5
22728$as_echo "$as_me: WARNING: The detected Ruby is between 1.9 and 1.9.3" >&2;}
22729 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Only 1.8.x and 1.9.3 releases are supported at this time" >&5
22730$as_echo "$as_me: WARNING: Only 1.8.x and 1.9.3 releases are supported at this time" >&2;}
18063 done
18064 SVN_DB_LIBS=""
18065 for l in `echo "$withval" | $SED -e "s/.*:\([^:]*\)/\1/"`; do
18066 SVN_DB_LIBS="$SVN_DB_LIBS -l$l"
18067 done
18068 SVN_DB_LIBS="${SVN_DB_LIBS## }"
18069
18070 bdb_status=required

--- 4709 unchanged lines hidden (view full) ---

22780
22781 if test \( "$RUBY_MAJOR" -eq "1" -a "$RUBY_MINOR" -gt "8" -a "$RUBY_TEENY" -lt "3" \); then
22782 # Disallow Ruby between 1.8.7 and 1.9.3
22783 RUBY="none"
22784 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The detected Ruby is between 1.9 and 1.9.3" >&5
22785$as_echo "$as_me: WARNING: The detected Ruby is between 1.9 and 1.9.3" >&2;}
22786 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Only 1.8.x and 1.9.3 releases are supported at this time" >&5
22787$as_echo "$as_me: WARNING: Only 1.8.x and 1.9.3 releases are supported at this time" >&2;}
22731 elif test \( "$RUBY_MAJOR" -eq "1" -a "$RUBY_MINOR" -eq "9" -a "$RUBY_TEENY" -eq "3" \); then
22732 #Warn about 1.9.3 support
22733 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: WARNING: The detected Ruby is 1.9.3" >&5
22734$as_echo "$as_me: WARNING: WARNING: The detected Ruby is 1.9.3" >&2;}
22735 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: WARNING: Only 1.8.x releases are fully supported, 1.9.3 support is new" >&5
22736$as_echo "$as_me: WARNING: WARNING: Only 1.8.x releases are fully supported, 1.9.3 support is new" >&2;}
22737 fi
22738 else
22739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22740$as_echo "no" >&6; }
22741 RUBY="none"
22742 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The detected Ruby is too old for Subversion to use" >&5
22743$as_echo "$as_me: WARNING: The detected Ruby is too old for Subversion to use" >&2;}
22744 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: A Ruby which has rb_hash_foreach is required to use the" >&5

--- 2996 unchanged lines hidden (view full) ---

25741_ASEOF
25742test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
25743
25744cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
25745# Save the log message, to keep $0 and so on meaningful, and to
25746# report actual input values of CONFIG_FILES etc. instead of their
25747# values after options handling.
25748ac_log="
22788 fi
22789 else
22790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22791$as_echo "no" >&6; }
22792 RUBY="none"
22793 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The detected Ruby is too old for Subversion to use" >&5
22794$as_echo "$as_me: WARNING: The detected Ruby is too old for Subversion to use" >&2;}
22795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: A Ruby which has rb_hash_foreach is required to use the" >&5

--- 2996 unchanged lines hidden (view full) ---

25792_ASEOF
25793test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
25794
25795cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
25796# Save the log message, to keep $0 and so on meaningful, and to
25797# report actual input values of CONFIG_FILES etc. instead of their
25798# values after options handling.
25799ac_log="
25749This file was extended by subversion $as_me 1.8.9, which was
25800This file was extended by subversion $as_me 1.8.10, which was
25750generated by GNU Autoconf 2.69. Invocation command line was
25751
25752 CONFIG_FILES = $CONFIG_FILES
25753 CONFIG_HEADERS = $CONFIG_HEADERS
25754 CONFIG_LINKS = $CONFIG_LINKS
25755 CONFIG_COMMANDS = $CONFIG_COMMANDS
25756 $ $0 $@
25757

--- 49 unchanged lines hidden (view full) ---

25807$config_commands
25808
25809Report bugs to <http://subversion.apache.org/>."
25810
25811_ACEOF
25812cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25813ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
25814ac_cs_version="\\
25801generated by GNU Autoconf 2.69. Invocation command line was
25802
25803 CONFIG_FILES = $CONFIG_FILES
25804 CONFIG_HEADERS = $CONFIG_HEADERS
25805 CONFIG_LINKS = $CONFIG_LINKS
25806 CONFIG_COMMANDS = $CONFIG_COMMANDS
25807 $ $0 $@
25808

--- 49 unchanged lines hidden (view full) ---

25858$config_commands
25859
25860Report bugs to <http://subversion.apache.org/>."
25861
25862_ACEOF
25863cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25864ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
25865ac_cs_version="\\
25815subversion config.status 1.8.9
25866subversion config.status 1.8.10
25816configured by $0, generated by GNU Autoconf 2.69,
25817 with options \\"\$ac_cs_config\\"
25818
25819Copyright (C) 2012 Free Software Foundation, Inc.
25820This config.status script is free software; the Free Software Foundation
25821gives unlimited permission to copy, distribute and modify it."
25822
25823ac_pwd='$ac_pwd'

--- 1953 unchanged lines hidden ---
25867configured by $0, generated by GNU Autoconf 2.69,
25868 with options \\"\$ac_cs_config\\"
25869
25870Copyright (C) 2012 Free Software Foundation, Inc.
25871This config.status script is free software; the Free Software Foundation
25872gives unlimited permission to copy, distribute and modify it."
25873
25874ac_pwd='$ac_pwd'

--- 1953 unchanged lines hidden ---