~ubuntu-branches/ubuntu/hardy/lighttpd/hardy

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-09-05 09:30:15 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070905093015-pm98jekbu9ylcd3w
Tags: 1.4.17-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Update maintainer field in debian/control.
  - Build against libgamin-dev rather than libfam-dev (fixes a warning
    during startup)
  - Make sure that upgrades succeed, even if we can't restart lighttpd.
  - Clean environment in init.d script.

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.61 for lighttpd 1.4.16.
 
3
# Generated by GNU Autoconf 2.61 for lighttpd 1.4.17.
4
4
#
5
5
# Report bugs to <jan@kneschke.de>.
6
6
#
728
728
# Identity of this package.
729
729
PACKAGE_NAME='lighttpd'
730
730
PACKAGE_TARNAME='lighttpd'
731
 
PACKAGE_VERSION='1.4.16'
732
 
PACKAGE_STRING='lighttpd 1.4.16'
 
731
PACKAGE_VERSION='1.4.17'
 
732
PACKAGE_STRING='lighttpd 1.4.17'
733
733
PACKAGE_BUGREPORT='jan@kneschke.de'
734
734
 
735
735
ac_unique_file="src/server.c"
1440
1440
  # Omit some internal or obsolete options to make the list less imposing.
1441
1441
  # This message is too long to be a string in the A/UX 3.1 sh.
1442
1442
  cat <<_ACEOF
1443
 
\`configure' configures lighttpd 1.4.16 to adapt to many kinds of systems.
 
1443
\`configure' configures lighttpd 1.4.17 to adapt to many kinds of systems.
1444
1444
 
1445
1445
Usage: $0 [OPTION]... [VAR=VALUE]...
1446
1446
 
1511
1511
 
1512
1512
if test -n "$ac_init_help"; then
1513
1513
  case $ac_init_help in
1514
 
     short | recursive ) echo "Configuration of lighttpd 1.4.16:";;
 
1514
     short | recursive ) echo "Configuration of lighttpd 1.4.17:";;
1515
1515
   esac
1516
1516
  cat <<\_ACEOF
1517
1517
 
1645
1645
test -n "$ac_init_help" && exit $ac_status
1646
1646
if $ac_init_version; then
1647
1647
  cat <<\_ACEOF
1648
 
lighttpd configure 1.4.16
 
1648
lighttpd configure 1.4.17
1649
1649
generated by GNU Autoconf 2.61
1650
1650
 
1651
1651
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1659
1659
This file contains any messages produced by compilers while
1660
1660
running configure, to aid debugging if configure makes a mistake.
1661
1661
 
1662
 
It was created by lighttpd $as_me 1.4.16, which was
 
1662
It was created by lighttpd $as_me 1.4.17, which was
1663
1663
generated by GNU Autoconf 2.61.  Invocation command line was
1664
1664
 
1665
1665
  $ $0 $@
2478
2478
 
2479
2479
# Define the identity of the package.
2480
2480
 PACKAGE='lighttpd'
2481
 
 VERSION='1.4.16'
 
2481
 VERSION='1.4.17'
2482
2482
 
2483
2483
 
2484
2484
cat >>confdefs.h <<_ACEOF
3741
3741
fi
3742
3742
 
3743
3743
 
 
3744
if test "x$CC" != xcc; then
 
3745
  { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
 
3746
echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
 
3747
else
 
3748
  { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
 
3749
echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
 
3750
fi
 
3751
set dummy $CC; ac_cc=`echo $2 |
 
3752
                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
 
3753
if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
 
3754
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3755
else
 
3756
  cat >conftest.$ac_ext <<_ACEOF
 
3757
/* confdefs.h.  */
 
3758
_ACEOF
 
3759
cat confdefs.h >>conftest.$ac_ext
 
3760
cat >>conftest.$ac_ext <<_ACEOF
 
3761
/* end confdefs.h.  */
 
3762
 
 
3763
int
 
3764
main ()
 
3765
{
 
3766
 
 
3767
  ;
 
3768
  return 0;
 
3769
}
 
3770
_ACEOF
 
3771
# Make sure it works both with $CC and with simple cc.
 
3772
# We do the test twice because some compilers refuse to overwrite an
 
3773
# existing .o file with -o, though they will create one.
 
3774
ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
 
3775
rm -f conftest2.*
 
3776
if { (case "(($ac_try" in
 
3777
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3778
  *) ac_try_echo=$ac_try;;
 
3779
esac
 
3780
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3781
  (eval "$ac_try") 2>&5
 
3782
  ac_status=$?
 
3783
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3784
  (exit $ac_status); } &&
 
3785
   test -f conftest2.$ac_objext && { (case "(($ac_try" in
 
3786
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3787
  *) ac_try_echo=$ac_try;;
 
3788
esac
 
3789
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3790
  (eval "$ac_try") 2>&5
 
3791
  ac_status=$?
 
3792
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3793
  (exit $ac_status); };
 
3794
then
 
3795
  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
 
3796
  if test "x$CC" != xcc; then
 
3797
    # Test first that cc exists at all.
 
3798
    if { ac_try='cc -c conftest.$ac_ext >&5'
 
3799
  { (case "(($ac_try" in
 
3800
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3801
  *) ac_try_echo=$ac_try;;
 
3802
esac
 
3803
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3804
  (eval "$ac_try") 2>&5
 
3805
  ac_status=$?
 
3806
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3807
  (exit $ac_status); }; }; then
 
3808
      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
 
3809
      rm -f conftest2.*
 
3810
      if { (case "(($ac_try" in
 
3811
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3812
  *) ac_try_echo=$ac_try;;
 
3813
esac
 
3814
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3815
  (eval "$ac_try") 2>&5
 
3816
  ac_status=$?
 
3817
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3818
  (exit $ac_status); } &&
 
3819
         test -f conftest2.$ac_objext && { (case "(($ac_try" in
 
3820
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3821
  *) ac_try_echo=$ac_try;;
 
3822
esac
 
3823
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3824
  (eval "$ac_try") 2>&5
 
3825
  ac_status=$?
 
3826
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3827
  (exit $ac_status); };
 
3828
      then
 
3829
        # cc works too.
 
3830
        :
 
3831
      else
 
3832
        # cc exists but doesn't like -o.
 
3833
        eval ac_cv_prog_cc_${ac_cc}_c_o=no
 
3834
      fi
 
3835
    fi
 
3836
  fi
 
3837
else
 
3838
  eval ac_cv_prog_cc_${ac_cc}_c_o=no
 
3839
fi
 
3840
rm -f core conftest*
 
3841
 
 
3842
fi
 
3843
if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
 
3844
  { echo "$as_me:$LINENO: result: yes" >&5
 
3845
echo "${ECHO_T}yes" >&6; }
 
3846
else
 
3847
  { echo "$as_me:$LINENO: result: no" >&5
 
3848
echo "${ECHO_T}no" >&6; }
 
3849
 
 
3850
cat >>confdefs.h <<\_ACEOF
 
3851
#define NO_MINUS_C_MINUS_O 1
 
3852
_ACEOF
 
3853
 
 
3854
fi
 
3855
 
 
3856
# FIXME: we rely on the cache variable name because
 
3857
# there is no other way.
 
3858
set dummy $CC
 
3859
ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
 
3860
if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
 
3861
   # Losing compiler, so override with the script.
 
3862
   # FIXME: It is wrong to rewrite CC.
 
3863
   # But if we don't then we get into trouble of one sort or another.
 
3864
   # A longer-term fix would be to have automake use am__CC in this case,
 
3865
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
 
3866
   CC="$am_aux_dir/compile $CC"
 
3867
fi
 
3868
 
 
3869
 
3744
3870
{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
3745
3871
echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
3746
3872
if test "${lt_cv_path_SED+set}" = set; then
5542
5668
  ;;
5543
5669
*-*-irix6*)
5544
5670
  # Find out which ABI we are using.
5545
 
  echo '#line 5545 "configure"' > conftest.$ac_ext
 
5671
  echo '#line 5671 "configure"' > conftest.$ac_ext
5546
5672
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5547
5673
  (eval $ac_compile) 2>&5
5548
5674
  ac_status=$?
7799
7925
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7800
7926
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7801
7927
   -e 's:$: $lt_compiler_flag:'`
7802
 
   (eval echo "\"\$as_me:7802: $lt_compile\"" >&5)
 
7928
   (eval echo "\"\$as_me:7928: $lt_compile\"" >&5)
7803
7929
   (eval "$lt_compile" 2>conftest.err)
7804
7930
   ac_status=$?
7805
7931
   cat conftest.err >&5
7806
 
   echo "$as_me:7806: \$? = $ac_status" >&5
 
7932
   echo "$as_me:7932: \$? = $ac_status" >&5
7807
7933
   if (exit $ac_status) && test -s "$ac_outfile"; then
7808
7934
     # The compiler can only warn and ignore the option if not recognized
7809
7935
     # So say no if there are warnings other than the usual output.
8067
8193
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8068
8194
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8069
8195
   -e 's:$: $lt_compiler_flag:'`
8070
 
   (eval echo "\"\$as_me:8070: $lt_compile\"" >&5)
 
8196
   (eval echo "\"\$as_me:8196: $lt_compile\"" >&5)
8071
8197
   (eval "$lt_compile" 2>conftest.err)
8072
8198
   ac_status=$?
8073
8199
   cat conftest.err >&5
8074
 
   echo "$as_me:8074: \$? = $ac_status" >&5
 
8200
   echo "$as_me:8200: \$? = $ac_status" >&5
8075
8201
   if (exit $ac_status) && test -s "$ac_outfile"; then
8076
8202
     # The compiler can only warn and ignore the option if not recognized
8077
8203
     # So say no if there are warnings other than the usual output.
8171
8297
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8172
8298
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8173
8299
   -e 's:$: $lt_compiler_flag:'`
8174
 
   (eval echo "\"\$as_me:8174: $lt_compile\"" >&5)
 
8300
   (eval echo "\"\$as_me:8300: $lt_compile\"" >&5)
8175
8301
   (eval "$lt_compile" 2>out/conftest.err)
8176
8302
   ac_status=$?
8177
8303
   cat out/conftest.err >&5
8178
 
   echo "$as_me:8178: \$? = $ac_status" >&5
 
8304
   echo "$as_me:8304: \$? = $ac_status" >&5
8179
8305
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8180
8306
   then
8181
8307
     # The compiler can only warn and ignore the option if not recognized
10479
10605
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10480
10606
  lt_status=$lt_dlunknown
10481
10607
  cat > conftest.$ac_ext <<EOF
10482
 
#line 10482 "configure"
 
10608
#line 10608 "configure"
10483
10609
#include "confdefs.h"
10484
10610
 
10485
10611
#if HAVE_DLFCN_H
10579
10705
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10580
10706
  lt_status=$lt_dlunknown
10581
10707
  cat > conftest.$ac_ext <<EOF
10582
 
#line 10582 "configure"
 
10708
#line 10708 "configure"
10583
10709
#include "confdefs.h"
10584
10710
 
10585
10711
#if HAVE_DLFCN_H
12915
13041
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12916
13042
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12917
13043
   -e 's:$: $lt_compiler_flag:'`
12918
 
   (eval echo "\"\$as_me:12918: $lt_compile\"" >&5)
 
13044
   (eval echo "\"\$as_me:13044: $lt_compile\"" >&5)
12919
13045
   (eval "$lt_compile" 2>conftest.err)
12920
13046
   ac_status=$?
12921
13047
   cat conftest.err >&5
12922
 
   echo "$as_me:12922: \$? = $ac_status" >&5
 
13048
   echo "$as_me:13048: \$? = $ac_status" >&5
12923
13049
   if (exit $ac_status) && test -s "$ac_outfile"; then
12924
13050
     # The compiler can only warn and ignore the option if not recognized
12925
13051
     # So say no if there are warnings other than the usual output.
13019
13145
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13020
13146
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13021
13147
   -e 's:$: $lt_compiler_flag:'`
13022
 
   (eval echo "\"\$as_me:13022: $lt_compile\"" >&5)
 
13148
   (eval echo "\"\$as_me:13148: $lt_compile\"" >&5)
13023
13149
   (eval "$lt_compile" 2>out/conftest.err)
13024
13150
   ac_status=$?
13025
13151
   cat out/conftest.err >&5
13026
 
   echo "$as_me:13026: \$? = $ac_status" >&5
 
13152
   echo "$as_me:13152: \$? = $ac_status" >&5
13027
13153
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
13028
13154
   then
13029
13155
     # The compiler can only warn and ignore the option if not recognized
14589
14715
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14590
14716
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14591
14717
   -e 's:$: $lt_compiler_flag:'`
14592
 
   (eval echo "\"\$as_me:14592: $lt_compile\"" >&5)
 
14718
   (eval echo "\"\$as_me:14718: $lt_compile\"" >&5)
14593
14719
   (eval "$lt_compile" 2>conftest.err)
14594
14720
   ac_status=$?
14595
14721
   cat conftest.err >&5
14596
 
   echo "$as_me:14596: \$? = $ac_status" >&5
 
14722
   echo "$as_me:14722: \$? = $ac_status" >&5
14597
14723
   if (exit $ac_status) && test -s "$ac_outfile"; then
14598
14724
     # The compiler can only warn and ignore the option if not recognized
14599
14725
     # So say no if there are warnings other than the usual output.
14693
14819
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14694
14820
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14695
14821
   -e 's:$: $lt_compiler_flag:'`
14696
 
   (eval echo "\"\$as_me:14696: $lt_compile\"" >&5)
 
14822
   (eval echo "\"\$as_me:14822: $lt_compile\"" >&5)
14697
14823
   (eval "$lt_compile" 2>out/conftest.err)
14698
14824
   ac_status=$?
14699
14825
   cat out/conftest.err >&5
14700
 
   echo "$as_me:14700: \$? = $ac_status" >&5
 
14826
   echo "$as_me:14826: \$? = $ac_status" >&5
14701
14827
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14702
14828
   then
14703
14829
     # The compiler can only warn and ignore the option if not recognized
16891
17017
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16892
17018
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16893
17019
   -e 's:$: $lt_compiler_flag:'`
16894
 
   (eval echo "\"\$as_me:16894: $lt_compile\"" >&5)
 
17020
   (eval echo "\"\$as_me:17020: $lt_compile\"" >&5)
16895
17021
   (eval "$lt_compile" 2>conftest.err)
16896
17022
   ac_status=$?
16897
17023
   cat conftest.err >&5
16898
 
   echo "$as_me:16898: \$? = $ac_status" >&5
 
17024
   echo "$as_me:17024: \$? = $ac_status" >&5
16899
17025
   if (exit $ac_status) && test -s "$ac_outfile"; then
16900
17026
     # The compiler can only warn and ignore the option if not recognized
16901
17027
     # So say no if there are warnings other than the usual output.
17159
17285
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17160
17286
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17161
17287
   -e 's:$: $lt_compiler_flag:'`
17162
 
   (eval echo "\"\$as_me:17162: $lt_compile\"" >&5)
 
17288
   (eval echo "\"\$as_me:17288: $lt_compile\"" >&5)
17163
17289
   (eval "$lt_compile" 2>conftest.err)
17164
17290
   ac_status=$?
17165
17291
   cat conftest.err >&5
17166
 
   echo "$as_me:17166: \$? = $ac_status" >&5
 
17292
   echo "$as_me:17292: \$? = $ac_status" >&5
17167
17293
   if (exit $ac_status) && test -s "$ac_outfile"; then
17168
17294
     # The compiler can only warn and ignore the option if not recognized
17169
17295
     # So say no if there are warnings other than the usual output.
17263
17389
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17264
17390
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17265
17391
   -e 's:$: $lt_compiler_flag:'`
17266
 
   (eval echo "\"\$as_me:17266: $lt_compile\"" >&5)
 
17392
   (eval echo "\"\$as_me:17392: $lt_compile\"" >&5)
17267
17393
   (eval "$lt_compile" 2>out/conftest.err)
17268
17394
   ac_status=$?
17269
17395
   cat out/conftest.err >&5
17270
 
   echo "$as_me:17270: \$? = $ac_status" >&5
 
17396
   echo "$as_me:17396: \$? = $ac_status" >&5
17271
17397
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17272
17398
   then
17273
17399
     # The compiler can only warn and ignore the option if not recognized
28493
28619
# report actual input values of CONFIG_FILES etc. instead of their
28494
28620
# values after options handling.
28495
28621
ac_log="
28496
 
This file was extended by lighttpd $as_me 1.4.16, which was
 
28622
This file was extended by lighttpd $as_me 1.4.17, which was
28497
28623
generated by GNU Autoconf 2.61.  Invocation command line was
28498
28624
 
28499
28625
  CONFIG_FILES    = $CONFIG_FILES
28546
28672
_ACEOF
28547
28673
cat >>$CONFIG_STATUS <<_ACEOF
28548
28674
ac_cs_version="\\
28549
 
lighttpd config.status 1.4.16
 
28675
lighttpd config.status 1.4.17
28550
28676
configured by $0, generated by GNU Autoconf 2.61,
28551
28677
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28552
28678