~ubuntu-branches/debian/stretch/subversion/stretch

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2013-10-18 23:23:06 UTC
  • mfrom: (17.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20131018232306-etbd7h4i0stghrd5
Tags: 1.7.13-2
Remove unnecessary libapache2-svn.prem.  (Closes: #726717)

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 subversion 1.7.9.
 
3
# Generated by GNU Autoconf 2.68 for subversion 1.7.13.
4
4
#
5
5
# Report bugs to <http://subversion.apache.org/>.
6
6
#
570
570
# Identity of this package.
571
571
PACKAGE_NAME='subversion'
572
572
PACKAGE_TARNAME='subversion'
573
 
PACKAGE_VERSION='1.7.9'
574
 
PACKAGE_STRING='subversion 1.7.9'
 
573
PACKAGE_VERSION='1.7.13'
 
574
PACKAGE_STRING='subversion 1.7.13'
575
575
PACKAGE_BUGREPORT='http://subversion.apache.org/'
576
576
PACKAGE_URL=''
577
577
 
1442
1442
  # Omit some internal or obsolete options to make the list less imposing.
1443
1443
  # This message is too long to be a string in the A/UX 3.1 sh.
1444
1444
  cat <<_ACEOF
1445
 
\`configure' configures subversion 1.7.9 to adapt to many kinds of systems.
 
1445
\`configure' configures subversion 1.7.13 to adapt to many kinds of systems.
1446
1446
 
1447
1447
Usage: $0 [OPTION]... [VAR=VALUE]...
1448
1448
 
1508
1508
 
1509
1509
if test -n "$ac_init_help"; then
1510
1510
  case $ac_init_help in
1511
 
     short | recursive ) echo "Configuration of subversion 1.7.9:";;
 
1511
     short | recursive ) echo "Configuration of subversion 1.7.13:";;
1512
1512
   esac
1513
1513
  cat <<\_ACEOF
1514
1514
 
1725
1725
test -n "$ac_init_help" && exit $ac_status
1726
1726
if $ac_init_version; then
1727
1727
  cat <<\_ACEOF
1728
 
subversion configure 1.7.9
 
1728
subversion configure 1.7.13
1729
1729
generated by GNU Autoconf 2.68
1730
1730
 
1731
1731
Copyright (C) 2010 Free Software Foundation, Inc.
2269
2269
This file contains any messages produced by compilers while
2270
2270
running configure, to aid debugging if configure makes a mistake.
2271
2271
 
2272
 
It was created by subversion $as_me 1.7.9, which was
 
2272
It was created by subversion $as_me 1.7.13, which was
2273
2273
generated by GNU Autoconf 2.68.  Invocation command line was
2274
2274
 
2275
2275
  $ $0 $@
2649
2649
 
2650
2650
 
2651
2651
 
2652
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring Subversion 1.7.9" >&5
2653
 
$as_echo "$as_me: Configuring Subversion 1.7.9" >&6;}
 
2652
{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring Subversion 1.7.13" >&5
 
2653
$as_echo "$as_me: Configuring Subversion 1.7.13" >&6;}
2654
2654
 
2655
2655
abs_srcdir="`cd $srcdir && pwd`"
2656
2656
 
6089
6089
      CFLAGS=""
6090
6090
      SVN_GSSAPI_INCLUDES="`$KRB5_CONFIG --cflags`"
6091
6091
      SVN_GSSAPI_LIBS="`$KRB5_CONFIG --libs gssapi`"
 
6092
      if test $? -ne 0; then
 
6093
                                SVN_GSSAPI_INCLUDES="$SVN_GSSAPI_INCLUDES -I/usr/include/gssapi"
 
6094
        SVN_GSSAPI_LIBS="`$KRB5_CONFIG --libs krb5` -lgss"
 
6095
        if test $? -ne 0; then
 
6096
                    as_fn_error $? "krb5-config returned an error" "$LINENO" 5
 
6097
        fi
 
6098
      fi
6092
6099
      SVN_GSSAPI_LIBS="`
6093
6100
  input_flags="$SVN_GSSAPI_LIBS"
6094
6101
  output_flags=""
23817
23824
# report actual input values of CONFIG_FILES etc. instead of their
23818
23825
# values after options handling.
23819
23826
ac_log="
23820
 
This file was extended by subversion $as_me 1.7.9, which was
 
23827
This file was extended by subversion $as_me 1.7.13, which was
23821
23828
generated by GNU Autoconf 2.68.  Invocation command line was
23822
23829
 
23823
23830
  CONFIG_FILES    = $CONFIG_FILES
23883
23890
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23884
23891
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
23885
23892
ac_cs_version="\\
23886
 
subversion config.status 1.7.9
 
23893
subversion config.status 1.7.13
23887
23894
configured by $0, generated by GNU Autoconf 2.68,
23888
23895
  with options \\"\$ac_cs_config\\"
23889
23896