~ubuntu-branches/ubuntu/precise/sqlite3/precise-updates

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-12-11 14:34:09 UTC
  • mfrom: (9.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091211143409-o29fahwmcmyd0vq1
Tags: 3.6.21-2
Run autoreconf to prevent FTBFS with new libtool (closes: #560660).

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.64 for sqlite 3.6.16.
 
3
# Generated by GNU Autoconf 2.65 for sqlite 3.6.21.
 
4
#
4
5
#
5
6
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
 
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7
 
# Foundation, Inc.
 
7
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
 
8
# Inc.
 
9
#
8
10
#
9
11
# This configure script is free software; the Free Software Foundation
10
12
# gives unlimited permission to copy, distribute and modify it.
673
675
 
674
676
 
675
677
 
676
 
exec 7<&0 </dev/null 6>&1
 
678
test -n "$DJDIR" || exec 7<&0 </dev/null
 
679
exec 6>&1
677
680
 
678
681
# Name of the host.
679
682
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
695
698
# Identity of this package.
696
699
PACKAGE_NAME='sqlite'
697
700
PACKAGE_TARNAME='sqlite'
698
 
PACKAGE_VERSION='3.6.16'
699
 
PACKAGE_STRING='sqlite 3.6.16'
 
701
PACKAGE_VERSION='3.6.21'
 
702
PACKAGE_STRING='sqlite 3.6.21'
700
703
PACKAGE_BUGREPORT=''
701
704
PACKAGE_URL=''
702
705
 
1430
1433
  # Omit some internal or obsolete options to make the list less imposing.
1431
1434
  # This message is too long to be a string in the A/UX 3.1 sh.
1432
1435
  cat <<_ACEOF
1433
 
\`configure' configures sqlite 3.6.16 to adapt to many kinds of systems.
 
1436
\`configure' configures sqlite 3.6.21 to adapt to many kinds of systems.
1434
1437
 
1435
1438
Usage: $0 [OPTION]... [VAR=VALUE]...
1436
1439
 
1495
1498
 
1496
1499
if test -n "$ac_init_help"; then
1497
1500
  case $ac_init_help in
1498
 
     short | recursive ) echo "Configuration of sqlite 3.6.16:";;
 
1501
     short | recursive ) echo "Configuration of sqlite 3.6.21:";;
1499
1502
   esac
1500
1503
  cat <<\_ACEOF
1501
1504
 
1545
1548
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1546
1549
              nonstandard directory <lib dir>
1547
1550
  LIBS        libraries to pass to the linker, e.g. -l<library>
1548
 
  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
 
1551
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1549
1552
              you have headers in a nonstandard directory <include dir>
1550
1553
  CPP         C preprocessor
1551
1554
  TCLLIBDIR   Where to install tcl plugin
1616
1619
test -n "$ac_init_help" && exit $ac_status
1617
1620
if $ac_init_version; then
1618
1621
  cat <<\_ACEOF
1619
 
sqlite configure 3.6.16
1620
 
generated by GNU Autoconf 2.64
 
1622
sqlite configure 3.6.21
 
1623
generated by GNU Autoconf 2.65
1621
1624
 
1622
1625
Copyright (C) 2009 Free Software Foundation, Inc.
1623
1626
This configure script is free software; the Free Software Foundation
1664
1667
        ac_retval=1
1665
1668
fi
1666
1669
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1667
 
  return $ac_retval
 
1670
  as_fn_set_status $ac_retval
1668
1671
 
1669
1672
} # ac_fn_c_try_compile
1670
1673
 
1710
1713
  # left behind by Apple's compiler.  We do this before executing the actions.
1711
1714
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1712
1715
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1713
 
  return $ac_retval
 
1716
  as_fn_set_status $ac_retval
1714
1717
 
1715
1718
} # ac_fn_c_try_link
1716
1719
 
1778
1781
    ac_retval=1
1779
1782
fi
1780
1783
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1781
 
  return $ac_retval
 
1784
  as_fn_set_status $ac_retval
1782
1785
 
1783
1786
} # ac_fn_c_try_cpp
1784
1787
 
1820
1823
fi
1821
1824
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1822
1825
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1823
 
  return $ac_retval
 
1826
  as_fn_set_status $ac_retval
1824
1827
 
1825
1828
} # ac_fn_c_try_run
1826
1829
 
2035
2038
This file contains any messages produced by compilers while
2036
2039
running configure, to aid debugging if configure makes a mistake.
2037
2040
 
2038
 
It was created by sqlite $as_me 3.6.16, which was
2039
 
generated by GNU Autoconf 2.64.  Invocation command line was
 
2041
It was created by sqlite $as_me 3.6.21, which was
 
2042
generated by GNU Autoconf 2.65.  Invocation command line was
2040
2043
 
2041
2044
  $ $0 $@
2042
2045
 
2289
2292
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2290
2293
do
2291
2294
  test "x$ac_site_file" = xNONE && continue
2292
 
  if test -r "$ac_site_file"; then
 
2295
  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2293
2296
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2294
2297
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2295
2298
    sed 's/^/| /' "$ac_site_file" >&5
2298
2301
done
2299
2302
 
2300
2303
if test -r "$cache_file"; then
2301
 
  # Some versions of bash will fail to source /dev/null (special
2302
 
  # files actually), so we avoid doing that.
2303
 
  if test -f "$cache_file"; then
 
2304
  # Some versions of bash will fail to source /dev/null (special files
 
2305
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
 
2306
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2304
2307
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2305
2308
$as_echo "$as_me: loading cache $cache_file" >&6;}
2306
2309
    case $cache_file in
2405
2408
 
2406
2409
 
2407
2410
 
2408
 
macro_version='2.2.6'
2409
 
macro_revision='1.3012'
 
2411
macro_version='2.2.6b'
 
2412
macro_revision='1.3017'
2410
2413
 
2411
2414
 
2412
2415
 
2838
2841
... rest of stderr output deleted ...
2839
2842
         10q' conftest.err >conftest.er1
2840
2843
    cat conftest.er1 >&5
2841
 
    rm -f conftest.er1 conftest.err
2842
2844
  fi
 
2845
  rm -f conftest.er1 conftest.err
2843
2846
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2844
2847
  test $ac_status = 0; }
2845
2848
done
2846
2849
 
2847
2850
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2848
2851
/* end confdefs.h.  */
2849
 
#include <stdio.h>
 
2852
 
2850
2853
int
2851
2854
main ()
2852
2855
{
2853
 
FILE *f = fopen ("conftest.out", "w");
2854
 
 return ferror (f) || fclose (f) != 0;
2855
2856
 
2856
2857
  ;
2857
2858
  return 0;
2858
2859
}
2859
2860
_ACEOF
2860
2861
ac_clean_files_save=$ac_clean_files
2861
 
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
 
2862
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2862
2863
# Try to create an executable without -o first, disregard a.out.
2863
2864
# It will help us diagnose broken compilers, and finding out an intuition
2864
2865
# of exeext.
2865
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2866
 
$as_echo_n "checking for C compiler default output file name... " >&6; }
 
2866
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
 
2867
$as_echo_n "checking whether the C compiler works... " >&6; }
2867
2868
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2868
2869
 
2869
2870
# The possible output files:
2925
2926
else
2926
2927
  ac_file=''
2927
2928
fi
2928
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2929
 
$as_echo "$ac_file" >&6; }
2930
2929
if test -z "$ac_file"; then :
2931
 
  $as_echo "$as_me: failed program was:" >&5
 
2930
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
2931
$as_echo "no" >&6; }
 
2932
$as_echo "$as_me: failed program was:" >&5
2932
2933
sed 's/^/| /' conftest.$ac_ext >&5
2933
2934
 
2934
2935
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2936
2937
{ as_fn_set_status 77
2937
2938
as_fn_error "C compiler cannot create executables
2938
2939
See \`config.log' for more details." "$LINENO" 5; }; }
 
2940
else
 
2941
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
2942
$as_echo "yes" >&6; }
2939
2943
fi
 
2944
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
 
2945
$as_echo_n "checking for C compiler default output file name... " >&6; }
 
2946
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
 
2947
$as_echo "$ac_file" >&6; }
2940
2948
ac_exeext=$ac_cv_exeext
2941
2949
 
2942
 
# Check that the compiler produces executables we can run.  If not, either
2943
 
# the compiler is broken, or we cross compile.
2944
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2945
 
$as_echo_n "checking whether the C compiler works... " >&6; }
2946
 
# If not cross compiling, check that we can run a simple program.
2947
 
if test "$cross_compiling" != yes; then
2948
 
  if { ac_try='./$ac_file'
2949
 
  { { case "(($ac_try" in
2950
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2951
 
  *) ac_try_echo=$ac_try;;
2952
 
esac
2953
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2954
 
$as_echo "$ac_try_echo"; } >&5
2955
 
  (eval "$ac_try") 2>&5
2956
 
  ac_status=$?
2957
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2958
 
  test $ac_status = 0; }; }; then
2959
 
    cross_compiling=no
2960
 
  else
2961
 
    if test "$cross_compiling" = maybe; then
2962
 
        cross_compiling=yes
2963
 
    else
2964
 
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2965
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2966
 
as_fn_error "cannot run C compiled programs.
2967
 
If you meant to cross compile, use \`--host'.
2968
 
See \`config.log' for more details." "$LINENO" 5; }
2969
 
    fi
2970
 
  fi
2971
 
fi
2972
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2973
 
$as_echo "yes" >&6; }
2974
 
 
2975
 
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
 
2950
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2976
2951
ac_clean_files=$ac_clean_files_save
2977
 
# Check that the compiler produces executables we can run.  If not, either
2978
 
# the compiler is broken, or we cross compile.
2979
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2980
 
$as_echo_n "checking whether we are cross compiling... " >&6; }
2981
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2982
 
$as_echo "$cross_compiling" >&6; }
2983
 
 
2984
2952
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2985
2953
$as_echo_n "checking for suffix of executables... " >&6; }
2986
2954
if { { ac_try="$ac_link"
3013
2981
as_fn_error "cannot compute suffix of executables: cannot compile and link
3014
2982
See \`config.log' for more details." "$LINENO" 5; }
3015
2983
fi
3016
 
rm -f conftest$ac_cv_exeext
 
2984
rm -f conftest conftest$ac_cv_exeext
3017
2985
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3018
2986
$as_echo "$ac_cv_exeext" >&6; }
3019
2987
 
3020
2988
rm -f conftest.$ac_ext
3021
2989
EXEEXT=$ac_cv_exeext
3022
2990
ac_exeext=$EXEEXT
 
2991
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
2992
/* end confdefs.h.  */
 
2993
#include <stdio.h>
 
2994
int
 
2995
main ()
 
2996
{
 
2997
FILE *f = fopen ("conftest.out", "w");
 
2998
 return ferror (f) || fclose (f) != 0;
 
2999
 
 
3000
  ;
 
3001
  return 0;
 
3002
}
 
3003
_ACEOF
 
3004
ac_clean_files="$ac_clean_files conftest.out"
 
3005
# Check that the compiler produces executables we can run.  If not, either
 
3006
# the compiler is broken, or we cross compile.
 
3007
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
 
3008
$as_echo_n "checking whether we are cross compiling... " >&6; }
 
3009
if test "$cross_compiling" != yes; then
 
3010
  { { ac_try="$ac_link"
 
3011
case "(($ac_try" in
 
3012
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3013
  *) ac_try_echo=$ac_try;;
 
3014
esac
 
3015
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
3016
$as_echo "$ac_try_echo"; } >&5
 
3017
  (eval "$ac_link") 2>&5
 
3018
  ac_status=$?
 
3019
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3020
  test $ac_status = 0; }
 
3021
  if { ac_try='./conftest$ac_cv_exeext'
 
3022
  { { case "(($ac_try" in
 
3023
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3024
  *) ac_try_echo=$ac_try;;
 
3025
esac
 
3026
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
3027
$as_echo "$ac_try_echo"; } >&5
 
3028
  (eval "$ac_try") 2>&5
 
3029
  ac_status=$?
 
3030
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3031
  test $ac_status = 0; }; }; then
 
3032
    cross_compiling=no
 
3033
  else
 
3034
    if test "$cross_compiling" = maybe; then
 
3035
        cross_compiling=yes
 
3036
    else
 
3037
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
3038
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
3039
as_fn_error "cannot run C compiled programs.
 
3040
If you meant to cross compile, use \`--host'.
 
3041
See \`config.log' for more details." "$LINENO" 5; }
 
3042
    fi
 
3043
  fi
 
3044
fi
 
3045
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
 
3046
$as_echo "$cross_compiling" >&6; }
 
3047
 
 
3048
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
 
3049
ac_clean_files=$ac_clean_files_save
3023
3050
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3024
3051
$as_echo_n "checking for suffix of object files... " >&6; }
3025
3052
if test "${ac_cv_objext+set}" = set; then :
3867
3894
else
3868
3895
  lt_cv_nm_interface="BSD nm"
3869
3896
  echo "int some_variable = 0;" > conftest.$ac_ext
3870
 
  (eval echo "\"\$as_me:3870: $ac_compile\"" >&5)
 
3897
  (eval echo "\"\$as_me:3897: $ac_compile\"" >&5)
3871
3898
  (eval "$ac_compile" 2>conftest.err)
3872
3899
  cat conftest.err >&5
3873
 
  (eval echo "\"\$as_me:3873: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
3900
  (eval echo "\"\$as_me:3900: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
3874
3901
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
3875
3902
  cat conftest.err >&5
3876
 
  (eval echo "\"\$as_me:3876: output\"" >&5)
 
3903
  (eval echo "\"\$as_me:3903: output\"" >&5)
3877
3904
  cat conftest.out >&5
3878
3905
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
3879
3906
    lt_cv_nm_interface="MS dumpbin"
4339
4366
  ;;
4340
4367
 
4341
4368
# This must be Linux ELF.
4342
 
linux* | k*bsd*-gnu)
 
4369
linux* | k*bsd*-gnu | kopensolaris*-gnu)
4343
4370
  lt_cv_deplibs_check_method=pass_all
4344
4371
  ;;
4345
4372
 
5079
5106
  ;;
5080
5107
*-*-irix6*)
5081
5108
  # Find out which ABI we are using.
5082
 
  echo '#line 5082 "configure"' > conftest.$ac_ext
 
5109
  echo '#line 5109 "configure"' > conftest.$ac_ext
5083
5110
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5084
5111
  (eval $ac_compile) 2>&5
5085
5112
  ac_status=$?
6605
6632
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
6606
6633
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6607
6634
   -e 's:$: $lt_compiler_flag:'`
6608
 
   (eval echo "\"\$as_me:6608: $lt_compile\"" >&5)
 
6635
   (eval echo "\"\$as_me:6635: $lt_compile\"" >&5)
6609
6636
   (eval "$lt_compile" 2>conftest.err)
6610
6637
   ac_status=$?
6611
6638
   cat conftest.err >&5
6612
 
   echo "$as_me:6612: \$? = $ac_status" >&5
 
6639
   echo "$as_me:6639: \$? = $ac_status" >&5
6613
6640
   if (exit $ac_status) && test -s "$ac_outfile"; then
6614
6641
     # The compiler can only warn and ignore the option if not recognized
6615
6642
     # So say no if there are warnings other than the usual output.
6774
6801
      lt_prog_compiler_static='-non_shared'
6775
6802
      ;;
6776
6803
 
6777
 
    linux* | k*bsd*-gnu)
 
6804
    linux* | k*bsd*-gnu | kopensolaris*-gnu)
6778
6805
      case $cc_basename in
6779
6806
      # old Intel for x86_64 which still supported -KPIC.
6780
6807
      ecc*)
6944
6971
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
6945
6972
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6946
6973
   -e 's:$: $lt_compiler_flag:'`
6947
 
   (eval echo "\"\$as_me:6947: $lt_compile\"" >&5)
 
6974
   (eval echo "\"\$as_me:6974: $lt_compile\"" >&5)
6948
6975
   (eval "$lt_compile" 2>conftest.err)
6949
6976
   ac_status=$?
6950
6977
   cat conftest.err >&5
6951
 
   echo "$as_me:6951: \$? = $ac_status" >&5
 
6978
   echo "$as_me:6978: \$? = $ac_status" >&5
6952
6979
   if (exit $ac_status) && test -s "$ac_outfile"; then
6953
6980
     # The compiler can only warn and ignore the option if not recognized
6954
6981
     # So say no if there are warnings other than the usual output.
7049
7076
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7050
7077
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7051
7078
   -e 's:$: $lt_compiler_flag:'`
7052
 
   (eval echo "\"\$as_me:7052: $lt_compile\"" >&5)
 
7079
   (eval echo "\"\$as_me:7079: $lt_compile\"" >&5)
7053
7080
   (eval "$lt_compile" 2>out/conftest.err)
7054
7081
   ac_status=$?
7055
7082
   cat out/conftest.err >&5
7056
 
   echo "$as_me:7056: \$? = $ac_status" >&5
 
7083
   echo "$as_me:7083: \$? = $ac_status" >&5
7057
7084
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
7058
7085
   then
7059
7086
     # The compiler can only warn and ignore the option if not recognized
7104
7131
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7105
7132
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7106
7133
   -e 's:$: $lt_compiler_flag:'`
7107
 
   (eval echo "\"\$as_me:7107: $lt_compile\"" >&5)
 
7134
   (eval echo "\"\$as_me:7134: $lt_compile\"" >&5)
7108
7135
   (eval "$lt_compile" 2>out/conftest.err)
7109
7136
   ac_status=$?
7110
7137
   cat out/conftest.err >&5
7111
 
   echo "$as_me:7111: \$? = $ac_status" >&5
 
7138
   echo "$as_me:7138: \$? = $ac_status" >&5
7112
7139
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
7113
7140
   then
7114
7141
     # The compiler can only warn and ignore the option if not recognized
7247
7274
    fi
7248
7275
    supports_anon_versioning=no
7249
7276
    case `$LD -v 2>&1` in
 
7277
      *GNU\ gold*) supports_anon_versioning=yes ;;
7250
7278
      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
7251
7279
      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
7252
7280
      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
7338
7366
      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
7339
7367
      ;;
7340
7368
 
7341
 
    gnu* | linux* | tpf* | k*bsd*-gnu)
 
7369
    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
7342
7370
      tmp_diet=no
7343
7371
      if test "$host_os" = linux-dietlibc; then
7344
7372
        case $cc_basename in
8800
8828
  ;;
8801
8829
 
8802
8830
# This must be Linux ELF.
8803
 
linux* | k*bsd*-gnu)
 
8831
linux* | k*bsd*-gnu | kopensolaris*-gnu)
8804
8832
  version_type=linux
8805
8833
  need_lib_prefix=no
8806
8834
  need_version=no
9487
9515
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9488
9516
  lt_status=$lt_dlunknown
9489
9517
  cat > conftest.$ac_ext <<_LT_EOF
9490
 
#line 9490 "configure"
 
9518
#line 9518 "configure"
9491
9519
#include "confdefs.h"
9492
9520
 
9493
9521
#if HAVE_DLFCN_H
9583
9611
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9584
9612
  lt_status=$lt_dlunknown
9585
9613
  cat > conftest.$ac_ext <<_LT_EOF
9586
 
#line 9586 "configure"
 
9614
#line 9614 "configure"
9587
9615
#include "confdefs.h"
9588
9616
 
9589
9617
#if HAVE_DLFCN_H
11889
11917
# report actual input values of CONFIG_FILES etc. instead of their
11890
11918
# values after options handling.
11891
11919
ac_log="
11892
 
This file was extended by sqlite $as_me 3.6.16, which was
11893
 
generated by GNU Autoconf 2.64.  Invocation command line was
 
11920
This file was extended by sqlite $as_me 3.6.21, which was
 
11921
generated by GNU Autoconf 2.65.  Invocation command line was
11894
11922
 
11895
11923
  CONFIG_FILES    = $CONFIG_FILES
11896
11924
  CONFIG_HEADERS  = $CONFIG_HEADERS
11930
11958
 
11931
11959
  -h, --help       print this help, then exit
11932
11960
  -V, --version    print version number and configuration settings, then exit
 
11961
      --config     print configuration, then exit
11933
11962
  -q, --quiet, --silent
11934
11963
                   do not print progress messages
11935
11964
  -d, --debug      don't remove temporary files
11952
11981
 
11953
11982
_ACEOF
11954
11983
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
11984
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
11955
11985
ac_cs_version="\\
11956
 
sqlite config.status 3.6.16
11957
 
configured by $0, generated by GNU Autoconf 2.64,
11958
 
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
11986
sqlite config.status 3.6.21
 
11987
configured by $0, generated by GNU Autoconf 2.65,
 
11988
  with options \\"\$ac_cs_config\\"
11959
11989
 
11960
11990
Copyright (C) 2009 Free Software Foundation, Inc.
11961
11991
This config.status script is free software; the Free Software Foundation
11992
12022
    ac_cs_recheck=: ;;
11993
12023
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11994
12024
    $as_echo "$ac_cs_version"; exit ;;
 
12025
  --config | --confi | --conf | --con | --co | --c )
 
12026
    $as_echo "$ac_cs_config"; exit ;;
11995
12027
  --debug | --debu | --deb | --de | --d | -d )
11996
12028
    debug=: ;;
11997
12029
  --file | --fil | --fi | --f )
12434
12466
t delim
12435
12467
:nl
12436
12468
h
12437
 
s/\(.\{148\}\).*/\1/
 
12469
s/\(.\{148\}\)..*/\1/
12438
12470
t more1
12439
12471
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12440
12472
p
12448
12480
t nl
12449
12481
:delim
12450
12482
h
12451
 
s/\(.\{148\}\).*/\1/
 
12483
s/\(.\{148\}\)..*/\1/
12452
12484
t more2
12453
12485
s/["\\]/\\&/g; s/^/"/; s/$/"/
12454
12486
p