~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-21 15:31:05 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100621153105-pbbz3t6nyrf9t2zq
Tags: upstream-5.1.48
ImportĀ upstreamĀ versionĀ 5.1.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
CHARSETS_COMPLEX="big5 cp1250 cp932 eucjpms euckr gb2312 gbk latin1 latin2 sjis tis620 ucs2 ujis utf8"
17
17
 
18
18
# Guess values for system-dependent variables and create Makefiles.
19
 
# Generated by GNU Autoconf 2.63 for MySQL Server 5.1.47.
 
19
# Generated by GNU Autoconf 2.63 for MySQL Server 5.1.48.
20
20
#
21
21
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
22
22
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
759
759
# Identity of this package.
760
760
PACKAGE_NAME='MySQL Server'
761
761
PACKAGE_TARNAME='mysql'
762
 
PACKAGE_VERSION='5.1.47'
763
 
PACKAGE_STRING='MySQL Server 5.1.47'
 
762
PACKAGE_VERSION='5.1.48'
 
763
PACKAGE_STRING='MySQL Server 5.1.48'
764
764
PACKAGE_BUGREPORT=''
765
765
 
766
766
ac_unique_file="sql/mysqld.cc"
1161
1161
with_libwrap
1162
1162
with_pstack
1163
1163
with_debug
 
1164
with_valgrind
1164
1165
enable_debug_sync
1165
1166
with_error_inject
1166
1167
with_fast_mutexes
1761
1762
  # Omit some internal or obsolete options to make the list less imposing.
1762
1763
  # This message is too long to be a string in the A/UX 3.1 sh.
1763
1764
  cat <<_ACEOF
1764
 
\`configure' configures MySQL Server 5.1.47 to adapt to many kinds of systems.
 
1765
\`configure' configures MySQL Server 5.1.48 to adapt to many kinds of systems.
1765
1766
 
1766
1767
Usage: $0 [OPTION]... [VAR=VALUE]...
1767
1768
 
1832
1833
 
1833
1834
if test -n "$ac_init_help"; then
1834
1835
  case $ac_init_help in
1835
 
     short | recursive ) echo "Configuration of MySQL Server 5.1.47:";;
 
1836
     short | recursive ) echo "Configuration of MySQL Server 5.1.48:";;
1836
1837
   esac
1837
1838
  cat <<\_ACEOF
1838
1839
 
1913
1914
  --with-pstack           Use the pstack backtrace library
1914
1915
  --with-debug            Add debug code
1915
1916
  --with-debug=full       Add debug code (adds memory checker, very slow)
 
1917
  --with-valgrind         Valgrind instrumentation [default=no]
1916
1918
  --with-error-inject     Enable error injection in MySQL Server
1917
1919
  --with-fast-mutexes     Compile with fast mutexes (default is disabled)
1918
1920
  --with-atomic-ops=rwlocks|smp|up
2149
2151
test -n "$ac_init_help" && exit $ac_status
2150
2152
if $ac_init_version; then
2151
2153
  cat <<\_ACEOF
2152
 
MySQL Server configure 5.1.47
 
2154
MySQL Server configure 5.1.48
2153
2155
generated by GNU Autoconf 2.63
2154
2156
 
2155
2157
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2163
2165
This file contains any messages produced by compilers while
2164
2166
running configure, to aid debugging if configure makes a mistake.
2165
2167
 
2166
 
It was created by MySQL Server $as_me 5.1.47, which was
 
2168
It was created by MySQL Server $as_me 5.1.48, which was
2167
2169
generated by GNU Autoconf 2.63.  Invocation command line was
2168
2170
 
2169
2171
  $ $0 $@
3011
3013
 
3012
3014
# Define the identity of the package.
3013
3015
 PACKAGE='mysql'
3014
 
 VERSION='5.1.47'
 
3016
 VERSION='5.1.48'
3015
3017
 
3016
3018
 
3017
3019
cat >>confdefs.h <<_ACEOF
4956
4958
else
4957
4959
  lt_cv_nm_interface="BSD nm"
4958
4960
  echo "int some_variable = 0;" > conftest.$ac_ext
4959
 
  (eval echo "\"\$as_me:4959: $ac_compile\"" >&5)
 
4961
  (eval echo "\"\$as_me:4961: $ac_compile\"" >&5)
4960
4962
  (eval "$ac_compile" 2>conftest.err)
4961
4963
  cat conftest.err >&5
4962
 
  (eval echo "\"\$as_me:4962: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
4964
  (eval echo "\"\$as_me:4964: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4963
4965
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4964
4966
  cat conftest.err >&5
4965
 
  (eval echo "\"\$as_me:4965: output\"" >&5)
 
4967
  (eval echo "\"\$as_me:4967: output\"" >&5)
4966
4968
  cat conftest.out >&5
4967
4969
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4968
4970
    lt_cv_nm_interface="MS dumpbin"
6168
6170
  ;;
6169
6171
*-*-irix6*)
6170
6172
  # Find out which ABI we are using.
6171
 
  echo '#line 6171 "configure"' > conftest.$ac_ext
 
6173
  echo '#line 6173 "configure"' > conftest.$ac_ext
6172
6174
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6173
6175
  (eval $ac_compile) 2>&5
6174
6176
  ac_status=$?
8021
8023
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8022
8024
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8023
8025
   -e 's:$: $lt_compiler_flag:'`
8024
 
   (eval echo "\"\$as_me:8024: $lt_compile\"" >&5)
 
8026
   (eval echo "\"\$as_me:8026: $lt_compile\"" >&5)
8025
8027
   (eval "$lt_compile" 2>conftest.err)
8026
8028
   ac_status=$?
8027
8029
   cat conftest.err >&5
8028
 
   echo "$as_me:8028: \$? = $ac_status" >&5
 
8030
   echo "$as_me:8030: \$? = $ac_status" >&5
8029
8031
   if (exit $ac_status) && test -s "$ac_outfile"; then
8030
8032
     # The compiler can only warn and ignore the option if not recognized
8031
8033
     # So say no if there are warnings other than the usual output.
8360
8362
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8361
8363
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8362
8364
   -e 's:$: $lt_compiler_flag:'`
8363
 
   (eval echo "\"\$as_me:8363: $lt_compile\"" >&5)
 
8365
   (eval echo "\"\$as_me:8365: $lt_compile\"" >&5)
8364
8366
   (eval "$lt_compile" 2>conftest.err)
8365
8367
   ac_status=$?
8366
8368
   cat conftest.err >&5
8367
 
   echo "$as_me:8367: \$? = $ac_status" >&5
 
8369
   echo "$as_me:8369: \$? = $ac_status" >&5
8368
8370
   if (exit $ac_status) && test -s "$ac_outfile"; then
8369
8371
     # The compiler can only warn and ignore the option if not recognized
8370
8372
     # So say no if there are warnings other than the usual output.
8465
8467
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8466
8468
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8467
8469
   -e 's:$: $lt_compiler_flag:'`
8468
 
   (eval echo "\"\$as_me:8468: $lt_compile\"" >&5)
 
8470
   (eval echo "\"\$as_me:8470: $lt_compile\"" >&5)
8469
8471
   (eval "$lt_compile" 2>out/conftest.err)
8470
8472
   ac_status=$?
8471
8473
   cat out/conftest.err >&5
8472
 
   echo "$as_me:8472: \$? = $ac_status" >&5
 
8474
   echo "$as_me:8474: \$? = $ac_status" >&5
8473
8475
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8474
8476
   then
8475
8477
     # The compiler can only warn and ignore the option if not recognized
8520
8522
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8521
8523
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8522
8524
   -e 's:$: $lt_compiler_flag:'`
8523
 
   (eval echo "\"\$as_me:8523: $lt_compile\"" >&5)
 
8525
   (eval echo "\"\$as_me:8525: $lt_compile\"" >&5)
8524
8526
   (eval "$lt_compile" 2>out/conftest.err)
8525
8527
   ac_status=$?
8526
8528
   cat out/conftest.err >&5
8527
 
   echo "$as_me:8527: \$? = $ac_status" >&5
 
8529
   echo "$as_me:8529: \$? = $ac_status" >&5
8528
8530
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8529
8531
   then
8530
8532
     # The compiler can only warn and ignore the option if not recognized
11320
11322
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11321
11323
  lt_status=$lt_dlunknown
11322
11324
  cat > conftest.$ac_ext <<_LT_EOF
11323
 
#line 11323 "configure"
 
11325
#line 11325 "configure"
11324
11326
#include "confdefs.h"
11325
11327
 
11326
11328
#if HAVE_DLFCN_H
11416
11418
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11417
11419
  lt_status=$lt_dlunknown
11418
11420
  cat > conftest.$ac_ext <<_LT_EOF
11419
 
#line 11419 "configure"
 
11421
#line 11421 "configure"
11420
11422
#include "confdefs.h"
11421
11423
 
11422
11424
#if HAVE_DLFCN_H
16887
16889
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16888
16890
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16889
16891
   -e 's:$: $lt_compiler_flag:'`
16890
 
   (eval echo "\"\$as_me:16890: $lt_compile\"" >&5)
 
16892
   (eval echo "\"\$as_me:16892: $lt_compile\"" >&5)
16891
16893
   (eval "$lt_compile" 2>conftest.err)
16892
16894
   ac_status=$?
16893
16895
   cat conftest.err >&5
16894
 
   echo "$as_me:16894: \$? = $ac_status" >&5
 
16896
   echo "$as_me:16896: \$? = $ac_status" >&5
16895
16897
   if (exit $ac_status) && test -s "$ac_outfile"; then
16896
16898
     # The compiler can only warn and ignore the option if not recognized
16897
16899
     # So say no if there are warnings other than the usual output.
16986
16988
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16987
16989
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16988
16990
   -e 's:$: $lt_compiler_flag:'`
16989
 
   (eval echo "\"\$as_me:16989: $lt_compile\"" >&5)
 
16991
   (eval echo "\"\$as_me:16991: $lt_compile\"" >&5)
16990
16992
   (eval "$lt_compile" 2>out/conftest.err)
16991
16993
   ac_status=$?
16992
16994
   cat out/conftest.err >&5
16993
 
   echo "$as_me:16993: \$? = $ac_status" >&5
 
16995
   echo "$as_me:16995: \$? = $ac_status" >&5
16994
16996
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
16995
16997
   then
16996
16998
     # The compiler can only warn and ignore the option if not recognized
17038
17040
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17039
17041
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17040
17042
   -e 's:$: $lt_compiler_flag:'`
17041
 
   (eval echo "\"\$as_me:17041: $lt_compile\"" >&5)
 
17043
   (eval echo "\"\$as_me:17043: $lt_compile\"" >&5)
17042
17044
   (eval "$lt_compile" 2>out/conftest.err)
17043
17045
   ac_status=$?
17044
17046
   cat out/conftest.err >&5
17045
 
   echo "$as_me:17045: \$? = $ac_status" >&5
 
17047
   echo "$as_me:17047: \$? = $ac_status" >&5
17046
17048
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17047
17049
   then
17048
17050
     # The compiler can only warn and ignore the option if not recognized
26767
26769
  CXXFLAGS="$OPTIMIZE_CXXFLAGS $CXXFLAGS"
26768
26770
fi
26769
26771
 
 
26772
 
 
26773
# Check whether --with-valgrind was given.
 
26774
if test "${with_valgrind+set}" = set; then
 
26775
  withval=$with_valgrind;
 
26776
else
 
26777
  with_valgrind=no
 
26778
fi
 
26779
 
 
26780
 
 
26781
if test "$with_valgrind" != "no"
 
26782
then
 
26783
 
 
26784
 
 
26785
for ac_header in valgrind/valgrind.h valgrind/memcheck.h
 
26786
do
 
26787
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
26788
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
26789
  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
26790
$as_echo_n "checking for $ac_header... " >&6; }
 
26791
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
26792
  $as_echo_n "(cached) " >&6
 
26793
fi
 
26794
ac_res=`eval 'as_val=${'$as_ac_Header'}
 
26795
                 $as_echo "$as_val"'`
 
26796
               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
26797
$as_echo "$ac_res" >&6; }
 
26798
else
 
26799
  # Is the header compilable?
 
26800
{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
26801
$as_echo_n "checking $ac_header usability... " >&6; }
 
26802
cat >conftest.$ac_ext <<_ACEOF
 
26803
/* confdefs.h.  */
 
26804
_ACEOF
 
26805
cat confdefs.h >>conftest.$ac_ext
 
26806
cat >>conftest.$ac_ext <<_ACEOF
 
26807
/* end confdefs.h.  */
 
26808
$ac_includes_default
 
26809
#include <$ac_header>
 
26810
_ACEOF
 
26811
rm -f conftest.$ac_objext
 
26812
if { (ac_try="$ac_compile"
 
26813
case "(($ac_try" in
 
26814
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26815
  *) ac_try_echo=$ac_try;;
 
26816
esac
 
26817
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
26818
$as_echo "$ac_try_echo") >&5
 
26819
  (eval "$ac_compile") 2>conftest.er1
 
26820
  ac_status=$?
 
26821
  grep -v '^ *+' conftest.er1 >conftest.err
 
26822
  rm -f conftest.er1
 
26823
  cat conftest.err >&5
 
26824
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26825
  (exit $ac_status); } && {
 
26826
         test -z "$ac_c_werror_flag" ||
 
26827
         test ! -s conftest.err
 
26828
       } && test -s conftest.$ac_objext; then
 
26829
  ac_header_compiler=yes
 
26830
else
 
26831
  $as_echo "$as_me: failed program was:" >&5
 
26832
sed 's/^/| /' conftest.$ac_ext >&5
 
26833
 
 
26834
        ac_header_compiler=no
 
26835
fi
 
26836
 
 
26837
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
26838
{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
26839
$as_echo "$ac_header_compiler" >&6; }
 
26840
 
 
26841
# Is the header present?
 
26842
{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
26843
$as_echo_n "checking $ac_header presence... " >&6; }
 
26844
cat >conftest.$ac_ext <<_ACEOF
 
26845
/* confdefs.h.  */
 
26846
_ACEOF
 
26847
cat confdefs.h >>conftest.$ac_ext
 
26848
cat >>conftest.$ac_ext <<_ACEOF
 
26849
/* end confdefs.h.  */
 
26850
#include <$ac_header>
 
26851
_ACEOF
 
26852
if { (ac_try="$ac_cpp conftest.$ac_ext"
 
26853
case "(($ac_try" in
 
26854
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26855
  *) ac_try_echo=$ac_try;;
 
26856
esac
 
26857
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
26858
$as_echo "$ac_try_echo") >&5
 
26859
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
26860
  ac_status=$?
 
26861
  grep -v '^ *+' conftest.er1 >conftest.err
 
26862
  rm -f conftest.er1
 
26863
  cat conftest.err >&5
 
26864
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26865
  (exit $ac_status); } >/dev/null && {
 
26866
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
26867
         test ! -s conftest.err
 
26868
       }; then
 
26869
  ac_header_preproc=yes
 
26870
else
 
26871
  $as_echo "$as_me: failed program was:" >&5
 
26872
sed 's/^/| /' conftest.$ac_ext >&5
 
26873
 
 
26874
  ac_header_preproc=no
 
26875
fi
 
26876
 
 
26877
rm -f conftest.err conftest.$ac_ext
 
26878
{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
26879
$as_echo "$ac_header_preproc" >&6; }
 
26880
 
 
26881
# So?  What about this header?
 
26882
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
26883
  yes:no: )
 
26884
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
26885
$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
26886
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
26887
$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
26888
    ac_header_preproc=yes
 
26889
    ;;
 
26890
  no:yes:* )
 
26891
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
26892
$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
26893
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
26894
$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
26895
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
26896
$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
26897
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
26898
$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
26899
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
26900
$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
26901
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
26902
$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
26903
 
 
26904
    ;;
 
26905
esac
 
26906
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
26907
$as_echo_n "checking for $ac_header... " >&6; }
 
26908
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
26909
  $as_echo_n "(cached) " >&6
 
26910
else
 
26911
  eval "$as_ac_Header=\$ac_header_preproc"
 
26912
fi
 
26913
ac_res=`eval 'as_val=${'$as_ac_Header'}
 
26914
                 $as_echo "$as_val"'`
 
26915
               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
26916
$as_echo "$ac_res" >&6; }
 
26917
 
 
26918
fi
 
26919
as_val=`eval 'as_val=${'$as_ac_Header'}
 
26920
                 $as_echo "$as_val"'`
 
26921
   if test "x$as_val" = x""yes; then
 
26922
  cat >>confdefs.h <<_ACEOF
 
26923
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
26924
_ACEOF
 
26925
 
 
26926
cat >>confdefs.h <<\_ACEOF
 
26927
#define HAVE_VALGRIND 1
 
26928
_ACEOF
 
26929
 
 
26930
fi
 
26931
 
 
26932
done
 
26933
 
 
26934
fi
 
26935
 
26770
26936
# Debug Sync Facility. NOTE: depends on 'with_debug'. Must be behind it.
26771
26937
{ $as_echo "$as_me:$LINENO: checking if Debug Sync Facility should be enabled." >&5
26772
26938
$as_echo_n "checking if Debug Sync Facility should be enabled.... " >&6; }
44061
44227
          # autoconf doesn't provide an automatic way to configure DIST_SUBDIRS of
44062
44228
          # a subdir; for our purposes, it's enough to just check for existing
44063
44229
          # Makefile.am files and add them in here
44064
 
          ac_config_files="$ac_config_files storage/ndb/Makefile storage/ndb/docs/Makefile storage/ndb/include/Makefile storage/ndb/src/Makefile storage/ndb/src/common/Makefile storage/ndb/src/common/debugger/Makefile storage/ndb/src/common/debugger/signaldata/Makefile storage/ndb/src/common/logger/Makefile storage/ndb/src/common/mgmcommon/Makefile storage/ndb/src/common/portlib/Makefile storage/ndb/src/common/transporter/Makefile storage/ndb/src/common/util/Makefile storage/ndb/src/cw/Makefile storage/ndb/src/cw/cpcd/Makefile storage/ndb/src/kernel/Makefile storage/ndb/src/kernel/blocks/Makefile storage/ndb/src/kernel/blocks/backup/Makefile storage/ndb/src/kernel/blocks/dbdict/Makefile storage/ndb/src/kernel/blocks/dbdih/Makefile storage/ndb/src/kernel/blocks/dblqh/Makefile storage/ndb/src/kernel/blocks/dbtup/Makefile storage/ndb/src/kernel/error/Makefile storage/ndb/src/kernel/vm/Makefile storage/ndb/src/mgmapi/Makefile storage/ndb/src/mgmclient/Makefile storage/ndb/src/mgmsrv/Makefile storage/ndb/src/ndbapi/Makefile storage/ndb/test/Makefile storage/ndb/test/ndbapi/Makefile storage/ndb/test/ndbapi/bank/Makefile storage/ndb/test/run-test/Makefile storage/ndb/test/src/Makefile storage/ndb/test/tools/Makefile storage/ndb/tools/Makefile"
 
44230
          ac_config_files="$ac_config_files storage/ndb/docs/Makefile storage/ndb/include/Makefile storage/ndb/src/common/debugger/signaldata/Makefile storage/ndb/src/common/debugger/Makefile storage/ndb/src/common/logger/Makefile storage/ndb/src/common/mgmcommon/Makefile storage/ndb/src/common/portlib/Makefile storage/ndb/src/common/transporter/Makefile storage/ndb/src/common/util/Makefile storage/ndb/src/common/Makefile storage/ndb/src/cw/cpcd/Makefile storage/ndb/src/cw/Makefile storage/ndb/src/kernel/blocks/backup/Makefile storage/ndb/src/kernel/blocks/dbdict/Makefile storage/ndb/src/kernel/blocks/dbdih/Makefile storage/ndb/src/kernel/blocks/dblqh/Makefile storage/ndb/src/kernel/blocks/dbtup/Makefile storage/ndb/src/kernel/blocks/Makefile storage/ndb/src/kernel/error/Makefile storage/ndb/src/kernel/vm/Makefile storage/ndb/src/kernel/Makefile storage/ndb/src/mgmapi/Makefile storage/ndb/src/mgmclient/Makefile storage/ndb/src/mgmsrv/Makefile storage/ndb/src/ndbapi/Makefile storage/ndb/src/Makefile storage/ndb/test/ndbapi/bank/Makefile storage/ndb/test/ndbapi/Makefile storage/ndb/test/run-test/Makefile storage/ndb/test/src/Makefile storage/ndb/test/tools/Makefile storage/ndb/test/Makefile storage/ndb/tools/Makefile storage/ndb/Makefile"
44065
44231
 
44066
44232
 
44067
44233
 
50678
50844
# report actual input values of CONFIG_FILES etc. instead of their
50679
50845
# values after options handling.
50680
50846
ac_log="
50681
 
This file was extended by MySQL Server $as_me 5.1.47, which was
 
50847
This file was extended by MySQL Server $as_me 5.1.48, which was
50682
50848
generated by GNU Autoconf 2.63.  Invocation command line was
50683
50849
 
50684
50850
  CONFIG_FILES    = $CONFIG_FILES
50741
50907
_ACEOF
50742
50908
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
50743
50909
ac_cs_version="\\
50744
 
MySQL Server config.status 5.1.47
 
50910
MySQL Server config.status 5.1.48
50745
50911
configured by $0, generated by GNU Autoconf 2.63,
50746
50912
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
50747
50913
 
51241
51407
    "storage/innodb_plugin/Makefile") CONFIG_FILES="$CONFIG_FILES storage/innodb_plugin/Makefile" ;;
51242
51408
    "storage/myisam/Makefile") CONFIG_FILES="$CONFIG_FILES storage/myisam/Makefile" ;;
51243
51409
    "storage/myisammrg/Makefile") CONFIG_FILES="$CONFIG_FILES storage/myisammrg/Makefile" ;;
51244
 
    "storage/ndb/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/Makefile" ;;
51245
51410
    "storage/ndb/docs/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/docs/Makefile" ;;
51246
51411
    "storage/ndb/include/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/include/Makefile" ;;
51247
 
    "storage/ndb/src/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/Makefile" ;;
51248
 
    "storage/ndb/src/common/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/Makefile" ;;
 
51412
    "storage/ndb/src/common/debugger/signaldata/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/debugger/signaldata/Makefile" ;;
51249
51413
    "storage/ndb/src/common/debugger/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/debugger/Makefile" ;;
51250
 
    "storage/ndb/src/common/debugger/signaldata/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/debugger/signaldata/Makefile" ;;
51251
51414
    "storage/ndb/src/common/logger/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/logger/Makefile" ;;
51252
51415
    "storage/ndb/src/common/mgmcommon/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/mgmcommon/Makefile" ;;
51253
51416
    "storage/ndb/src/common/portlib/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/portlib/Makefile" ;;
51254
51417
    "storage/ndb/src/common/transporter/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/transporter/Makefile" ;;
51255
51418
    "storage/ndb/src/common/util/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/util/Makefile" ;;
 
51419
    "storage/ndb/src/common/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/Makefile" ;;
 
51420
    "storage/ndb/src/cw/cpcd/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/cw/cpcd/Makefile" ;;
51256
51421
    "storage/ndb/src/cw/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/cw/Makefile" ;;
51257
 
    "storage/ndb/src/cw/cpcd/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/cw/cpcd/Makefile" ;;
51258
 
    "storage/ndb/src/kernel/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/Makefile" ;;
51259
 
    "storage/ndb/src/kernel/blocks/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/blocks/Makefile" ;;
51260
51422
    "storage/ndb/src/kernel/blocks/backup/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/blocks/backup/Makefile" ;;
51261
51423
    "storage/ndb/src/kernel/blocks/dbdict/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/blocks/dbdict/Makefile" ;;
51262
51424
    "storage/ndb/src/kernel/blocks/dbdih/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/blocks/dbdih/Makefile" ;;
51263
51425
    "storage/ndb/src/kernel/blocks/dblqh/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/blocks/dblqh/Makefile" ;;
51264
51426
    "storage/ndb/src/kernel/blocks/dbtup/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/blocks/dbtup/Makefile" ;;
 
51427
    "storage/ndb/src/kernel/blocks/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/blocks/Makefile" ;;
51265
51428
    "storage/ndb/src/kernel/error/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/error/Makefile" ;;
51266
51429
    "storage/ndb/src/kernel/vm/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/vm/Makefile" ;;
 
51430
    "storage/ndb/src/kernel/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/Makefile" ;;
51267
51431
    "storage/ndb/src/mgmapi/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/mgmapi/Makefile" ;;
51268
51432
    "storage/ndb/src/mgmclient/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/mgmclient/Makefile" ;;
51269
51433
    "storage/ndb/src/mgmsrv/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/mgmsrv/Makefile" ;;
51270
51434
    "storage/ndb/src/ndbapi/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/ndbapi/Makefile" ;;
51271
 
    "storage/ndb/test/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/Makefile" ;;
 
51435
    "storage/ndb/src/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/Makefile" ;;
 
51436
    "storage/ndb/test/ndbapi/bank/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/ndbapi/bank/Makefile" ;;
51272
51437
    "storage/ndb/test/ndbapi/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/ndbapi/Makefile" ;;
51273
 
    "storage/ndb/test/ndbapi/bank/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/ndbapi/bank/Makefile" ;;
51274
51438
    "storage/ndb/test/run-test/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/run-test/Makefile" ;;
51275
51439
    "storage/ndb/test/src/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/src/Makefile" ;;
51276
51440
    "storage/ndb/test/tools/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/tools/Makefile" ;;
 
51441
    "storage/ndb/test/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/Makefile" ;;
51277
51442
    "storage/ndb/tools/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/tools/Makefile" ;;
 
51443
    "storage/ndb/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/Makefile" ;;
51278
51444
    "storage/ndb/src/libndb.ver") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/libndb.ver" ;;
51279
51445
    "storage/ndb/include/ndb_version.h") CONFIG_FILES="$CONFIG_FILES storage/ndb/include/ndb_version.h" ;;
51280
51446
    "storage/ndb/include/ndb_global.h") CONFIG_FILES="$CONFIG_FILES storage/ndb/include/ndb_global.h" ;;