~clint-fewbar/ubuntu/precise/squid3/ignore-sighup-early

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Luigi Gangitano
  • Date: 2011-09-02 13:33:41 UTC
  • mto: (21.2.8 sid)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: package-import@ubuntu.com-20110902133341-56p01dh4mh6e308v
Tags: upstream-3.1.15
ImportĀ upstreamĀ versionĀ 3.1.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# From configure.ac Revision.
3
3
# Guess values for system-dependent variables and create Makefiles.
4
 
# Generated by GNU Autoconf 2.68 for Squid Web Proxy 3.1.14.
 
4
# Generated by GNU Autoconf 2.68 for Squid Web Proxy 3.1.15.
5
5
#
6
6
# Report bugs to <http://www.squid-cache.org/bugs/>.
7
7
#
575
575
# Identity of this package.
576
576
PACKAGE_NAME='Squid Web Proxy'
577
577
PACKAGE_TARNAME='squid'
578
 
PACKAGE_VERSION='3.1.14'
579
 
PACKAGE_STRING='Squid Web Proxy 3.1.14'
 
578
PACKAGE_VERSION='3.1.15'
 
579
PACKAGE_STRING='Squid Web Proxy 3.1.15'
580
580
PACKAGE_BUGREPORT='http://www.squid-cache.org/bugs/'
581
581
PACKAGE_URL=''
582
582
 
786
786
LIBTOOL
787
787
USE_LOADABLE_MODULES_FALSE
788
788
USE_LOADABLE_MODULES_TRUE
 
789
HOSTCXX
789
790
host_os
790
791
host_vendor
791
792
host_cpu
1539
1540
  # Omit some internal or obsolete options to make the list less imposing.
1540
1541
  # This message is too long to be a string in the A/UX 3.1 sh.
1541
1542
  cat <<_ACEOF
1542
 
\`configure' configures Squid Web Proxy 3.1.14 to adapt to many kinds of systems.
 
1543
\`configure' configures Squid Web Proxy 3.1.15 to adapt to many kinds of systems.
1543
1544
 
1544
1545
Usage: $0 [OPTION]... [VAR=VALUE]...
1545
1546
 
1609
1610
 
1610
1611
if test -n "$ac_init_help"; then
1611
1612
  case $ac_init_help in
1612
 
     short | recursive ) echo "Configuration of Squid Web Proxy 3.1.14:";;
 
1613
     short | recursive ) echo "Configuration of Squid Web Proxy 3.1.15:";;
1613
1614
   esac
1614
1615
  cat <<\_ACEOF
1615
1616
 
1722
1723
                          nothing; you also have to modify the source code to
1723
1724
                          use the leak finding functions. Probably Useful for
1724
1725
                          hackers only.
1725
 
  --enable-follow-x-forwarded-for
1726
 
                          Enable support for following the X-Forwarded-For
 
1726
  --disable-follow-x-forwarded-for
 
1727
                          Disable support for following the X-Forwarded-For
1727
1728
                          HTTP header to try to find the IP address of the
1728
1729
                          original or indirect client when a request has been
1729
1730
                          forwarded through other proxies.
1940
1941
test -n "$ac_init_help" && exit $ac_status
1941
1942
if $ac_init_version; then
1942
1943
  cat <<\_ACEOF
1943
 
Squid Web Proxy configure 3.1.14
 
1944
Squid Web Proxy configure 3.1.15
1944
1945
generated by GNU Autoconf 2.68
1945
1946
 
1946
1947
Copyright (C) 2010 Free Software Foundation, Inc.
2951
2952
This file contains any messages produced by compilers while
2952
2953
running configure, to aid debugging if configure makes a mistake.
2953
2954
 
2954
 
It was created by Squid Web Proxy $as_me 3.1.14, which was
 
2955
It was created by Squid Web Proxy $as_me 3.1.15, which was
2955
2956
generated by GNU Autoconf 2.68.  Invocation command line was
2956
2957
 
2957
2958
  $ $0 $@
3770
3771
 
3771
3772
# Define the identity of the package.
3772
3773
 PACKAGE='squid'
3773
 
 VERSION='3.1.14'
 
3774
 VERSION='3.1.15'
3774
3775
 
3775
3776
 
3776
3777
cat >>confdefs.h <<_ACEOF
5490
5491
 
5491
5492
 
5492
5493
 
 
5494
# might be cross-compiling
 
5495
if test "x$HOSTCXX" = "x"; then
 
5496
  HOSTCXX="$CXX"
 
5497
fi
 
5498
 
 
5499
 
5493
5500
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking simplified host os" >&5
5494
5501
$as_echo_n "checking simplified host os... " >&6; }
5495
5502
simple_host_os=`echo $host_os|sed 's/0-9.*//g;s/-.*//g'`
19416
19423
follow_xff=1
19417
19424
# Check whether --enable-follow-x-forwarded-for was given.
19418
19425
if test "${enable_follow_x_forwarded_for+set}" = set; then :
19419
 
  enableval=$enable_follow_x_forwarded_for;  if test "$enableval" = "yes" ; then
19420
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: follow X-Forwarded-For enabled" >&5
19421
 
$as_echo "$as_me: follow X-Forwarded-For enabled" >&6;}
19422
 
    follow_xff=1
 
19426
  enableval=$enable_follow_x_forwarded_for;  if test "$enableval" = "no" ; then
 
19427
    { $as_echo "$as_me:${as_lineno-$LINENO}: Disabling follow X-Forwarded-For" >&5
 
19428
$as_echo "$as_me: Disabling follow X-Forwarded-For" >&6;}
 
19429
    follow_xff=0
19423
19430
  fi
19424
19431
 
19425
19432
fi
21147
21154
        netinet/ip_fil_compat.h \
21148
21155
        openssl/err.h \
21149
21156
        openssl/md5.h \
 
21157
        openssl/opensslv.h \
21150
21158
        openssl/ssl.h \
21151
21159
        openssl/txt_db.h \
21152
21160
        openssl/x509v3.h \
28135
28143
# report actual input values of CONFIG_FILES etc. instead of their
28136
28144
# values after options handling.
28137
28145
ac_log="
28138
 
This file was extended by Squid Web Proxy $as_me 3.1.14, which was
 
28146
This file was extended by Squid Web Proxy $as_me 3.1.15, which was
28139
28147
generated by GNU Autoconf 2.68.  Invocation command line was
28140
28148
 
28141
28149
  CONFIG_FILES    = $CONFIG_FILES
28201
28209
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28202
28210
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
28203
28211
ac_cs_version="\\
28204
 
Squid Web Proxy config.status 3.1.14
 
28212
Squid Web Proxy config.status 3.1.15
28205
28213
configured by $0, generated by GNU Autoconf 2.68,
28206
28214
  with options \\"\$ac_cs_config\\"
28207
28215