~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Grabbing changelog and version information from bzr
3
3
# Guess values for system-dependent variables and create Makefiles.
4
 
# Generated by GNU Autoconf 2.65 for drizzle7 7.
 
4
# Generated by GNU Autoconf 2.68 for drizzle 7.1.
5
5
#
6
6
# Report bugs to <http://bugs.launchpad.net/drizzle>.
7
7
#
8
8
#
9
9
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
10
 
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
11
 
# Inc.
 
10
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
 
11
# Foundation, Inc.
12
12
#
13
13
#
14
14
# This configure script is free software; the Free Software Foundation
92
92
IFS=" ""        $as_nl"
93
93
 
94
94
# Find who we are.  Look in the path if we contain no directory separator.
 
95
as_myself=
95
96
case $0 in #((
96
97
  *[\\/]* ) as_myself=$0 ;;
97
98
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
174
175
  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
175
176
  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
176
177
  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
177
 
test \$(( 1 + 1 )) = 2 || exit 1"
 
178
test \$(( 1 + 1 )) = 2 || exit 1
 
179
 
 
180
  test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
 
181
    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
182
    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
 
183
    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
 
184
    PATH=/empty FPATH=/empty; export PATH FPATH
 
185
    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
 
186
      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
178
187
  if (eval "$as_required") 2>/dev/null; then :
179
188
  as_have_required=yes
180
189
else
217
226
  # We cannot yet assume a decent shell, so we have to provide a
218
227
        # neutralization value for shells without unset; and this also
219
228
        # works around shells that cannot unset nonexistent variables.
 
229
        # Preserve -v and -x to the replacement shell.
220
230
        BASH_ENV=/dev/null
221
231
        ENV=/dev/null
222
232
        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
223
233
        export CONFIG_SHELL
224
 
        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 
234
        case $- in # ((((
 
235
          *v*x* | *x*v* ) as_opts=-vx ;;
 
236
          *v* ) as_opts=-v ;;
 
237
          *x* ) as_opts=-x ;;
 
238
          * ) as_opts= ;;
 
239
        esac
 
240
        exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
225
241
fi
226
242
 
227
243
    if test x$as_have_required = xno; then :
320
336
      test -d "$as_dir" && break
321
337
    done
322
338
    test -z "$as_dirs" || eval "mkdir $as_dirs"
323
 
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
 
339
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
324
340
 
325
341
 
326
342
} # as_fn_mkdir_p
360
376
fi # as_fn_arith
361
377
 
362
378
 
363
 
# as_fn_error ERROR [LINENO LOG_FD]
364
 
# ---------------------------------
 
379
# as_fn_error STATUS ERROR [LINENO LOG_FD]
 
380
# ----------------------------------------
365
381
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
366
382
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
367
 
# script with status $?, using 1 if that was 0.
 
383
# script with STATUS, using 1 if that was 0.
368
384
as_fn_error ()
369
385
{
370
 
  as_status=$?; test $as_status -eq 0 && as_status=1
371
 
  if test "$3"; then
372
 
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
373
 
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
 
386
  as_status=$1; test $as_status -eq 0 && as_status=1
 
387
  if test "$4"; then
 
388
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
389
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
374
390
  fi
375
 
  $as_echo "$as_me: error: $1" >&2
 
391
  $as_echo "$as_me: error: $2" >&2
376
392
  as_fn_exit $as_status
377
393
} # as_fn_error
378
394
 
529
545
# Sed expression to map a string onto a valid variable name.
530
546
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
531
547
 
532
 
 
533
 
 
534
 
# Check that we are running under the correct shell.
535
548
SHELL=${CONFIG_SHELL-/bin/sh}
536
549
 
537
 
case X$lt_ECHO in
538
 
X*--fallback-echo)
539
 
  # Remove one level of quotation (which was required for Make).
540
 
  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
541
 
  ;;
542
 
esac
543
 
 
544
 
ECHO=${lt_ECHO-echo}
545
 
if test "X$1" = X--no-reexec; then
546
 
  # Discard the --no-reexec flag, and continue.
547
 
  shift
548
 
elif test "X$1" = X--fallback-echo; then
549
 
  # Avoid inline document here, it may be left over
550
 
  :
551
 
elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
552
 
  # Yippee, $ECHO works!
553
 
  :
554
 
else
555
 
  # Restart under the correct shell.
556
 
  exec $SHELL "$0" --no-reexec ${1+"$@"}
557
 
fi
558
 
 
559
 
if test "X$1" = X--fallback-echo; then
560
 
  # used as fallback echo
561
 
  shift
562
 
  cat <<_LT_EOF
563
 
$*
564
 
_LT_EOF
565
 
  exit 0
566
 
fi
567
 
 
568
 
# The HP-UX ksh and POSIX shell print the target directory to stdout
569
 
# if CDPATH is set.
570
 
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
571
 
 
572
 
if test -z "$lt_ECHO"; then
573
 
  if test "X${echo_test_string+set}" != Xset; then
574
 
    # find a string as large as possible, as long as the shell can cope with it
575
 
    for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
576
 
      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
577
 
      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
578
 
         { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
579
 
      then
580
 
        break
581
 
      fi
582
 
    done
583
 
  fi
584
 
 
585
 
  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
586
 
     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
587
 
     test "X$echo_testing_string" = "X$echo_test_string"; then
588
 
    :
589
 
  else
590
 
    # The Solaris, AIX, and Digital Unix default echo programs unquote
591
 
    # backslashes.  This makes it impossible to quote backslashes using
592
 
    #   echo "$something" | sed 's/\\/\\\\/g'
593
 
    #
594
 
    # So, first we look for a working echo in the user's PATH.
595
 
 
596
 
    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
597
 
    for dir in $PATH /usr/ucb; do
598
 
      IFS="$lt_save_ifs"
599
 
      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
600
 
         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
601
 
         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
602
 
         test "X$echo_testing_string" = "X$echo_test_string"; then
603
 
        ECHO="$dir/echo"
604
 
        break
605
 
      fi
606
 
    done
607
 
    IFS="$lt_save_ifs"
608
 
 
609
 
    if test "X$ECHO" = Xecho; then
610
 
      # We didn't find a better echo, so look for alternatives.
611
 
      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
612
 
         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
613
 
         test "X$echo_testing_string" = "X$echo_test_string"; then
614
 
        # This shell has a builtin print -r that does the trick.
615
 
        ECHO='print -r'
616
 
      elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
617
 
           test "X$CONFIG_SHELL" != X/bin/ksh; then
618
 
        # If we have ksh, try running configure again with it.
619
 
        ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
620
 
        export ORIGINAL_CONFIG_SHELL
621
 
        CONFIG_SHELL=/bin/ksh
622
 
        export CONFIG_SHELL
623
 
        exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
624
 
      else
625
 
        # Try using printf.
626
 
        ECHO='printf %s\n'
627
 
        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
628
 
           echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
629
 
           test "X$echo_testing_string" = "X$echo_test_string"; then
630
 
          # Cool, printf works
631
 
          :
632
 
        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
633
 
             test "X$echo_testing_string" = 'X\t' &&
634
 
             echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
635
 
             test "X$echo_testing_string" = "X$echo_test_string"; then
636
 
          CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
637
 
          export CONFIG_SHELL
638
 
          SHELL="$CONFIG_SHELL"
639
 
          export SHELL
640
 
          ECHO="$CONFIG_SHELL $0 --fallback-echo"
641
 
        elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
642
 
             test "X$echo_testing_string" = 'X\t' &&
643
 
             echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
644
 
             test "X$echo_testing_string" = "X$echo_test_string"; then
645
 
          ECHO="$CONFIG_SHELL $0 --fallback-echo"
646
 
        else
647
 
          # maybe with a smaller string...
648
 
          prev=:
649
 
 
650
 
          for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
651
 
            if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
652
 
            then
653
 
              break
654
 
            fi
655
 
            prev="$cmd"
656
 
          done
657
 
 
658
 
          if test "$prev" != 'sed 50q "$0"'; then
659
 
            echo_test_string=`eval $prev`
660
 
            export echo_test_string
661
 
            exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
662
 
          else
663
 
            # Oops.  We lost completely, so just stick with echo.
664
 
            ECHO=echo
665
 
          fi
666
 
        fi
667
 
      fi
668
 
    fi
669
 
  fi
670
 
fi
671
 
 
672
 
# Copy echo and quote the copy suitably for passing to libtool from
673
 
# the Makefile, instead of quoting the original, which is used later.
674
 
lt_ECHO=$ECHO
675
 
if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
676
 
   lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
677
 
fi
678
 
 
679
 
 
680
 
 
681
550
 
682
551
test -n "$DJDIR" || exec 7<&0 </dev/null
683
552
exec 6>&1
684
553
 
685
554
# Name of the host.
686
 
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
 
555
# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
687
556
# so uname gets run too.
688
557
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
689
558
 
700
569
MAKEFLAGS=
701
570
 
702
571
# Identity of this package.
703
 
PACKAGE_NAME='drizzle7'
704
 
PACKAGE_TARNAME='drizzle7'
705
 
PACKAGE_VERSION='7'
706
 
PACKAGE_STRING='drizzle7 7'
 
572
PACKAGE_NAME='drizzle'
 
573
PACKAGE_TARNAME='drizzle'
 
574
PACKAGE_VERSION='7.1'
 
575
PACKAGE_STRING='drizzle 7.1'
707
576
PACKAGE_BUGREPORT='http://bugs.launchpad.net/drizzle'
708
 
PACKAGE_URL=''
 
577
PACKAGE_URL='http://drizzle.org/'
709
578
 
710
579
ac_unique_file="drizzled/drizzled.cc"
711
580
# Factoring default headers for most tests.
761
630
PANDORA_BUILTIN_LOAD_LIST
762
631
PANDORA_BUILTIN_SYMBOLS_LIST
763
632
PANDORA_BUILTIN_LIST
 
633
BUILD_ZEROMQ_PLUGIN_FALSE
 
634
BUILD_ZEROMQ_PLUGIN_TRUE
 
635
BUILD_ZEROMQ_PLUGIN_SHARED_FALSE
 
636
BUILD_ZEROMQ_PLUGIN_SHARED_TRUE
 
637
BUILD_ZEROMQ_PLUGIN_STATIC_FALSE
 
638
BUILD_ZEROMQ_PLUGIN_STATIC_TRUE
 
639
LIBZMQ_PREFIX
 
640
LTLIBZMQ
 
641
LIBZMQ
 
642
HAVE_LIBZMQ
764
643
BUILD_VERSION_PLUGIN_FALSE
765
644
BUILD_VERSION_PLUGIN_TRUE
766
645
BUILD_VERSION_PLUGIN_SHARED_FALSE
797
676
BUILD_TRIGGER_DICTIONARY_PLUGIN_SHARED_TRUE
798
677
BUILD_TRIGGER_DICTIONARY_PLUGIN_STATIC_FALSE
799
678
BUILD_TRIGGER_DICTIONARY_PLUGIN_STATIC_TRUE
800
 
BUILD_TRANSACTION_LOG_PLUGIN_FALSE
801
 
BUILD_TRANSACTION_LOG_PLUGIN_TRUE
802
 
BUILD_TRANSACTION_LOG_PLUGIN_SHARED_FALSE
803
 
BUILD_TRANSACTION_LOG_PLUGIN_SHARED_TRUE
804
 
BUILD_TRANSACTION_LOG_PLUGIN_STATIC_FALSE
805
 
BUILD_TRANSACTION_LOG_PLUGIN_STATIC_TRUE
806
679
BUILD_TABLEPROTOTESTER_PLUGIN_FALSE
807
680
BUILD_TABLEPROTOTESTER_PLUGIN_TRUE
808
681
BUILD_TABLEPROTOTESTER_PLUGIN_SHARED_FALSE
905
778
BUILD_SCHEMA_DICTIONARY_PLUGIN_SHARED_TRUE
906
779
BUILD_SCHEMA_DICTIONARY_PLUGIN_STATIC_FALSE
907
780
BUILD_SCHEMA_DICTIONARY_PLUGIN_STATIC_TRUE
908
 
BUILD_ROT13_PLUGIN_FALSE
909
 
BUILD_ROT13_PLUGIN_TRUE
910
 
BUILD_ROT13_PLUGIN_SHARED_FALSE
911
 
BUILD_ROT13_PLUGIN_SHARED_TRUE
912
 
BUILD_ROT13_PLUGIN_STATIC_FALSE
913
 
BUILD_ROT13_PLUGIN_STATIC_TRUE
914
781
BUILD_REVERSE_FUNCTION_PLUGIN_FALSE
915
782
BUILD_REVERSE_FUNCTION_PLUGIN_TRUE
916
783
BUILD_REVERSE_FUNCTION_PLUGIN_SHARED_FALSE
917
784
BUILD_REVERSE_FUNCTION_PLUGIN_SHARED_TRUE
918
785
BUILD_REVERSE_FUNCTION_PLUGIN_STATIC_FALSE
919
786
BUILD_REVERSE_FUNCTION_PLUGIN_STATIC_TRUE
920
 
BUILD_REPLICATION_DICTIONARY_PLUGIN_FALSE
921
 
BUILD_REPLICATION_DICTIONARY_PLUGIN_TRUE
922
 
BUILD_REPLICATION_DICTIONARY_PLUGIN_SHARED_FALSE
923
 
BUILD_REPLICATION_DICTIONARY_PLUGIN_SHARED_TRUE
924
 
BUILD_REPLICATION_DICTIONARY_PLUGIN_STATIC_FALSE
925
 
BUILD_REPLICATION_DICTIONARY_PLUGIN_STATIC_TRUE
926
787
BUILD_REGISTRY_DICTIONARY_PLUGIN_FALSE
927
788
BUILD_REGISTRY_DICTIONARY_PLUGIN_TRUE
928
789
BUILD_REGISTRY_DICTIONARY_PLUGIN_SHARED_FALSE
952
813
LTLIBRABBITMQ
953
814
LIBRABBITMQ
954
815
HAVE_LIBRABBITMQ
 
816
BUILD_QUERY_LOG_PLUGIN_FALSE
 
817
BUILD_QUERY_LOG_PLUGIN_TRUE
 
818
BUILD_QUERY_LOG_PLUGIN_SHARED_FALSE
 
819
BUILD_QUERY_LOG_PLUGIN_SHARED_TRUE
 
820
BUILD_QUERY_LOG_PLUGIN_STATIC_FALSE
 
821
BUILD_QUERY_LOG_PLUGIN_STATIC_TRUE
955
822
BUILD_PROTOCOL_DICTIONARY_PLUGIN_FALSE
956
823
BUILD_PROTOCOL_DICTIONARY_PLUGIN_TRUE
957
824
BUILD_PROTOCOL_DICTIONARY_PLUGIN_SHARED_FALSE
964
831
BUILD_PERFORMANCE_DICTIONARY_PLUGIN_SHARED_TRUE
965
832
BUILD_PERFORMANCE_DICTIONARY_PLUGIN_STATIC_FALSE
966
833
BUILD_PERFORMANCE_DICTIONARY_PLUGIN_STATIC_TRUE
967
 
BUILD_PBMS_PLUGIN_FALSE
968
 
BUILD_PBMS_PLUGIN_TRUE
969
 
BUILD_PBMS_PLUGIN_SHARED_FALSE
970
 
BUILD_PBMS_PLUGIN_SHARED_TRUE
971
 
BUILD_PBMS_PLUGIN_STATIC_FALSE
972
 
BUILD_PBMS_PLUGIN_STATIC_TRUE
973
834
BUILD_MYSQL_UNIX_SOCKET_PROTOCOL_PLUGIN_FALSE
974
835
BUILD_MYSQL_UNIX_SOCKET_PROTOCOL_PLUGIN_TRUE
975
836
BUILD_MYSQL_UNIX_SOCKET_PROTOCOL_PLUGIN_SHARED_FALSE
1006
867
BUILD_MEMCACHED_STATS_PLUGIN_SHARED_TRUE
1007
868
BUILD_MEMCACHED_STATS_PLUGIN_STATIC_FALSE
1008
869
BUILD_MEMCACHED_STATS_PLUGIN_STATIC_TRUE
1009
 
BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_FALSE
1010
 
BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_TRUE
1011
 
BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_SHARED_FALSE
1012
 
BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_SHARED_TRUE
1013
 
BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_STATIC_FALSE
1014
 
BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_STATIC_TRUE
1015
870
BUILD_MEMCACHED_FUNCTIONS_PLUGIN_FALSE
1016
871
BUILD_MEMCACHED_FUNCTIONS_PLUGIN_TRUE
1017
872
BUILD_MEMCACHED_FUNCTIONS_PLUGIN_SHARED_FALSE
1071
926
BUILD_LENGTH_PLUGIN_SHARED_TRUE
1072
927
BUILD_LENGTH_PLUGIN_STATIC_FALSE
1073
928
BUILD_LENGTH_PLUGIN_STATIC_TRUE
 
929
BUILD_JSON_SERVER_PLUGIN_FALSE
 
930
BUILD_JSON_SERVER_PLUGIN_TRUE
 
931
BUILD_JSON_SERVER_PLUGIN_SHARED_FALSE
 
932
BUILD_JSON_SERVER_PLUGIN_SHARED_TRUE
 
933
BUILD_JSON_SERVER_PLUGIN_STATIC_FALSE
 
934
BUILD_JSON_SERVER_PLUGIN_STATIC_TRUE
 
935
HAVE_LIBEVENT_FALSE
 
936
HAVE_LIBEVENT_TRUE
 
937
LIBEVENT_PREFIX
 
938
LTLIBEVENT
 
939
LIBEVENT
 
940
HAVE_LIBEVENT
 
941
BUILD_JS_PLUGIN_FALSE
 
942
BUILD_JS_PLUGIN_TRUE
 
943
BUILD_JS_PLUGIN_SHARED_FALSE
 
944
BUILD_JS_PLUGIN_SHARED_TRUE
 
945
BUILD_JS_PLUGIN_STATIC_FALSE
 
946
BUILD_JS_PLUGIN_STATIC_TRUE
 
947
HAVE_LIBV8_FALSE
 
948
HAVE_LIBV8_TRUE
 
949
LIBV8_PREFIX
 
950
LTLIBV8
 
951
LIBV8
 
952
HAVE_LIBV8
 
953
BUILD_IPV6_FUNCTION_PLUGIN_FALSE
 
954
BUILD_IPV6_FUNCTION_PLUGIN_TRUE
 
955
BUILD_IPV6_FUNCTION_PLUGIN_SHARED_FALSE
 
956
BUILD_IPV6_FUNCTION_PLUGIN_SHARED_TRUE
 
957
BUILD_IPV6_FUNCTION_PLUGIN_STATIC_FALSE
 
958
BUILD_IPV6_FUNCTION_PLUGIN_STATIC_TRUE
1074
959
BUILD_INNOBASE_PLUGIN_FALSE
1075
960
BUILD_INNOBASE_PLUGIN_TRUE
1076
961
BUILD_INNOBASE_PLUGIN_SHARED_FALSE
1094
979
BUILD_INFORMATION_SCHEMA_DICTIONARY_PLUGIN_SHARED_TRUE
1095
980
BUILD_INFORMATION_SCHEMA_DICTIONARY_PLUGIN_STATIC_FALSE
1096
981
BUILD_INFORMATION_SCHEMA_DICTIONARY_PLUGIN_STATIC_TRUE
 
982
BUILD_HTTP_FUNCTIONS_PLUGIN_FALSE
 
983
BUILD_HTTP_FUNCTIONS_PLUGIN_TRUE
 
984
BUILD_HTTP_FUNCTIONS_PLUGIN_SHARED_FALSE
 
985
BUILD_HTTP_FUNCTIONS_PLUGIN_SHARED_TRUE
 
986
BUILD_HTTP_FUNCTIONS_PLUGIN_STATIC_FALSE
 
987
BUILD_HTTP_FUNCTIONS_PLUGIN_STATIC_TRUE
1097
988
BUILD_HEX_FUNCTIONS_PLUGIN_FALSE
1098
989
BUILD_HEX_FUNCTIONS_PLUGIN_TRUE
1099
990
BUILD_HEX_FUNCTIONS_PLUGIN_SHARED_FALSE
1112
1003
BUILD_HELLO_EVENTS_PLUGIN_SHARED_TRUE
1113
1004
BUILD_HELLO_EVENTS_PLUGIN_STATIC_FALSE
1114
1005
BUILD_HELLO_EVENTS_PLUGIN_STATIC_TRUE
1115
 
BUILD_HAILDB_PLUGIN_FALSE
1116
 
BUILD_HAILDB_PLUGIN_TRUE
1117
 
BUILD_HAILDB_PLUGIN_SHARED_FALSE
1118
 
BUILD_HAILDB_PLUGIN_SHARED_TRUE
1119
 
BUILD_HAILDB_PLUGIN_STATIC_FALSE
1120
 
BUILD_HAILDB_PLUGIN_STATIC_TRUE
1121
 
HAVE_LIBHAILDB_FALSE
1122
 
HAVE_LIBHAILDB_TRUE
1123
 
LIBHAILDB_PREFIX
1124
 
LTLIBHAILDB
1125
 
LIBHAILDB
1126
 
HAVE_LIBHAILDB
1127
1006
BUILD_GEARMAN_UDF_PLUGIN_FALSE
1128
1007
BUILD_GEARMAN_UDF_PLUGIN_TRUE
1129
1008
BUILD_GEARMAN_UDF_PLUGIN_SHARED_FALSE
1244
1123
BUILD_AUTH_TEST_PLUGIN_SHARED_TRUE
1245
1124
BUILD_AUTH_TEST_PLUGIN_STATIC_FALSE
1246
1125
BUILD_AUTH_TEST_PLUGIN_STATIC_TRUE
 
1126
BUILD_AUTH_SCHEMA_PLUGIN_FALSE
 
1127
BUILD_AUTH_SCHEMA_PLUGIN_TRUE
 
1128
BUILD_AUTH_SCHEMA_PLUGIN_SHARED_FALSE
 
1129
BUILD_AUTH_SCHEMA_PLUGIN_SHARED_TRUE
 
1130
BUILD_AUTH_SCHEMA_PLUGIN_STATIC_FALSE
 
1131
BUILD_AUTH_SCHEMA_PLUGIN_STATIC_TRUE
1247
1132
BUILD_AUTH_PAM_PLUGIN_FALSE
1248
1133
BUILD_AUTH_PAM_PLUGIN_TRUE
1249
1134
BUILD_AUTH_PAM_PLUGIN_SHARED_FALSE
1418
1303
acx_pthread_config
1419
1304
DRIZZLED_USER
1420
1305
GPERF
 
1306
LIBDRIZZLE_HEX_VERSION
1421
1307
LD_VERSION_SCRIPT
1422
 
libdrizzleincludedir
 
1308
LIBDRIZZLE_VERSION
1423
1309
LIBDRIZZLE_LIBRARY_VERSION
1424
1310
AM_LDFLAGS
1425
1311
AM_CPPFLAGS
1515
1401
LIPO
1516
1402
NMEDIT
1517
1403
DSYMUTIL
1518
 
lt_ECHO
 
1404
MANIFEST_TOOL
1519
1405
RANLIB
 
1406
ac_ct_AR
1520
1407
AR
 
1408
DLLTOOL
1521
1409
OBJDUMP
1522
1410
LN_S
1523
1411
NM
1550
1438
PANDORA_VC_BRANCH
1551
1439
PANDORA_VC_REVID
1552
1440
PANDORA_VC_REVNO
 
1441
PANDORA_RELEASE_VERSION_JUST_NUMBERS
1553
1442
ISAINFO
1554
1443
CXX45
1555
1444
CC45
1663
1552
with_pic
1664
1553
enable_fast_install
1665
1554
with_gnu_ld
 
1555
with_sysroot
1666
1556
enable_libtool_lock
1667
1557
enable_largefile
1668
1558
with_debug
1728
1618
with_static_auth_pam_plugin
1729
1619
enable_auth_pam_plugin
1730
1620
with_libpam_prefix
 
1621
with_auth_schema_plugin
 
1622
with_static_auth_schema_plugin
 
1623
enable_auth_schema_plugin
1731
1624
with_auth_test_plugin
1732
1625
with_static_auth_test_plugin
1733
1626
enable_auth_test_plugin
1787
1680
enable_gearman_udf_plugin
1788
1681
enable_libgearman
1789
1682
with_libgearman_prefix
1790
 
with_haildb_plugin
1791
 
with_static_haildb_plugin
1792
 
enable_haildb_plugin
1793
 
enable_libhaildb
1794
 
with_libhaildb_prefix
1795
1683
with_hello_events_plugin
1796
1684
with_static_hello_events_plugin
1797
1685
enable_hello_events_plugin
1801
1689
with_hex_functions_plugin
1802
1690
with_static_hex_functions_plugin
1803
1691
enable_hex_functions_plugin
 
1692
with_http_functions_plugin
 
1693
with_static_http_functions_plugin
 
1694
enable_http_functions_plugin
1804
1695
with_information_schema_dictionary_plugin
1805
1696
with_static_information_schema_dictionary_plugin
1806
1697
enable_information_schema_dictionary_plugin
1809
1700
enable_innobase_plugin
1810
1701
enable_libaio
1811
1702
with_libaio_prefix
 
1703
with_ipv6_function_plugin
 
1704
with_static_ipv6_function_plugin
 
1705
enable_ipv6_function_plugin
 
1706
with_js_plugin
 
1707
with_static_js_plugin
 
1708
enable_js_plugin
 
1709
enable_libv8
 
1710
with_libv8_prefix
 
1711
with_json_server_plugin
 
1712
with_static_json_server_plugin
 
1713
enable_json_server_plugin
 
1714
enable_libevent
 
1715
with_libevent_prefix
1812
1716
with_length_plugin
1813
1717
with_static_length_plugin
1814
1718
enable_length_plugin
1835
1739
with_libmemcached_prefix
1836
1740
with_libmemcachedprotocol_prefix
1837
1741
with_memcached
1838
 
with_memcached_query_cache_plugin
1839
 
with_static_memcached_query_cache_plugin
1840
 
enable_memcached_query_cache_plugin
1841
1742
with_memcached_stats_plugin
1842
1743
with_static_memcached_stats_plugin
1843
1744
enable_memcached_stats_plugin
1856
1757
with_mysql_unix_socket_protocol_plugin
1857
1758
with_static_mysql_unix_socket_protocol_plugin
1858
1759
enable_mysql_unix_socket_protocol_plugin
1859
 
with_pbms_plugin
1860
 
with_static_pbms_plugin
1861
 
enable_pbms_plugin
1862
1760
with_performance_dictionary_plugin
1863
1761
with_static_performance_dictionary_plugin
1864
1762
enable_performance_dictionary_plugin
1865
1763
with_protocol_dictionary_plugin
1866
1764
with_static_protocol_dictionary_plugin
1867
1765
enable_protocol_dictionary_plugin
 
1766
with_query_log_plugin
 
1767
with_static_query_log_plugin
 
1768
enable_query_log_plugin
1868
1769
with_rabbitmq_plugin
1869
1770
with_static_rabbitmq_plugin
1870
1771
enable_rabbitmq_plugin
1878
1779
with_registry_dictionary_plugin
1879
1780
with_static_registry_dictionary_plugin
1880
1781
enable_registry_dictionary_plugin
1881
 
with_replication_dictionary_plugin
1882
 
with_static_replication_dictionary_plugin
1883
 
enable_replication_dictionary_plugin
1884
1782
with_reverse_function_plugin
1885
1783
with_static_reverse_function_plugin
1886
1784
enable_reverse_function_plugin
1887
 
with_rot13_plugin
1888
 
with_static_rot13_plugin
1889
 
enable_rot13_plugin
1890
1785
with_schema_dictionary_plugin
1891
1786
with_static_schema_dictionary_plugin
1892
1787
enable_schema_dictionary_plugin
1938
1833
with_tableprototester_plugin
1939
1834
with_static_tableprototester_plugin
1940
1835
enable_tableprototester_plugin
1941
 
with_transaction_log_plugin
1942
 
with_static_transaction_log_plugin
1943
 
enable_transaction_log_plugin
1944
1836
with_trigger_dictionary_plugin
1945
1837
with_static_trigger_dictionary_plugin
1946
1838
enable_trigger_dictionary_plugin
1959
1851
with_version_plugin
1960
1852
with_static_version_plugin
1961
1853
enable_version_plugin
 
1854
with_zeromq_plugin
 
1855
with_static_zeromq_plugin
 
1856
enable_zeromq_plugin
 
1857
with_libzmq_prefix
1962
1858
'
1963
1859
      ac_precious_vars='build_alias
1964
1860
host_alias
2035
1931
  fi
2036
1932
 
2037
1933
  case $ac_option in
2038
 
  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
2039
 
  *)    ac_optarg=yes ;;
 
1934
  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 
1935
  *=)   ac_optarg= ;;
 
1936
  *)    ac_optarg=yes ;;
2040
1937
  esac
2041
1938
 
2042
1939
  # Accept the important Cygnus configure options, so we can diagnose typos.
2081
1978
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
2082
1979
    # Reject names that are not valid shell variable names.
2083
1980
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2084
 
      as_fn_error "invalid feature name: $ac_useropt"
 
1981
      as_fn_error $? "invalid feature name: $ac_useropt"
2085
1982
    ac_useropt_orig=$ac_useropt
2086
1983
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2087
1984
    case $ac_user_opts in
2107
2004
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
2108
2005
    # Reject names that are not valid shell variable names.
2109
2006
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2110
 
      as_fn_error "invalid feature name: $ac_useropt"
 
2007
      as_fn_error $? "invalid feature name: $ac_useropt"
2111
2008
    ac_useropt_orig=$ac_useropt
2112
2009
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2113
2010
    case $ac_user_opts in
2311
2208
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2312
2209
    # Reject names that are not valid shell variable names.
2313
2210
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2314
 
      as_fn_error "invalid package name: $ac_useropt"
 
2211
      as_fn_error $? "invalid package name: $ac_useropt"
2315
2212
    ac_useropt_orig=$ac_useropt
2316
2213
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2317
2214
    case $ac_user_opts in
2327
2224
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2328
2225
    # Reject names that are not valid shell variable names.
2329
2226
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2330
 
      as_fn_error "invalid package name: $ac_useropt"
 
2227
      as_fn_error $? "invalid package name: $ac_useropt"
2331
2228
    ac_useropt_orig=$ac_useropt
2332
2229
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2333
2230
    case $ac_user_opts in
2357
2254
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
2358
2255
    x_libraries=$ac_optarg ;;
2359
2256
 
2360
 
  -*) as_fn_error "unrecognized option: \`$ac_option'
2361
 
Try \`$0 --help' for more information."
 
2257
  -*) as_fn_error $? "unrecognized option: \`$ac_option'
 
2258
Try \`$0 --help' for more information"
2362
2259
    ;;
2363
2260
 
2364
2261
  *=*)
2366
2263
    # Reject names that are not valid shell variable names.
2367
2264
    case $ac_envvar in #(
2368
2265
      '' | [0-9]* | *[!_$as_cr_alnum]* )
2369
 
      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
 
2266
      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
2370
2267
    esac
2371
2268
    eval $ac_envvar=\$ac_optarg
2372
2269
    export $ac_envvar ;;
2376
2273
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2377
2274
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
2378
2275
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2379
 
    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
 
2276
    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2380
2277
    ;;
2381
2278
 
2382
2279
  esac
2384
2281
 
2385
2282
if test -n "$ac_prev"; then
2386
2283
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
2387
 
  as_fn_error "missing argument to $ac_option"
 
2284
  as_fn_error $? "missing argument to $ac_option"
2388
2285
fi
2389
2286
 
2390
2287
if test -n "$ac_unrecognized_opts"; then
2391
2288
  case $enable_option_checking in
2392
2289
    no) ;;
2393
 
    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
 
2290
    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
2394
2291
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2395
2292
  esac
2396
2293
fi
2413
2310
    [\\/$]* | ?:[\\/]* )  continue;;
2414
2311
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
2415
2312
  esac
2416
 
  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
 
2313
  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
2417
2314
done
2418
2315
 
2419
2316
# There might be people who depend on the old broken behavior: `$host'
2427
2324
if test "x$host_alias" != x; then
2428
2325
  if test "x$build_alias" = x; then
2429
2326
    cross_compiling=maybe
2430
 
    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
2431
 
    If a cross compiler is detected then cross compile mode will be used." >&2
 
2327
    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
 
2328
    If a cross compiler is detected then cross compile mode will be used" >&2
2432
2329
  elif test "x$build_alias" != "x$host_alias"; then
2433
2330
    cross_compiling=yes
2434
2331
  fi
2443
2340
ac_pwd=`pwd` && test -n "$ac_pwd" &&
2444
2341
ac_ls_di=`ls -di .` &&
2445
2342
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2446
 
  as_fn_error "working directory cannot be determined"
 
2343
  as_fn_error $? "working directory cannot be determined"
2447
2344
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2448
 
  as_fn_error "pwd does not report name of working directory"
 
2345
  as_fn_error $? "pwd does not report name of working directory"
2449
2346
 
2450
2347
 
2451
2348
# Find the source files, if location was not specified.
2484
2381
fi
2485
2382
if test ! -r "$srcdir/$ac_unique_file"; then
2486
2383
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2487
 
  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
 
2384
  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2488
2385
fi
2489
2386
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2490
2387
ac_abs_confdir=`(
2491
 
        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
 
2388
        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2492
2389
        pwd)`
2493
2390
# When building in place, set srcdir=.
2494
2391
if test "$ac_abs_confdir" = "$ac_pwd"; then
2514
2411
  # Omit some internal or obsolete options to make the list less imposing.
2515
2412
  # This message is too long to be a string in the A/UX 3.1 sh.
2516
2413
  cat <<_ACEOF
2517
 
\`configure' configures drizzle7 7 to adapt to many kinds of systems.
 
2414
\`configure' configures drizzle 7.1 to adapt to many kinds of systems.
2518
2415
 
2519
2416
Usage: $0 [OPTION]... [VAR=VALUE]...
2520
2417
 
2528
2425
      --help=short        display options specific to this package
2529
2426
      --help=recursive    display the short help of all the included packages
2530
2427
  -V, --version           display version information and exit
2531
 
  -q, --quiet, --silent   do not print \`checking...' messages
 
2428
  -q, --quiet, --silent   do not print \`checking ...' messages
2532
2429
      --cache-file=FILE   cache test results in FILE [disabled]
2533
2430
  -C, --config-cache      alias for \`--cache-file=config.cache'
2534
2431
  -n, --no-create         do not create output files
2562
2459
  --infodir=DIR           info documentation [DATAROOTDIR/info]
2563
2460
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
2564
2461
  --mandir=DIR            man documentation [DATAROOTDIR/man]
2565
 
  --docdir=DIR            documentation root [DATAROOTDIR/doc/drizzle7]
 
2462
  --docdir=DIR            documentation root [DATAROOTDIR/doc/drizzle]
2566
2463
  --htmldir=DIR           html documentation [DOCDIR]
2567
2464
  --dvidir=DIR            dvi documentation [DOCDIR]
2568
2465
  --pdfdir=DIR            pdf documentation [DOCDIR]
2585
2482
 
2586
2483
if test -n "$ac_init_help"; then
2587
2484
  case $ac_init_help in
2588
 
     short | recursive ) echo "Configuration of drizzle7 7:";;
 
2485
     short | recursive ) echo "Configuration of drizzle 7.1:";;
2589
2486
   esac
2590
2487
  cat <<\_ACEOF
2591
2488
 
2619
2516
  --disable-boost         Build with boost support [default=on]
2620
2517
  --disable-libsqlite3    Build with libsqlite3 support [default=on]
2621
2518
 
2622
 
  --enable-ascii-plugin   Enable loading UDF Plugin for ASCII by default.
2623
 
                          [default=yes]
2624
 
  --disable-ascii-plugin  Disable loading UDF Plugin for ASCII by default.
 
2519
  --enable-ascii-plugin   Enable loading by default. [default=yes]
 
2520
  --disable-ascii-plugin  Disable loading by default.
2625
2521
 
2626
2522
 
2627
2523
  --enable-auth-all-plugin
2628
 
                          Enable loading Allow All Authentication by default.
2629
 
                          [default=yes]
 
2524
                          Enable loading by default. [default=yes]
2630
2525
  --disable-auth-all-plugin
2631
 
                          Disable loading Allow All Authentication by default.
 
2526
                          Disable loading by default.
2632
2527
 
2633
2528
 
2634
2529
  --enable-auth-file-plugin
2635
 
                          Enable loading File-based Authentication by default.
2636
 
                          [default=no]
 
2530
                          Enable loading by default. [default=no]
2637
2531
  --disable-auth-file-plugin
2638
 
                          Disable loading File-based Authentication by
2639
 
                          default.
 
2532
                          Disable loading by default.
2640
2533
 
2641
2534
 
2642
2535
  --enable-auth-http-plugin
2643
 
                          Enable loading HTTP Authentication Plugin by
2644
 
                          default. [default=no]
 
2536
                          Enable loading by default. [default=no]
2645
2537
  --disable-auth-http-plugin
2646
 
                          Disable loading HTTP Authentication Plugin by
2647
 
                          default.
 
2538
                          Disable loading by default.
2648
2539
 
2649
2540
  --disable-libcurl       Build with libcurl support [default=on]
2650
2541
 
2651
2542
  --enable-auth-ldap-plugin
2652
 
                          Enable loading LDAP Authentication by default.
2653
 
                          [default=no]
 
2543
                          Enable loading by default. [default=no]
2654
2544
  --disable-auth-ldap-plugin
2655
 
                          Disable loading LDAP Authentication by default.
 
2545
                          Disable loading by default.
2656
2546
 
2657
2547
  --disable-libldap       Build with libldap support [default=on]
2658
2548
 
2659
2549
  --enable-auth-pam-plugin
2660
 
                          Enable loading PAM Authenication Plugin by default.
2661
 
                          [default=no]
 
2550
                          Enable loading by default. [default=no]
2662
2551
  --disable-auth-pam-plugin
2663
 
                          Disable loading PAM Authenication Plugin by default.
 
2552
                          Disable loading by default.
 
2553
 
 
2554
 
 
2555
  --enable-auth-schema-plugin
 
2556
                          Enable loading by default. [default=no]
 
2557
  --disable-auth-schema-plugin
 
2558
                          Disable loading by default.
2664
2559
 
2665
2560
 
2666
2561
  --enable-auth-test-plugin
2667
 
                          Enable loading Authentication Test by default.
2668
 
                          [default=no]
 
2562
                          Enable loading by default. [default=no]
2669
2563
  --disable-auth-test-plugin
2670
 
                          Disable loading Authentication Test by default.
 
2564
                          Disable loading by default.
2671
2565
 
2672
2566
 
2673
2567
  --enable-benchmark-plugin
2674
 
                          Enable loading UDF Plugin for Benchmark by default.
2675
 
                          [default=yes]
 
2568
                          Enable loading by default. [default=yes]
2676
2569
  --disable-benchmark-plugin
2677
 
                          Disable loading UDF Plugin for Benchmark by default.
2678
 
 
2679
 
 
2680
 
  --enable-catalog-plugin Enable loading Catalog related DDL functions. by
2681
 
                          default. [default=yes]
 
2570
                          Disable loading by default.
 
2571
 
 
2572
 
 
2573
  --enable-catalog-plugin Enable loading by default. [default=yes]
2682
2574
  --disable-catalog-plugin
2683
 
                          Disable loading Catalog related DDL functions. by
2684
 
                          default.
 
2575
                          Disable loading by default.
2685
2576
 
2686
2577
 
2687
2578
  --enable-charlength-plugin
2688
 
                          Enable loading UDF Plugin for CharLength by default.
2689
 
                          [default=yes]
 
2579
                          Enable loading by default. [default=yes]
2690
2580
  --disable-charlength-plugin
2691
 
                          Disable loading UDF Plugin for CharLength by
2692
 
                          default.
 
2581
                          Disable loading by default.
2693
2582
 
2694
2583
 
2695
2584
  --enable-coercibility-function-plugin
2696
 
                          Enable loading COERCIBILITY() Function by default.
2697
 
                          [default=no]
 
2585
                          Enable loading by default. [default=no]
2698
2586
  --disable-coercibility-function-plugin
2699
 
                          Disable loading COERCIBILITY() Function by default.
 
2587
                          Disable loading by default.
2700
2588
 
2701
2589
 
2702
2590
  --enable-collation-dictionary-plugin
2703
 
                          Enable loading Character And Collation Dictionary by
2704
 
                          default. [default=yes]
 
2591
                          Enable loading by default. [default=yes]
2705
2592
  --disable-collation-dictionary-plugin
2706
 
                          Disable loading Character And Collation Dictionary
2707
 
                          by default.
 
2593
                          Disable loading by default.
2708
2594
 
2709
2595
 
2710
2596
  --enable-compression-plugin
2711
 
                          Enable loading compression UDFs by default.
2712
 
                          [default=yes]
 
2597
                          Enable loading by default. [default=yes]
2713
2598
  --disable-compression-plugin
2714
 
                          Disable loading compression UDFs by default.
 
2599
                          Disable loading by default.
2715
2600
 
2716
2601
 
2717
2602
  --enable-connection-id-plugin
2718
 
                          Enable loading Connection ID UDF by default.
2719
 
                          [default=yes]
 
2603
                          Enable loading by default. [default=yes]
2720
2604
  --disable-connection-id-plugin
2721
 
                          Disable loading Connection ID UDF by default.
2722
 
 
2723
 
 
2724
 
  --enable-console-plugin Enable loading Console Client by default.
2725
 
                          [default=yes]
 
2605
                          Disable loading by default.
 
2606
 
 
2607
 
 
2608
  --enable-console-plugin Enable loading by default. [default=yes]
2726
2609
  --disable-console-plugin
2727
 
                          Disable loading Console Client by default.
2728
 
 
2729
 
 
2730
 
  --enable-crc32-plugin   Enable loading crc32 UDF by default. [default=yes]
2731
 
  --disable-crc32-plugin  Disable loading crc32 UDF by default.
2732
 
 
2733
 
 
2734
 
  --enable-debug-plugin   Enable loading Kernel debugger utilities. by
2735
 
                          default. [default=no]
2736
 
  --disable-debug-plugin  Disable loading Kernel debugger utilities. by
2737
 
                          default.
 
2610
                          Disable loading by default.
 
2611
 
 
2612
 
 
2613
  --enable-crc32-plugin   Enable loading by default. [default=yes]
 
2614
  --disable-crc32-plugin  Disable loading by default.
 
2615
 
 
2616
 
 
2617
  --enable-debug-plugin   Enable loading by default. [default=no]
 
2618
  --disable-debug-plugin  Disable loading by default.
2738
2619
 
2739
2620
 
2740
2621
  --enable-default-replicator-plugin
2741
 
                          Enable loading Default Replicator by default.
2742
 
                          [default=yes]
 
2622
                          Enable loading by default. [default=yes]
2743
2623
  --disable-default-replicator-plugin
2744
 
                          Disable loading Default Replicator by default.
 
2624
                          Disable loading by default.
2745
2625
 
2746
2626
 
2747
2627
  --enable-drizzle-protocol-plugin
2748
 
                          Enable loading Drizzle Protocol Module by default.
2749
 
                          [default=yes]
 
2628
                          Enable loading by default. [default=yes]
2750
2629
  --disable-drizzle-protocol-plugin
2751
 
                          Disable loading Drizzle Protocol Module by default.
 
2630
                          Disable loading by default.
2752
2631
 
2753
2632
 
2754
2633
  --enable-errmsg-stderr-plugin
2755
 
                          Enable loading Error Message Plugin by default.
2756
 
                          [default=yes]
 
2634
                          Enable loading by default. [default=yes]
2757
2635
  --disable-errmsg-stderr-plugin
2758
 
                          Disable loading Error Message Plugin by default.
 
2636
                          Disable loading by default.
2759
2637
 
2760
2638
 
2761
2639
  --enable-error-dictionary-plugin
2762
 
                          Enable loading Error Code data dictionary tables. by
2763
 
                          default. [default=yes]
 
2640
                          Enable loading by default. [default=yes]
2764
2641
  --disable-error-dictionary-plugin
2765
 
                          Disable loading Error Code data dictionary tables.
2766
 
                          by default.
 
2642
                          Disable loading by default.
2767
2643
 
2768
2644
 
2769
2645
  --enable-filtered-replicator-plugin
2770
 
                          Enable loading Filtered Replicator by default.
2771
 
                          [default=no]
 
2646
                          Enable loading by default. [default=no]
2772
2647
  --disable-filtered-replicator-plugin
2773
 
                          Disable loading Filtered Replicator by default.
 
2648
                          Disable loading by default.
2774
2649
 
2775
2650
 
2776
2651
  --enable-function-dictionary-plugin
2777
 
                          Enable loading Function data dictionary tables. by
2778
 
                          default. [default=no]
 
2652
                          Enable loading by default. [default=no]
2779
2653
  --disable-function-dictionary-plugin
2780
 
                          Disable loading Function data dictionary tables. by
2781
 
                          default.
 
2654
                          Disable loading by default.
2782
2655
 
2783
2656
 
2784
2657
  --enable-function-engine-plugin
2785
 
                          Enable loading Data Engine by default. [default=yes]
 
2658
                          Enable loading by default. [default=yes]
2786
2659
  --disable-function-engine-plugin
2787
 
                          Disable loading Data Engine by default.
 
2660
                          Disable loading by default.
2788
2661
 
2789
2662
 
2790
2663
  --enable-gearman-udf-plugin
2791
 
                          Enable loading Gearman Client UDFs by default.
2792
 
                          [default=no]
 
2664
                          Enable loading by default. [default=no]
2793
2665
  --disable-gearman-udf-plugin
2794
 
                          Disable loading Gearman Client UDFs by default.
 
2666
                          Disable loading by default.
2795
2667
 
2796
2668
  --disable-libgearman    Build with libgearman support [default=on]
2797
2669
 
2798
 
  --enable-haildb-plugin  Enable loading HailDB storage engine by default.
2799
 
                          [default=no]
2800
 
  --disable-haildb-plugin Disable loading HailDB storage engine by default.
2801
 
 
2802
 
  --disable-libhaildb     Build with libhaildb support [default=on]
2803
 
 
2804
2670
  --enable-hello-events-plugin
2805
 
                          Enable loading An example event observer Plugin by
2806
 
                          default. [default=no]
 
2671
                          Enable loading by default. [default=no]
2807
2672
  --disable-hello-events-plugin
2808
 
                          Disable loading An example event observer Plugin by
2809
 
                          default.
 
2673
                          Disable loading by default.
2810
2674
 
2811
2675
 
2812
2676
  --enable-hello-world-plugin
2813
 
                          Enable loading Example Plugin by default.
2814
 
                          [default=no]
 
2677
                          Enable loading by default. [default=no]
2815
2678
  --disable-hello-world-plugin
2816
 
                          Disable loading Example Plugin by default.
 
2679
                          Disable loading by default.
2817
2680
 
2818
2681
 
2819
2682
  --enable-hex-functions-plugin
2820
 
                          Enable loading HEX() and UNHEX() functions by
2821
 
                          default. [default=yes]
 
2683
                          Enable loading by default. [default=yes]
2822
2684
  --disable-hex-functions-plugin
2823
 
                          Disable loading HEX() and UNHEX() functions by
2824
 
                          default.
 
2685
                          Disable loading by default.
 
2686
 
 
2687
 
 
2688
  --enable-http-functions-plugin
 
2689
                          Enable loading by default. [default=no]
 
2690
  --disable-http-functions-plugin
 
2691
                          Disable loading by default.
2825
2692
 
2826
2693
 
2827
2694
  --enable-information-schema-dictionary-plugin
2828
 
                          Enable loading Information Schema Dictionary by
2829
 
                          default. [default=yes]
 
2695
                          Enable loading by default. [default=yes]
2830
2696
  --disable-information-schema-dictionary-plugin
2831
 
                          Disable loading Information Schema Dictionary by
2832
 
                          default.
 
2697
                          Disable loading by default.
2833
2698
 
2834
2699
 
2835
2700
  --enable-innobase-plugin
2836
 
                          Enable loading InnoDB Storage Engine by default.
2837
 
                          [default=yes]
 
2701
                          Enable loading by default. [default=yes]
2838
2702
  --disable-innobase-plugin
2839
 
                          Disable loading InnoDB Storage Engine by default.
 
2703
                          Disable loading by default.
2840
2704
 
2841
2705
  --disable-libaio        Build with libaio support [default=on]
2842
2706
 
2843
 
  --enable-length-plugin  Enable loading UDF Plugin for Length by default.
2844
 
                          [default=yes]
2845
 
  --disable-length-plugin Disable loading UDF Plugin for Length by default.
 
2707
  --enable-ipv6-function-plugin
 
2708
                          Enable loading by default. [default=no]
 
2709
  --disable-ipv6-function-plugin
 
2710
                          Disable loading by default.
 
2711
 
 
2712
 
 
2713
  --enable-js-plugin      Enable loading by default. [default=yes]
 
2714
  --disable-js-plugin     Disable loading by default.
 
2715
 
 
2716
  --disable-libv8         Build with libv8 support [default=on]
 
2717
 
 
2718
  --enable-json-server-plugin
 
2719
                          Enable loading by default. [default=no]
 
2720
  --disable-json-server-plugin
 
2721
                          Disable loading by default.
 
2722
 
 
2723
  --disable-libevent      Build with libevent support [default=on]
 
2724
 
 
2725
  --enable-length-plugin  Enable loading by default. [default=yes]
 
2726
  --disable-length-plugin Disable loading by default.
2846
2727
 
2847
2728
 
2848
2729
  --enable-logging-gearman-plugin
2849
 
                          Enable loading Gearman Logging Plugin by default.
2850
 
                          [default=no]
 
2730
                          Enable loading by default. [default=no]
2851
2731
  --disable-logging-gearman-plugin
2852
 
                          Disable loading Gearman Logging Plugin by default.
 
2732
                          Disable loading by default.
2853
2733
 
2854
2734
 
2855
2735
  --enable-logging-query-plugin
2856
 
                          Enable loading Query Logging Plugin by default.
2857
 
                          [default=no]
 
2736
                          Enable loading by default. [default=no]
2858
2737
  --disable-logging-query-plugin
2859
 
                          Disable loading Query Logging Plugin by default.
 
2738
                          Disable loading by default.
2860
2739
 
2861
2740
 
2862
2741
  --enable-logging-stats-plugin
2863
 
                          Enable loading Statistics Plugin for Drizzle by
2864
 
                          default. [default=yes]
 
2742
                          Enable loading by default. [default=yes]
2865
2743
  --disable-logging-stats-plugin
2866
 
                          Disable loading Statistics Plugin for Drizzle by
2867
 
                          default.
 
2744
                          Disable loading by default.
2868
2745
 
2869
2746
 
2870
2747
  --enable-math-functions-plugin
2871
 
                          Enable loading Math Functions by default.
2872
 
                          [default=yes]
 
2748
                          Enable loading by default. [default=yes]
2873
2749
  --disable-math-functions-plugin
2874
 
                          Disable loading Math Functions by default.
2875
 
 
2876
 
 
2877
 
  --enable-md5-plugin     Enable loading UDF Plugin for MD5 by default.
2878
 
                          [default=yes]
2879
 
  --disable-md5-plugin    Disable loading UDF Plugin for MD5 by default.
 
2750
                          Disable loading by default.
 
2751
 
 
2752
 
 
2753
  --enable-md5-plugin     Enable loading by default. [default=yes]
 
2754
  --disable-md5-plugin    Disable loading by default.
2880
2755
 
2881
2756
 
2882
2757
  --enable-memcached-functions-plugin
2883
 
                          Enable loading Memcached Client UDFs by default.
2884
 
                          [default=no]
 
2758
                          Enable loading by default. [default=no]
2885
2759
  --disable-memcached-functions-plugin
2886
 
                          Disable loading Memcached Client UDFs by default.
 
2760
                          Disable loading by default.
2887
2761
 
2888
2762
  --disable-libmemcached  Build with libmemcached support [default=on]
2889
2763
 
2890
 
  --enable-memcached-query-cache-plugin
2891
 
                          Enable loading Query Cache by default. [default=no]
2892
 
  --disable-memcached-query-cache-plugin
2893
 
                          Disable loading Query Cache by default.
2894
 
 
2895
 
 
2896
2764
  --enable-memcached-stats-plugin
2897
 
                          Enable loading Memcached Stats in DATA_DICTIONARY
2898
 
                          tables by default. [default=no]
 
2765
                          Enable loading by default. [default=no]
2899
2766
  --disable-memcached-stats-plugin
2900
 
                          Disable loading Memcached Stats in DATA_DICTIONARY
2901
 
                          tables by default.
2902
 
 
2903
 
 
2904
 
  --enable-memory-plugin  Enable loading Memory Storage Engine by default.
2905
 
                          [default=yes]
2906
 
  --disable-memory-plugin Disable loading Memory Storage Engine by default.
 
2767
                          Disable loading by default.
 
2768
 
 
2769
 
 
2770
  --enable-memory-plugin  Enable loading by default. [default=yes]
 
2771
  --disable-memory-plugin Disable loading by default.
2907
2772
 
2908
2773
 
2909
2774
  --enable-multi-thread-plugin
2910
 
                          Enable loading Multi-Thread Scheduler by default.
2911
 
                          [default=yes]
 
2775
                          Enable loading by default. [default=yes]
2912
2776
  --disable-multi-thread-plugin
2913
 
                          Disable loading Multi-Thread Scheduler by default.
2914
 
 
2915
 
 
2916
 
  --enable-myisam-plugin  Enable loading MyISAM Storage Engine by default.
2917
 
                          [default=yes]
2918
 
  --disable-myisam-plugin Disable loading MyISAM Storage Engine by default.
 
2777
                          Disable loading by default.
 
2778
 
 
2779
 
 
2780
  --enable-myisam-plugin  Enable loading by default. [default=yes]
 
2781
  --disable-myisam-plugin Disable loading by default.
2919
2782
 
2920
2783
 
2921
2784
  --enable-mysql-protocol-plugin
2922
 
                          Enable loading MySQL Protocol Module by default.
2923
 
                          [default=yes]
 
2785
                          Enable loading by default. [default=yes]
2924
2786
  --disable-mysql-protocol-plugin
2925
 
                          Disable loading MySQL Protocol Module by default.
 
2787
                          Disable loading by default.
2926
2788
 
2927
2789
 
2928
2790
  --enable-mysql-unix-socket-protocol-plugin
2929
 
                          Enable loading MySQL Unix Socket Protocol Module by
2930
 
                          default. [default=yes]
 
2791
                          Enable loading by default. [default=yes]
2931
2792
  --disable-mysql-unix-socket-protocol-plugin
2932
 
                          Disable loading MySQL Unix Socket Protocol Module by
2933
 
                          default.
2934
 
 
2935
 
 
2936
 
  --enable-pbms-plugin    Enable loading PrimeBase Media Stream Daemon by
2937
 
                          default. [default=no]
2938
 
  --disable-pbms-plugin   Disable loading PrimeBase Media Stream Daemon by
2939
 
                          default.
 
2793
                          Disable loading by default.
2940
2794
 
2941
2795
 
2942
2796
  --enable-performance-dictionary-plugin
2943
 
                          Enable loading Performance Dictionary by default.
2944
 
                          [default=no]
 
2797
                          Enable loading by default. [default=no]
2945
2798
  --disable-performance-dictionary-plugin
2946
 
                          Disable loading Performance Dictionary by default.
 
2799
                          Disable loading by default.
2947
2800
 
2948
2801
 
2949
2802
  --enable-protocol-dictionary-plugin
2950
 
                          Enable loading Protocol Dictionary by default.
2951
 
                          [default=yes]
 
2803
                          Enable loading by default. [default=yes]
2952
2804
  --disable-protocol-dictionary-plugin
2953
 
                          Disable loading Protocol Dictionary by default.
 
2805
                          Disable loading by default.
 
2806
 
 
2807
 
 
2808
  --enable-query-log-plugin
 
2809
                          Enable loading by default. [default=no]
 
2810
  --disable-query-log-plugin
 
2811
                          Disable loading by default.
2954
2812
 
2955
2813
 
2956
2814
  --enable-rabbitmq-plugin
2957
 
                          Enable loading RabbitMQ Replicator by default.
2958
 
                          [default=no]
 
2815
                          Enable loading by default. [default=no]
2959
2816
  --disable-rabbitmq-plugin
2960
 
                          Disable loading RabbitMQ Replicator by default.
 
2817
                          Disable loading by default.
2961
2818
 
2962
2819
 
2963
2820
  --enable-rand-function-plugin
2964
 
                          Enable loading RAND() function by default.
2965
 
                          [default=yes]
 
2821
                          Enable loading by default. [default=yes]
2966
2822
  --disable-rand-function-plugin
2967
 
                          Disable loading RAND() function by default.
 
2823
                          Disable loading by default.
2968
2824
 
2969
2825
 
2970
2826
  --enable-regex-policy-plugin
2971
 
                          Enable loading Regex Policy by default. [default=no]
 
2827
                          Enable loading by default. [default=no]
2972
2828
  --disable-regex-policy-plugin
2973
 
                          Disable loading Regex Policy by default.
 
2829
                          Disable loading by default.
2974
2830
 
2975
2831
 
2976
2832
  --enable-registry-dictionary-plugin
2977
 
                          Enable loading Registry Dictionary by default.
2978
 
                          [default=yes]
 
2833
                          Enable loading by default. [default=yes]
2979
2834
  --disable-registry-dictionary-plugin
2980
 
                          Disable loading Registry Dictionary by default.
2981
 
 
2982
 
 
2983
 
  --enable-replication-dictionary-plugin
2984
 
                          Enable loading Registry Dictionary by default.
2985
 
                          [default=yes]
2986
 
  --disable-replication-dictionary-plugin
2987
 
                          Disable loading Registry Dictionary by default.
 
2835
                          Disable loading by default.
2988
2836
 
2989
2837
 
2990
2838
  --enable-reverse-function-plugin
2991
 
                          Enable loading REVERSE function by default.
2992
 
                          [default=yes]
 
2839
                          Enable loading by default. [default=yes]
2993
2840
  --disable-reverse-function-plugin
2994
 
                          Disable loading REVERSE function by default.
2995
 
 
2996
 
 
2997
 
  --enable-rot13-plugin   Enable loading ROT 13 by default. [default=yes]
2998
 
  --disable-rot13-plugin  Disable loading ROT 13 by default.
 
2841
                          Disable loading by default.
2999
2842
 
3000
2843
 
3001
2844
  --enable-schema-dictionary-plugin
3002
 
                          Enable loading Schema Dictionary by default.
3003
 
                          [default=yes]
 
2845
                          Enable loading by default. [default=yes]
3004
2846
  --disable-schema-dictionary-plugin
3005
 
                          Disable loading Schema Dictionary by default.
 
2847
                          Disable loading by default.
3006
2848
 
3007
2849
 
3008
2850
  --enable-schema-engine-plugin
3009
 
                          Enable loading Schema Engine by default.
3010
 
                          [default=yes]
 
2851
                          Enable loading by default. [default=yes]
3011
2852
  --disable-schema-engine-plugin
3012
 
                          Disable loading Schema Engine by default.
 
2853
                          Disable loading by default.
3013
2854
 
3014
2855
 
3015
2856
  --enable-session-dictionary-plugin
3016
 
                          Enable loading Session Dictionary by default.
3017
 
                          [default=yes]
 
2857
                          Enable loading by default. [default=yes]
3018
2858
  --disable-session-dictionary-plugin
3019
 
                          Disable loading Session Dictionary by default.
 
2859
                          Disable loading by default.
3020
2860
 
3021
2861
 
3022
2862
  --enable-show-dictionary-plugin
3023
 
                          Enable loading Show Dictionary by default.
3024
 
                          [default=yes]
 
2863
                          Enable loading by default. [default=yes]
3025
2864
  --disable-show-dictionary-plugin
3026
 
                          Disable loading Show Dictionary by default.
 
2865
                          Disable loading by default.
3027
2866
 
3028
2867
 
3029
2868
  --enable-show-schema-proto-plugin
3030
 
                          Enable loading SHOW_SCHEMA_PROTO(db) Function by
3031
 
                          default. [default=yes]
 
2869
                          Enable loading by default. [default=yes]
3032
2870
  --disable-show-schema-proto-plugin
3033
 
                          Disable loading SHOW_SCHEMA_PROTO(db) Function by
3034
 
                          default.
 
2871
                          Disable loading by default.
3035
2872
 
3036
2873
 
3037
2874
  --enable-shutdown-function-plugin
3038
 
                          Enable loading Shutdown function by default.
3039
 
                          [default=no]
 
2875
                          Enable loading by default. [default=no]
3040
2876
  --disable-shutdown-function-plugin
3041
 
                          Disable loading Shutdown function by default.
 
2877
                          Disable loading by default.
3042
2878
 
3043
2879
 
3044
2880
  --enable-signal-handler-plugin
3045
 
                          Enable loading Default Signal Handler by default.
3046
 
                          [default=yes]
 
2881
                          Enable loading by default. [default=yes]
3047
2882
  --disable-signal-handler-plugin
3048
 
                          Disable loading Default Signal Handler by default.
 
2883
                          Disable loading by default.
3049
2884
 
3050
2885
 
3051
2886
  --enable-simple-user-policy-plugin
3052
 
                          Enable loading Simple User Policy by default.
3053
 
                          [default=no]
 
2887
                          Enable loading by default. [default=no]
3054
2888
  --disable-simple-user-policy-plugin
3055
 
                          Disable loading Simple User Policy by default.
3056
 
 
3057
 
 
3058
 
  --enable-slave-plugin   Enable loading Replication Slave by default.
3059
 
                          [default=no]
3060
 
  --disable-slave-plugin  Disable loading Replication Slave by default.
3061
 
 
3062
 
 
3063
 
  --enable-sleep-plugin   Enable loading Sleep Function by default.
3064
 
                          [default=yes]
3065
 
  --disable-sleep-plugin  Disable loading Sleep Function by default.
 
2889
                          Disable loading by default.
 
2890
 
 
2891
 
 
2892
  --enable-slave-plugin   Enable loading by default. [default=no]
 
2893
  --disable-slave-plugin  Disable loading by default.
 
2894
 
 
2895
 
 
2896
  --enable-sleep-plugin   Enable loading by default. [default=yes]
 
2897
  --disable-sleep-plugin  Disable loading by default.
3066
2898
 
3067
2899
 
3068
2900
  --enable-status-dictionary-plugin
3069
 
                          Enable loading Status Dictionary by default.
3070
 
                          [default=yes]
 
2901
                          Enable loading by default. [default=yes]
3071
2902
  --disable-status-dictionary-plugin
3072
 
                          Disable loading Status Dictionary by default.
 
2903
                          Disable loading by default.
3073
2904
 
3074
2905
 
3075
2906
  --enable-storage-engine-api-tester-plugin
3076
 
                          Enable loading Storage Engine API Tester by default.
3077
 
                          [default=no]
 
2907
                          Enable loading by default. [default=no]
3078
2908
  --disable-storage-engine-api-tester-plugin
3079
 
                          Disable loading Storage Engine API Tester by
3080
 
                          default.
 
2909
                          Disable loading by default.
3081
2910
 
3082
2911
 
3083
2912
  --enable-string-functions-plugin
3084
 
                          Enable loading String Functions by default.
3085
 
                          [default=yes]
 
2913
                          Enable loading by default. [default=yes]
3086
2914
  --disable-string-functions-plugin
3087
 
                          Disable loading String Functions by default.
 
2915
                          Disable loading by default.
3088
2916
 
3089
2917
 
3090
2918
  --enable-substr-functions-plugin
3091
 
                          Enable loading SUBSTRING() and SUBSTRING_INDEX()
3092
 
                          functions by default. [default=yes]
 
2919
                          Enable loading by default. [default=yes]
3093
2920
  --disable-substr-functions-plugin
3094
 
                          Disable loading SUBSTRING() and SUBSTRING_INDEX()
3095
 
                          functions by default.
3096
 
 
3097
 
 
3098
 
  --enable-syslog-plugin  Enable loading Syslog by default. [default=yes]
3099
 
  --disable-syslog-plugin Disable loading Syslog by default.
 
2921
                          Disable loading by default.
 
2922
 
 
2923
 
 
2924
  --enable-syslog-plugin  Enable loading by default. [default=yes]
 
2925
  --disable-syslog-plugin Disable loading by default.
3100
2926
 
3101
2927
 
3102
2928
  --enable-table-cache-dictionary-plugin
3103
 
                          Enable loading Table Cached and Table Definition
3104
 
                          Dictionary by default. [default=yes]
 
2929
                          Enable loading by default. [default=yes]
3105
2930
  --disable-table-cache-dictionary-plugin
3106
 
                          Disable loading Table Cached and Table Definition
3107
 
                          Dictionary by default.
 
2931
                          Disable loading by default.
3108
2932
 
3109
2933
 
3110
2934
  --enable-tableprototester-plugin
3111
 
                          Enable loading Table Proto Message Tester by
3112
 
                          default. [default=no]
 
2935
                          Enable loading by default. [default=no]
3113
2936
  --disable-tableprototester-plugin
3114
 
                          Disable loading Table Proto Message Tester by
3115
 
                          default.
3116
 
 
3117
 
 
3118
 
  --enable-transaction-log-plugin
3119
 
                          Enable loading Transaction Log by default.
3120
 
                          [default=yes]
3121
 
  --disable-transaction-log-plugin
3122
 
                          Disable loading Transaction Log by default.
 
2937
                          Disable loading by default.
3123
2938
 
3124
2939
 
3125
2940
  --enable-trigger-dictionary-plugin
3126
 
                          Enable loading Trigger Dictionary by default.
3127
 
                          [default=no]
 
2941
                          Enable loading by default. [default=no]
3128
2942
  --disable-trigger-dictionary-plugin
3129
 
                          Disable loading Trigger Dictionary by default.
 
2943
                          Disable loading by default.
3130
2944
 
3131
2945
 
3132
2946
  --enable-user-locks-plugin
3133
 
                          Enable loading User Locks. by default. [default=yes]
 
2947
                          Enable loading by default. [default=yes]
3134
2948
  --disable-user-locks-plugin
3135
 
                          Disable loading User Locks. by default.
 
2949
                          Disable loading by default.
3136
2950
 
3137
2951
 
3138
2952
  --enable-utility-dictionary-plugin
3139
 
                          Enable loading Utility data dictionary tables. by
3140
 
                          default. [default=no]
 
2953
                          Enable loading by default. [default=no]
3141
2954
  --disable-utility-dictionary-plugin
3142
 
                          Disable loading Utility data dictionary tables. by
3143
 
                          default.
 
2955
                          Disable loading by default.
3144
2956
 
3145
2957
 
3146
2958
  --enable-utility-functions-plugin
3147
 
                          Enable loading Utility Functions by default.
3148
 
                          [default=yes]
 
2959
                          Enable loading by default. [default=yes]
3149
2960
  --disable-utility-functions-plugin
3150
 
                          Disable loading Utility Functions by default.
 
2961
                          Disable loading by default.
3151
2962
 
3152
2963
 
3153
2964
  --enable-uuid-function-plugin
3154
 
                          Enable loading UUID() plugin by default.
3155
 
                          [default=yes]
 
2965
                          Enable loading by default. [default=yes]
3156
2966
  --disable-uuid-function-plugin
3157
 
                          Disable loading UUID() plugin by default.
3158
 
 
3159
 
 
3160
 
  --enable-version-plugin Enable loading version UDF by default. [default=yes]
 
2967
                          Disable loading by default.
 
2968
 
 
2969
 
 
2970
  --enable-version-plugin Enable loading by default. [default=yes]
3161
2971
  --disable-version-plugin
3162
 
                          Disable loading version UDF by default.
 
2972
                          Disable loading by default.
 
2973
 
 
2974
 
 
2975
  --enable-zeromq-plugin  Enable loading by default. [default=no]
 
2976
  --disable-zeromq-plugin Disable loading by default.
3163
2977
 
3164
2978
 
3165
2979
Optional Packages:
3168
2982
  --with-pic              try to use only PIC/non-PIC objects [default=use
3169
2983
                          both]
3170
2984
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
 
2985
  --with-sysroot=DIR Search for dependent libraries within DIR
 
2986
                        (or the compiler's sysroot if not specified).
3171
2987
  --with-debug            Add debug code/turns off optimizations (yes|no)
3172
2988
                          [default=no]
3173
2989
  --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
3174
2990
  --without-lib-prefix    don't search for libraries in includedir and libdir
3175
2991
  --with-valgrind         Add additional valgrind code for testing with
3176
2992
                          valgrind.
3177
 
  --without-server        Don not build the drizzled server.
 
2993
  --without-server        Do not build the drizzled server.
3178
2994
  --with-server-suffix    Append value to the version string.
3179
2995
  --with-drizzled-user=username
3180
2996
                          What user the drizzled daemon shall be run as.
3226
3042
                          [default=no]
3227
3043
 
3228
3044
 
3229
 
  --with-ascii-plugin     Build UDF Plugin for ASCII. [default=yes]
3230
 
  --without-ascii-plugin  Disable building UDF Plugin for ASCII
 
3045
  --with-ascii-plugin     Build . [default=yes]
 
3046
  --without-ascii-plugin  Disable building
3231
3047
 
3232
3048
 
3233
3049
  --with-static-ascii-plugin
3236
3052
                          Disable building Archive Storage Engine
3237
3053
 
3238
3054
 
3239
 
  --with-auth-all-plugin  Build Allow All Authentication. [default=yes]
 
3055
  --with-auth-all-plugin  Build . [default=yes]
3240
3056
  --without-auth-all-plugin
3241
 
                          Disable building Allow All Authentication
 
3057
                          Disable building
3242
3058
 
3243
3059
 
3244
3060
  --with-static-auth-all-plugin
3247
3063
                          Disable building Archive Storage Engine
3248
3064
 
3249
3065
 
3250
 
  --with-auth-file-plugin Build File-based Authentication. [default=yes]
 
3066
  --with-auth-file-plugin Build . [default=yes]
3251
3067
  --without-auth-file-plugin
3252
 
                          Disable building File-based Authentication
 
3068
                          Disable building
3253
3069
 
3254
3070
 
3255
3071
  --with-static-auth-file-plugin
3258
3074
                          Disable building Archive Storage Engine
3259
3075
 
3260
3076
 
3261
 
  --with-auth-http-plugin Build HTTP Authentication Plugin. [default=yes]
 
3077
  --with-auth-http-plugin Build . [default=yes]
3262
3078
  --without-auth-http-plugin
3263
 
                          Disable building HTTP Authentication Plugin
 
3079
                          Disable building
3264
3080
 
3265
3081
 
3266
3082
  --with-static-auth-http-plugin
3271
3087
  --with-libcurl-prefix[=DIR]  search for libcurl in DIR/include and DIR/lib
3272
3088
  --without-libcurl-prefix     don't search for libcurl in includedir and libdir
3273
3089
 
3274
 
  --with-auth-ldap-plugin Build LDAP Authentication. [default=yes]
 
3090
  --with-auth-ldap-plugin Build . [default=yes]
3275
3091
  --without-auth-ldap-plugin
3276
 
                          Disable building LDAP Authentication
 
3092
                          Disable building
3277
3093
 
3278
3094
 
3279
3095
  --with-static-auth-ldap-plugin
3284
3100
  --with-libldap-prefix[=DIR]  search for libldap in DIR/include and DIR/lib
3285
3101
  --without-libldap-prefix     don't search for libldap in includedir and libdir
3286
3102
 
3287
 
  --with-auth-pam-plugin  Build PAM Authenication Plugin. [default=yes]
 
3103
  --with-auth-pam-plugin  Build . [default=yes]
3288
3104
  --without-auth-pam-plugin
3289
 
                          Disable building PAM Authenication Plugin
 
3105
                          Disable building
3290
3106
 
3291
3107
 
3292
3108
  --with-static-auth-pam-plugin
3297
3113
  --with-libpam-prefix[=DIR]  search for libpam in DIR/include and DIR/lib
3298
3114
  --without-libpam-prefix     don't search for libpam in includedir and libdir
3299
3115
 
3300
 
  --with-auth-test-plugin Build Authentication Test. [default=yes]
 
3116
  --with-auth-schema-plugin
 
3117
                          Build . [default=yes]
 
3118
  --without-auth-schema-plugin
 
3119
                          Disable building
 
3120
 
 
3121
 
 
3122
  --with-static-auth-schema-plugin
 
3123
                          Build Archive Storage Engine. [default=no]
 
3124
  --without-static-auth-schema-plugin
 
3125
                          Disable building Archive Storage Engine
 
3126
 
 
3127
 
 
3128
  --with-auth-test-plugin Build . [default=yes]
3301
3129
  --without-auth-test-plugin
3302
 
                          Disable building Authentication Test
 
3130
                          Disable building
3303
3131
 
3304
3132
 
3305
3133
  --with-static-auth-test-plugin
3308
3136
                          Disable building Archive Storage Engine
3309
3137
 
3310
3138
 
3311
 
  --with-benchmark-plugin Build UDF Plugin for Benchmark. [default=yes]
 
3139
  --with-benchmark-plugin Build . [default=yes]
3312
3140
  --without-benchmark-plugin
3313
 
                          Disable building UDF Plugin for Benchmark
 
3141
                          Disable building
3314
3142
 
3315
3143
 
3316
3144
  --with-static-benchmark-plugin
3319
3147
                          Disable building Archive Storage Engine
3320
3148
 
3321
3149
 
3322
 
  --with-catalog-plugin   Build Catalog related DDL functions.. [default=yes]
 
3150
  --with-catalog-plugin   Build . [default=yes]
3323
3151
  --without-catalog-plugin
3324
 
                          Disable building Catalog related DDL functions.
 
3152
                          Disable building
3325
3153
 
3326
3154
 
3327
3155
  --with-static-catalog-plugin
3331
3159
 
3332
3160
 
3333
3161
  --with-charlength-plugin
3334
 
                          Build UDF Plugin for CharLength. [default=yes]
 
3162
                          Build . [default=yes]
3335
3163
  --without-charlength-plugin
3336
 
                          Disable building UDF Plugin for CharLength
 
3164
                          Disable building
3337
3165
 
3338
3166
 
3339
3167
  --with-static-charlength-plugin
3343
3171
 
3344
3172
 
3345
3173
  --with-coercibility-function-plugin
3346
 
                          Build COERCIBILITY() Function. [default=no]
 
3174
                          Build . [default=no]
3347
3175
  --without-coercibility-function-plugin
3348
 
                          Disable building COERCIBILITY() Function
 
3176
                          Disable building
3349
3177
 
3350
3178
 
3351
3179
  --with-static-coercibility-function-plugin
3355
3183
 
3356
3184
 
3357
3185
  --with-collation-dictionary-plugin
3358
 
                          Build Character And Collation Dictionary.
3359
 
                          [default=yes]
 
3186
                          Build . [default=yes]
3360
3187
  --without-collation-dictionary-plugin
3361
 
                          Disable building Character And Collation Dictionary
 
3188
                          Disable building
3362
3189
 
3363
3190
 
3364
3191
  --with-static-collation-dictionary-plugin
3368
3195
 
3369
3196
 
3370
3197
  --with-compression-plugin
3371
 
                          Build compression UDFs. [default=yes]
 
3198
                          Build . [default=yes]
3372
3199
  --without-compression-plugin
3373
 
                          Disable building compression UDFs
 
3200
                          Disable building
3374
3201
 
3375
3202
 
3376
3203
  --with-static-compression-plugin
3380
3207
 
3381
3208
 
3382
3209
  --with-connection-id-plugin
3383
 
                          Build Connection ID UDF. [default=yes]
 
3210
                          Build . [default=yes]
3384
3211
  --without-connection-id-plugin
3385
 
                          Disable building Connection ID UDF
 
3212
                          Disable building
3386
3213
 
3387
3214
 
3388
3215
  --with-static-connection-id-plugin
3391
3218
                          Disable building Archive Storage Engine
3392
3219
 
3393
3220
 
3394
 
  --with-console-plugin   Build Console Client. [default=yes]
 
3221
  --with-console-plugin   Build . [default=yes]
3395
3222
  --without-console-plugin
3396
 
                          Disable building Console Client
 
3223
                          Disable building
3397
3224
 
3398
3225
 
3399
3226
  --with-static-console-plugin
3402
3229
                          Disable building Archive Storage Engine
3403
3230
 
3404
3231
 
3405
 
  --with-crc32-plugin     Build crc32 UDF. [default=yes]
3406
 
  --without-crc32-plugin  Disable building crc32 UDF
 
3232
  --with-crc32-plugin     Build . [default=yes]
 
3233
  --without-crc32-plugin  Disable building
3407
3234
 
3408
3235
 
3409
3236
  --with-static-crc32-plugin
3412
3239
                          Disable building Archive Storage Engine
3413
3240
 
3414
3241
 
3415
 
  --with-debug-plugin     Build Kernel debugger utilities.. [default=yes]
3416
 
  --without-debug-plugin  Disable building Kernel debugger utilities.
 
3242
  --with-debug-plugin     Build . [default=yes]
 
3243
  --without-debug-plugin  Disable building
3417
3244
 
3418
3245
 
3419
3246
  --with-static-debug-plugin
3423
3250
 
3424
3251
 
3425
3252
  --with-default-replicator-plugin
3426
 
                          Build Default Replicator. [default=yes]
 
3253
                          Build . [default=yes]
3427
3254
  --without-default-replicator-plugin
3428
 
                          Disable building Default Replicator
 
3255
                          Disable building
3429
3256
 
3430
3257
 
3431
3258
  --with-static-default-replicator-plugin
3435
3262
 
3436
3263
 
3437
3264
  --with-drizzle-protocol-plugin
3438
 
                          Build Drizzle Protocol Module. [default=yes]
 
3265
                          Build . [default=yes]
3439
3266
  --without-drizzle-protocol-plugin
3440
 
                          Disable building Drizzle Protocol Module
 
3267
                          Disable building
3441
3268
 
3442
3269
 
3443
3270
  --with-static-drizzle-protocol-plugin
3447
3274
 
3448
3275
 
3449
3276
  --with-errmsg-stderr-plugin
3450
 
                          Build Error Message Plugin. [default=yes]
 
3277
                          Build . [default=yes]
3451
3278
  --without-errmsg-stderr-plugin
3452
 
                          Disable building Error Message Plugin
 
3279
                          Disable building
3453
3280
 
3454
3281
 
3455
3282
  --with-static-errmsg-stderr-plugin
3456
 
                          Build Archive Storage Engine. [default=no]
 
3283
                          Build Archive Storage Engine. [default=yes]
3457
3284
  --without-static-errmsg-stderr-plugin
3458
3285
                          Disable building Archive Storage Engine
3459
3286
 
3460
3287
 
3461
3288
  --with-error-dictionary-plugin
3462
 
                          Build Error Code data dictionary tables..
3463
 
                          [default=yes]
 
3289
                          Build . [default=yes]
3464
3290
  --without-error-dictionary-plugin
3465
 
                          Disable building Error Code data dictionary tables.
 
3291
                          Disable building
3466
3292
 
3467
3293
 
3468
3294
  --with-static-error-dictionary-plugin
3472
3298
 
3473
3299
 
3474
3300
  --with-filtered-replicator-plugin
3475
 
                          Build Filtered Replicator. [default=yes]
 
3301
                          Build . [default=no]
3476
3302
  --without-filtered-replicator-plugin
3477
 
                          Disable building Filtered Replicator
 
3303
                          Disable building
3478
3304
 
3479
3305
 
3480
3306
  --with-static-filtered-replicator-plugin
3484
3310
 
3485
3311
 
3486
3312
  --with-function-dictionary-plugin
3487
 
                          Build Function data dictionary tables..
3488
 
                          [default=yes]
 
3313
                          Build . [default=yes]
3489
3314
  --without-function-dictionary-plugin
3490
 
                          Disable building Function data dictionary tables.
 
3315
                          Disable building
3491
3316
 
3492
3317
 
3493
3318
  --with-static-function-dictionary-plugin
3497
3322
 
3498
3323
 
3499
3324
  --with-function-engine-plugin
3500
 
                          Build Data Engine. [default=yes]
 
3325
                          Build . [default=yes]
3501
3326
  --without-function-engine-plugin
3502
 
                          Disable building Data Engine
 
3327
                          Disable building
3503
3328
 
3504
3329
 
3505
3330
  --with-static-function-engine-plugin
3509
3334
 
3510
3335
 
3511
3336
  --with-gearman-udf-plugin
3512
 
                          Build Gearman Client UDFs. [default=yes]
 
3337
                          Build . [default=yes]
3513
3338
  --without-gearman-udf-plugin
3514
 
                          Disable building Gearman Client UDFs
 
3339
                          Disable building
3515
3340
 
3516
3341
 
3517
3342
  --with-static-gearman-udf-plugin
3522
3347
  --with-libgearman-prefix[=DIR]  search for libgearman in DIR/include and DIR/lib
3523
3348
  --without-libgearman-prefix     don't search for libgearman in includedir and libdir
3524
3349
 
3525
 
  --with-haildb-plugin    Build HailDB storage engine. [default=yes]
3526
 
  --without-haildb-plugin Disable building HailDB storage engine
3527
 
 
3528
 
 
3529
 
  --with-static-haildb-plugin
3530
 
                          Build Archive Storage Engine. [default=no]
3531
 
  --without-static-haildb-plugin
3532
 
                          Disable building Archive Storage Engine
3533
 
 
3534
 
  --with-libhaildb-prefix[=DIR]  search for libhaildb in DIR/include and DIR/lib
3535
 
  --without-libhaildb-prefix     don't search for libhaildb in includedir and libdir
3536
 
 
3537
3350
  --with-hello-events-plugin
3538
 
                          Build An example event observer Plugin.
3539
 
                          [default=yes]
 
3351
                          Build . [default=yes]
3540
3352
  --without-hello-events-plugin
3541
 
                          Disable building An example event observer Plugin
 
3353
                          Disable building
3542
3354
 
3543
3355
 
3544
3356
  --with-static-hello-events-plugin
3548
3360
 
3549
3361
 
3550
3362
  --with-hello-world-plugin
3551
 
                          Build Example Plugin. [default=yes]
 
3363
                          Build . [default=yes]
3552
3364
  --without-hello-world-plugin
3553
 
                          Disable building Example Plugin
 
3365
                          Disable building
3554
3366
 
3555
3367
 
3556
3368
  --with-static-hello-world-plugin
3560
3372
 
3561
3373
 
3562
3374
  --with-hex-functions-plugin
3563
 
                          Build HEX() and UNHEX() functions. [default=yes]
 
3375
                          Build . [default=yes]
3564
3376
  --without-hex-functions-plugin
3565
 
                          Disable building HEX() and UNHEX() functions
 
3377
                          Disable building
3566
3378
 
3567
3379
 
3568
3380
  --with-static-hex-functions-plugin
3571
3383
                          Disable building Archive Storage Engine
3572
3384
 
3573
3385
 
 
3386
  --with-http-functions-plugin
 
3387
                          Build . [default=yes]
 
3388
  --without-http-functions-plugin
 
3389
                          Disable building
 
3390
 
 
3391
 
 
3392
  --with-static-http-functions-plugin
 
3393
                          Build Archive Storage Engine. [default=no]
 
3394
  --without-static-http-functions-plugin
 
3395
                          Disable building Archive Storage Engine
 
3396
 
 
3397
 
3574
3398
  --with-information-schema-dictionary-plugin
3575
 
                          Build Information Schema Dictionary. [default=yes]
 
3399
                          Build . [default=yes]
3576
3400
  --without-information-schema-dictionary-plugin
3577
 
                          Disable building Information Schema Dictionary
 
3401
                          Disable building
3578
3402
 
3579
3403
 
3580
3404
  --with-static-information-schema-dictionary-plugin
3583
3407
                          Disable building Archive Storage Engine
3584
3408
 
3585
3409
 
3586
 
  --with-innobase-plugin  Build InnoDB Storage Engine. [default=yes]
 
3410
  --with-innobase-plugin  Build . [default=yes]
3587
3411
  --without-innobase-plugin
3588
 
                          Disable building InnoDB Storage Engine
 
3412
                          Disable building
3589
3413
 
3590
3414
 
3591
3415
  --with-static-innobase-plugin
3596
3420
  --with-libaio-prefix[=DIR]  search for libaio in DIR/include and DIR/lib
3597
3421
  --without-libaio-prefix     don't search for libaio in includedir and libdir
3598
3422
 
3599
 
  --with-length-plugin    Build UDF Plugin for Length. [default=yes]
3600
 
  --without-length-plugin Disable building UDF Plugin for Length
 
3423
  --with-ipv6-function-plugin
 
3424
                          Build . [default=no]
 
3425
  --without-ipv6-function-plugin
 
3426
                          Disable building
 
3427
 
 
3428
 
 
3429
  --with-static-ipv6-function-plugin
 
3430
                          Build Archive Storage Engine. [default=yes]
 
3431
  --without-static-ipv6-function-plugin
 
3432
                          Disable building Archive Storage Engine
 
3433
 
 
3434
 
 
3435
  --with-js-plugin        Build . [default=yes]
 
3436
  --without-js-plugin     Disable building
 
3437
 
 
3438
 
 
3439
  --with-static-js-plugin Build Archive Storage Engine. [default=no]
 
3440
  --without-static-js-plugin
 
3441
                          Disable building Archive Storage Engine
 
3442
 
 
3443
  --with-libv8-prefix[=DIR]  search for libv8 in DIR/include and DIR/lib
 
3444
  --without-libv8-prefix     don't search for libv8 in includedir and libdir
 
3445
 
 
3446
  --with-json-server-plugin
 
3447
                          Build . [default=yes]
 
3448
  --without-json-server-plugin
 
3449
                          Disable building
 
3450
 
 
3451
 
 
3452
  --with-static-json-server-plugin
 
3453
                          Build Archive Storage Engine. [default=no]
 
3454
  --without-static-json-server-plugin
 
3455
                          Disable building Archive Storage Engine
 
3456
 
 
3457
  --with-libevent-prefix[=DIR]  search for libevent in DIR/include and DIR/lib
 
3458
  --without-libevent-prefix     don't search for libevent in includedir and libdir
 
3459
 
 
3460
  --with-length-plugin    Build . [default=yes]
 
3461
  --without-length-plugin Disable building
3601
3462
 
3602
3463
 
3603
3464
  --with-static-length-plugin
3607
3468
 
3608
3469
 
3609
3470
  --with-logging-gearman-plugin
3610
 
                          Build Gearman Logging Plugin. [default=yes]
 
3471
                          Build . [default=yes]
3611
3472
  --without-logging-gearman-plugin
3612
 
                          Disable building Gearman Logging Plugin
 
3473
                          Disable building
3613
3474
 
3614
3475
 
3615
3476
  --with-static-logging-gearman-plugin
3619
3480
 
3620
3481
 
3621
3482
  --with-logging-query-plugin
3622
 
                          Build Query Logging Plugin. [default=yes]
 
3483
                          Build . [default=yes]
3623
3484
  --without-logging-query-plugin
3624
 
                          Disable building Query Logging Plugin
 
3485
                          Disable building
3625
3486
 
3626
3487
 
3627
3488
  --with-static-logging-query-plugin
3631
3492
 
3632
3493
 
3633
3494
  --with-logging-stats-plugin
3634
 
                          Build Statistics Plugin for Drizzle. [default=yes]
 
3495
                          Build . [default=yes]
3635
3496
  --without-logging-stats-plugin
3636
 
                          Disable building Statistics Plugin for Drizzle
 
3497
                          Disable building
3637
3498
 
3638
3499
 
3639
3500
  --with-static-logging-stats-plugin
3643
3504
 
3644
3505
 
3645
3506
  --with-math-functions-plugin
3646
 
                          Build Math Functions. [default=yes]
 
3507
                          Build . [default=yes]
3647
3508
  --without-math-functions-plugin
3648
 
                          Disable building Math Functions
 
3509
                          Disable building
3649
3510
 
3650
3511
 
3651
3512
  --with-static-math-functions-plugin
3654
3515
                          Disable building Archive Storage Engine
3655
3516
 
3656
3517
 
3657
 
  --with-md5-plugin       Build UDF Plugin for MD5. [default=yes]
3658
 
  --without-md5-plugin    Disable building UDF Plugin for MD5
 
3518
  --with-md5-plugin       Build . [default=yes]
 
3519
  --without-md5-plugin    Disable building
3659
3520
 
3660
3521
 
3661
3522
  --with-static-md5-plugin
3667
3528
  --without-libgcrypt-prefix     don't search for libgcrypt in includedir and libdir
3668
3529
 
3669
3530
  --with-memcached-functions-plugin
3670
 
                          Build Memcached Client UDFs. [default=no]
 
3531
                          Build . [default=no]
3671
3532
  --without-memcached-functions-plugin
3672
 
                          Disable building Memcached Client UDFs
 
3533
                          Disable building
3673
3534
 
3674
3535
 
3675
3536
  --with-static-memcached-functions-plugin
3683
3544
  --without-libmemcachedprotocol-prefix     don't search for libmemcachedprotocol in includedir and libdir
3684
3545
  --with-memcached        Memcached binary to use for make test
3685
3546
 
3686
 
  --with-memcached-query-cache-plugin
3687
 
                          Build Query Cache. [default=no]
3688
 
  --without-memcached-query-cache-plugin
3689
 
                          Disable building Query Cache
3690
 
 
3691
 
 
3692
 
  --with-static-memcached-query-cache-plugin
3693
 
                          Build Archive Storage Engine. [default=no]
3694
 
  --without-static-memcached-query-cache-plugin
3695
 
                          Disable building Archive Storage Engine
3696
 
 
3697
 
 
3698
3547
  --with-memcached-stats-plugin
3699
 
                          Build Memcached Stats in DATA_DICTIONARY tables.
3700
 
                          [default=no]
 
3548
                          Build . [default=no]
3701
3549
  --without-memcached-stats-plugin
3702
 
                          Disable building Memcached Stats in DATA_DICTIONARY
3703
 
                          tables
 
3550
                          Disable building
3704
3551
 
3705
3552
 
3706
3553
  --with-static-memcached-stats-plugin
3709
3556
                          Disable building Archive Storage Engine
3710
3557
 
3711
3558
 
3712
 
  --with-memory-plugin    Build Memory Storage Engine. [default=yes]
3713
 
  --without-memory-plugin Disable building Memory Storage Engine
 
3559
  --with-memory-plugin    Build . [default=yes]
 
3560
  --without-memory-plugin Disable building
3714
3561
 
3715
3562
 
3716
3563
  --with-static-memory-plugin
3720
3567
 
3721
3568
 
3722
3569
  --with-multi-thread-plugin
3723
 
                          Build Multi-Thread Scheduler. [default=yes]
 
3570
                          Build . [default=yes]
3724
3571
  --without-multi-thread-plugin
3725
 
                          Disable building Multi-Thread Scheduler
 
3572
                          Disable building
3726
3573
 
3727
3574
 
3728
3575
  --with-static-multi-thread-plugin
3731
3578
                          Disable building Archive Storage Engine
3732
3579
 
3733
3580
 
3734
 
  --with-myisam-plugin    Build MyISAM Storage Engine. [default=yes]
3735
 
  --without-myisam-plugin Disable building MyISAM Storage Engine
 
3581
  --with-myisam-plugin    Build . [default=yes]
 
3582
  --without-myisam-plugin Disable building
3736
3583
 
3737
3584
 
3738
3585
  --with-static-myisam-plugin
3742
3589
 
3743
3590
 
3744
3591
  --with-mysql-protocol-plugin
3745
 
                          Build MySQL Protocol Module. [default=yes]
 
3592
                          Build . [default=yes]
3746
3593
  --without-mysql-protocol-plugin
3747
 
                          Disable building MySQL Protocol Module
 
3594
                          Disable building
3748
3595
 
3749
3596
 
3750
3597
  --with-static-mysql-protocol-plugin
3754
3601
 
3755
3602
 
3756
3603
  --with-mysql-unix-socket-protocol-plugin
3757
 
                          Build MySQL Unix Socket Protocol Module.
3758
 
                          [default=yes]
 
3604
                          Build . [default=yes]
3759
3605
  --without-mysql-unix-socket-protocol-plugin
3760
 
                          Disable building MySQL Unix Socket Protocol Module
 
3606
                          Disable building
3761
3607
 
3762
3608
 
3763
3609
  --with-static-mysql-unix-socket-protocol-plugin
3766
3612
                          Disable building Archive Storage Engine
3767
3613
 
3768
3614
 
3769
 
  --with-pbms-plugin      Build PrimeBase Media Stream Daemon. [default=yes]
3770
 
  --without-pbms-plugin   Disable building PrimeBase Media Stream Daemon
3771
 
 
3772
 
 
3773
 
  --with-static-pbms-plugin
3774
 
                          Build Archive Storage Engine. [default=no]
3775
 
  --without-static-pbms-plugin
3776
 
                          Disable building Archive Storage Engine
3777
 
 
3778
 
 
3779
3615
  --with-performance-dictionary-plugin
3780
 
                          Build Performance Dictionary. [default=yes]
 
3616
                          Build . [default=yes]
3781
3617
  --without-performance-dictionary-plugin
3782
 
                          Disable building Performance Dictionary
 
3618
                          Disable building
3783
3619
 
3784
3620
 
3785
3621
  --with-static-performance-dictionary-plugin
3789
3625
 
3790
3626
 
3791
3627
  --with-protocol-dictionary-plugin
3792
 
                          Build Protocol Dictionary. [default=yes]
 
3628
                          Build . [default=yes]
3793
3629
  --without-protocol-dictionary-plugin
3794
 
                          Disable building Protocol Dictionary
 
3630
                          Disable building
3795
3631
 
3796
3632
 
3797
3633
  --with-static-protocol-dictionary-plugin
3800
3636
                          Disable building Archive Storage Engine
3801
3637
 
3802
3638
 
3803
 
  --with-rabbitmq-plugin  Build RabbitMQ Replicator. [default=yes]
 
3639
  --with-query-log-plugin Build . [default=yes]
 
3640
  --without-query-log-plugin
 
3641
                          Disable building
 
3642
 
 
3643
 
 
3644
  --with-static-query-log-plugin
 
3645
                          Build Archive Storage Engine. [default=no]
 
3646
  --without-static-query-log-plugin
 
3647
                          Disable building Archive Storage Engine
 
3648
 
 
3649
 
 
3650
  --with-rabbitmq-plugin  Build . [default=yes]
3804
3651
  --without-rabbitmq-plugin
3805
 
                          Disable building RabbitMQ Replicator
 
3652
                          Disable building
3806
3653
 
3807
3654
 
3808
3655
  --with-static-rabbitmq-plugin
3814
3661
  --without-librabbitmq-prefix     don't search for librabbitmq in includedir and libdir
3815
3662
 
3816
3663
  --with-rand-function-plugin
3817
 
                          Build RAND() function. [default=yes]
 
3664
                          Build . [default=yes]
3818
3665
  --without-rand-function-plugin
3819
 
                          Disable building RAND() function
 
3666
                          Disable building
3820
3667
 
3821
3668
 
3822
3669
  --with-static-rand-function-plugin
3826
3673
 
3827
3674
 
3828
3675
  --with-regex-policy-plugin
3829
 
                          Build Regex Policy. [default=yes]
 
3676
                          Build . [default=yes]
3830
3677
  --without-regex-policy-plugin
3831
 
                          Disable building Regex Policy
 
3678
                          Disable building
3832
3679
 
3833
3680
 
3834
3681
  --with-static-regex-policy-plugin
3838
3685
 
3839
3686
 
3840
3687
  --with-registry-dictionary-plugin
3841
 
                          Build Registry Dictionary. [default=yes]
 
3688
                          Build . [default=yes]
3842
3689
  --without-registry-dictionary-plugin
3843
 
                          Disable building Registry Dictionary
 
3690
                          Disable building
3844
3691
 
3845
3692
 
3846
3693
  --with-static-registry-dictionary-plugin
3849
3696
                          Disable building Archive Storage Engine
3850
3697
 
3851
3698
 
3852
 
  --with-replication-dictionary-plugin
3853
 
                          Build Registry Dictionary. [default=yes]
3854
 
  --without-replication-dictionary-plugin
3855
 
                          Disable building Registry Dictionary
3856
 
 
3857
 
 
3858
 
  --with-static-replication-dictionary-plugin
3859
 
                          Build Archive Storage Engine. [default=yes]
3860
 
  --without-static-replication-dictionary-plugin
3861
 
                          Disable building Archive Storage Engine
3862
 
 
3863
 
 
3864
3699
  --with-reverse-function-plugin
3865
 
                          Build REVERSE function. [default=yes]
 
3700
                          Build . [default=yes]
3866
3701
  --without-reverse-function-plugin
3867
 
                          Disable building REVERSE function
 
3702
                          Disable building
3868
3703
 
3869
3704
 
3870
3705
  --with-static-reverse-function-plugin
3873
3708
                          Disable building Archive Storage Engine
3874
3709
 
3875
3710
 
3876
 
  --with-rot13-plugin     Build ROT 13. [default=yes]
3877
 
  --without-rot13-plugin  Disable building ROT 13
3878
 
 
3879
 
 
3880
 
  --with-static-rot13-plugin
3881
 
                          Build Archive Storage Engine. [default=no]
3882
 
  --without-static-rot13-plugin
3883
 
                          Disable building Archive Storage Engine
3884
 
 
3885
 
 
3886
3711
  --with-schema-dictionary-plugin
3887
 
                          Build Schema Dictionary. [default=yes]
 
3712
                          Build . [default=yes]
3888
3713
  --without-schema-dictionary-plugin
3889
 
                          Disable building Schema Dictionary
 
3714
                          Disable building
3890
3715
 
3891
3716
 
3892
3717
  --with-static-schema-dictionary-plugin
3896
3721
 
3897
3722
 
3898
3723
  --with-schema-engine-plugin
3899
 
                          Build Schema Engine. [default=yes]
 
3724
                          Build . [default=yes]
3900
3725
  --without-schema-engine-plugin
3901
 
                          Disable building Schema Engine
 
3726
                          Disable building
3902
3727
 
3903
3728
 
3904
3729
  --with-static-schema-engine-plugin
3908
3733
 
3909
3734
 
3910
3735
  --with-session-dictionary-plugin
3911
 
                          Build Session Dictionary. [default=yes]
 
3736
                          Build . [default=yes]
3912
3737
  --without-session-dictionary-plugin
3913
 
                          Disable building Session Dictionary
 
3738
                          Disable building
3914
3739
 
3915
3740
 
3916
3741
  --with-static-session-dictionary-plugin
3920
3745
 
3921
3746
 
3922
3747
  --with-show-dictionary-plugin
3923
 
                          Build Show Dictionary. [default=yes]
 
3748
                          Build . [default=yes]
3924
3749
  --without-show-dictionary-plugin
3925
 
                          Disable building Show Dictionary
 
3750
                          Disable building
3926
3751
 
3927
3752
 
3928
3753
  --with-static-show-dictionary-plugin
3932
3757
 
3933
3758
 
3934
3759
  --with-show-schema-proto-plugin
3935
 
                          Build SHOW_SCHEMA_PROTO(db) Function. [default=yes]
 
3760
                          Build . [default=yes]
3936
3761
  --without-show-schema-proto-plugin
3937
 
                          Disable building SHOW_SCHEMA_PROTO(db) Function
 
3762
                          Disable building
3938
3763
 
3939
3764
 
3940
3765
  --with-static-show-schema-proto-plugin
3944
3769
 
3945
3770
 
3946
3771
  --with-shutdown-function-plugin
3947
 
                          Build Shutdown function. [default=yes]
 
3772
                          Build . [default=yes]
3948
3773
  --without-shutdown-function-plugin
3949
 
                          Disable building Shutdown function
 
3774
                          Disable building
3950
3775
 
3951
3776
 
3952
3777
  --with-static-shutdown-function-plugin
3956
3781
 
3957
3782
 
3958
3783
  --with-signal-handler-plugin
3959
 
                          Build Default Signal Handler. [default=yes]
 
3784
                          Build . [default=yes]
3960
3785
  --without-signal-handler-plugin
3961
 
                          Disable building Default Signal Handler
 
3786
                          Disable building
3962
3787
 
3963
3788
 
3964
3789
  --with-static-signal-handler-plugin
3968
3793
 
3969
3794
 
3970
3795
  --with-simple-user-policy-plugin
3971
 
                          Build Simple User Policy. [default=yes]
 
3796
                          Build . [default=yes]
3972
3797
  --without-simple-user-policy-plugin
3973
 
                          Disable building Simple User Policy
 
3798
                          Disable building
3974
3799
 
3975
3800
 
3976
3801
  --with-static-simple-user-policy-plugin
3979
3804
                          Disable building Archive Storage Engine
3980
3805
 
3981
3806
 
3982
 
  --with-slave-plugin     Build Replication Slave. [default=yes]
3983
 
  --without-slave-plugin  Disable building Replication Slave
 
3807
  --with-slave-plugin     Build . [default=yes]
 
3808
  --without-slave-plugin  Disable building
3984
3809
 
3985
3810
 
3986
3811
  --with-static-slave-plugin
3989
3814
                          Disable building Archive Storage Engine
3990
3815
 
3991
3816
 
3992
 
  --with-sleep-plugin     Build Sleep Function. [default=yes]
3993
 
  --without-sleep-plugin  Disable building Sleep Function
 
3817
  --with-sleep-plugin     Build . [default=yes]
 
3818
  --without-sleep-plugin  Disable building
3994
3819
 
3995
3820
 
3996
3821
  --with-static-sleep-plugin
4000
3825
 
4001
3826
 
4002
3827
  --with-status-dictionary-plugin
4003
 
                          Build Status Dictionary. [default=yes]
 
3828
                          Build . [default=yes]
4004
3829
  --without-status-dictionary-plugin
4005
 
                          Disable building Status Dictionary
 
3830
                          Disable building
4006
3831
 
4007
3832
 
4008
3833
  --with-static-status-dictionary-plugin
4012
3837
 
4013
3838
 
4014
3839
  --with-storage-engine-api-tester-plugin
4015
 
                          Build Storage Engine API Tester. [default=yes]
 
3840
                          Build . [default=yes]
4016
3841
  --without-storage-engine-api-tester-plugin
4017
 
                          Disable building Storage Engine API Tester
 
3842
                          Disable building
4018
3843
 
4019
3844
 
4020
3845
  --with-static-storage-engine-api-tester-plugin
4024
3849
 
4025
3850
 
4026
3851
  --with-string-functions-plugin
4027
 
                          Build String Functions. [default=yes]
 
3852
                          Build . [default=yes]
4028
3853
  --without-string-functions-plugin
4029
 
                          Disable building String Functions
 
3854
                          Disable building
4030
3855
 
4031
3856
 
4032
3857
  --with-static-string-functions-plugin
4036
3861
 
4037
3862
 
4038
3863
  --with-substr-functions-plugin
4039
 
                          Build SUBSTRING() and SUBSTRING_INDEX() functions.
4040
 
                          [default=yes]
 
3864
                          Build . [default=yes]
4041
3865
  --without-substr-functions-plugin
4042
 
                          Disable building SUBSTRING() and SUBSTRING_INDEX()
4043
 
                          functions
 
3866
                          Disable building
4044
3867
 
4045
3868
 
4046
3869
  --with-static-substr-functions-plugin
4049
3872
                          Disable building Archive Storage Engine
4050
3873
 
4051
3874
 
4052
 
  --with-syslog-plugin    Build Syslog. [default=yes]
4053
 
  --without-syslog-plugin Disable building Syslog
 
3875
  --with-syslog-plugin    Build . [default=yes]
 
3876
  --without-syslog-plugin Disable building
4054
3877
 
4055
3878
 
4056
3879
  --with-static-syslog-plugin
4057
 
                          Build Archive Storage Engine. [default=no]
 
3880
                          Build Archive Storage Engine. [default=yes]
4058
3881
  --without-static-syslog-plugin
4059
3882
                          Disable building Archive Storage Engine
4060
3883
 
4061
3884
 
4062
3885
  --with-table-cache-dictionary-plugin
4063
 
                          Build Table Cached and Table Definition Dictionary.
4064
 
                          [default=yes]
 
3886
                          Build . [default=yes]
4065
3887
  --without-table-cache-dictionary-plugin
4066
 
                          Disable building Table Cached and Table Definition
4067
 
                          Dictionary
 
3888
                          Disable building
4068
3889
 
4069
3890
 
4070
3891
  --with-static-table-cache-dictionary-plugin
4074
3895
 
4075
3896
 
4076
3897
  --with-tableprototester-plugin
4077
 
                          Build Table Proto Message Tester. [default=yes]
 
3898
                          Build . [default=yes]
4078
3899
  --without-tableprototester-plugin
4079
 
                          Disable building Table Proto Message Tester
 
3900
                          Disable building
4080
3901
 
4081
3902
 
4082
3903
  --with-static-tableprototester-plugin
4085
3906
                          Disable building Archive Storage Engine
4086
3907
 
4087
3908
 
4088
 
  --with-transaction-log-plugin
4089
 
                          Build Transaction Log. [default=yes]
4090
 
  --without-transaction-log-plugin
4091
 
                          Disable building Transaction Log
4092
 
 
4093
 
 
4094
 
  --with-static-transaction-log-plugin
4095
 
                          Build Archive Storage Engine. [default=yes]
4096
 
  --without-static-transaction-log-plugin
4097
 
                          Disable building Archive Storage Engine
4098
 
 
4099
 
 
4100
3909
  --with-trigger-dictionary-plugin
4101
 
                          Build Trigger Dictionary. [default=yes]
 
3910
                          Build . [default=yes]
4102
3911
  --without-trigger-dictionary-plugin
4103
 
                          Disable building Trigger Dictionary
 
3912
                          Disable building
4104
3913
 
4105
3914
 
4106
3915
  --with-static-trigger-dictionary-plugin
4110
3919
 
4111
3920
 
4112
3921
  --with-user-locks-plugin
4113
 
                          Build User Locks.. [default=yes]
 
3922
                          Build . [default=yes]
4114
3923
  --without-user-locks-plugin
4115
 
                          Disable building User Locks.
 
3924
                          Disable building
4116
3925
 
4117
3926
 
4118
3927
  --with-static-user-locks-plugin
4122
3931
 
4123
3932
 
4124
3933
  --with-utility-dictionary-plugin
4125
 
                          Build Utility data dictionary tables.. [default=yes]
 
3934
                          Build . [default=yes]
4126
3935
  --without-utility-dictionary-plugin
4127
 
                          Disable building Utility data dictionary tables.
 
3936
                          Disable building
4128
3937
 
4129
3938
 
4130
3939
  --with-static-utility-dictionary-plugin
4134
3943
 
4135
3944
 
4136
3945
  --with-utility-functions-plugin
4137
 
                          Build Utility Functions. [default=yes]
 
3946
                          Build . [default=yes]
4138
3947
  --without-utility-functions-plugin
4139
 
                          Disable building Utility Functions
 
3948
                          Disable building
4140
3949
 
4141
3950
 
4142
3951
  --with-static-utility-functions-plugin
4146
3955
 
4147
3956
 
4148
3957
  --with-uuid-function-plugin
4149
 
                          Build UUID() plugin. [default=yes]
 
3958
                          Build . [default=yes]
4150
3959
  --without-uuid-function-plugin
4151
 
                          Disable building UUID() plugin
 
3960
                          Disable building
4152
3961
 
4153
3962
 
4154
3963
  --with-static-uuid-function-plugin
4157
3966
                          Disable building Archive Storage Engine
4158
3967
 
4159
3968
 
4160
 
  --with-version-plugin   Build version UDF. [default=yes]
 
3969
  --with-version-plugin   Build . [default=yes]
4161
3970
  --without-version-plugin
4162
 
                          Disable building version UDF
 
3971
                          Disable building
4163
3972
 
4164
3973
 
4165
3974
  --with-static-version-plugin
4168
3977
                          Disable building Archive Storage Engine
4169
3978
 
4170
3979
 
 
3980
  --with-zeromq-plugin    Build . [default=yes]
 
3981
  --without-zeromq-plugin Disable building
 
3982
 
 
3983
 
 
3984
  --with-static-zeromq-plugin
 
3985
                          Build Archive Storage Engine. [default=no]
 
3986
  --without-static-zeromq-plugin
 
3987
                          Disable building Archive Storage Engine
 
3988
 
 
3989
  --with-libzmq-prefix[=DIR]  search for libzmq in DIR/include and DIR/lib
 
3990
  --without-libzmq-prefix     don't search for libzmq in includedir and libdir
 
3991
 
4171
3992
Some influential environment variables:
4172
3993
  CC          C compiler command
4173
3994
  CFLAGS      C compiler flags
4185
4006
it to find libraries and programs with nonstandard names/locations.
4186
4007
 
4187
4008
Report bugs to <http://bugs.launchpad.net/drizzle>.
 
4009
drizzle home page: <http://drizzle.org/>.
4188
4010
_ACEOF
4189
4011
ac_status=$?
4190
4012
fi
4247
4069
test -n "$ac_init_help" && exit $ac_status
4248
4070
if $ac_init_version; then
4249
4071
  cat <<\_ACEOF
4250
 
drizzle7 configure 7
4251
 
generated by GNU Autoconf 2.65
 
4072
drizzle configure 7.1
 
4073
generated by GNU Autoconf 2.68
4252
4074
 
4253
 
Copyright (C) 2009 Free Software Foundation, Inc.
 
4075
Copyright (C) 2010 Free Software Foundation, Inc.
4254
4076
This configure script is free software; the Free Software Foundation
4255
4077
gives unlimited permission to copy, distribute and modify it.
4256
4078
_ACEOF
4294
4116
 
4295
4117
        ac_retval=1
4296
4118
fi
4297
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
4119
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4298
4120
  as_fn_set_status $ac_retval
4299
4121
 
4300
4122
} # ac_fn_c_try_compile
4320
4142
    mv -f conftest.er1 conftest.err
4321
4143
  fi
4322
4144
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4323
 
  test $ac_status = 0; } >/dev/null && {
 
4145
  test $ac_status = 0; } > conftest.i && {
4324
4146
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4325
4147
         test ! -s conftest.err
4326
4148
       }; then :
4331
4153
 
4332
4154
    ac_retval=1
4333
4155
fi
4334
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
4156
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4335
4157
  as_fn_set_status $ac_retval
4336
4158
 
4337
4159
} # ac_fn_c_try_cpp
4344
4166
ac_fn_c_check_header_mongrel ()
4345
4167
{
4346
4168
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
4347
 
  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
4169
  if eval \${$3+:} false; then :
4348
4170
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
4349
4171
$as_echo_n "checking for $2... " >&6; }
4350
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
4172
if eval \${$3+:} false; then :
4351
4173
  $as_echo_n "(cached) " >&6
4352
4174
fi
4353
4175
eval ac_res=\$$3
4383
4205
else
4384
4206
  ac_header_preproc=no
4385
4207
fi
4386
 
rm -f conftest.err conftest.$ac_ext
 
4208
rm -f conftest.err conftest.i conftest.$ac_ext
4387
4209
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
4388
4210
$as_echo "$ac_header_preproc" >&6; }
4389
4211
 
4406
4228
$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
4407
4229
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
4408
4230
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
4409
 
( cat <<\_ASBOX
4410
 
## ------------------------------------------------ ##
 
4231
( $as_echo "## ------------------------------------------------ ##
4411
4232
## Report this to http://bugs.launchpad.net/drizzle ##
4412
 
## ------------------------------------------------ ##
4413
 
_ASBOX
 
4233
## ------------------------------------------------ ##"
4414
4234
     ) | sed "s/^/$as_me: WARNING:     /" >&2
4415
4235
    ;;
4416
4236
esac
4417
4237
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
4418
4238
$as_echo_n "checking for $2... " >&6; }
4419
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
4239
if eval \${$3+:} false; then :
4420
4240
  $as_echo_n "(cached) " >&6
4421
4241
else
4422
4242
  eval "$3=\$ac_header_compiler"
4425
4245
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4426
4246
$as_echo "$ac_res" >&6; }
4427
4247
fi
4428
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
4248
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4429
4249
 
4430
4250
} # ac_fn_c_check_header_mongrel
4431
4251
 
4466
4286
       ac_retval=$ac_status
4467
4287
fi
4468
4288
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
4469
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
4289
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4470
4290
  as_fn_set_status $ac_retval
4471
4291
 
4472
4292
} # ac_fn_c_try_run
4480
4300
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
4481
4301
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
4482
4302
$as_echo_n "checking for $2... " >&6; }
4483
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
4303
if eval \${$3+:} false; then :
4484
4304
  $as_echo_n "(cached) " >&6
4485
4305
else
4486
4306
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4498
4318
eval ac_res=\$$3
4499
4319
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4500
4320
$as_echo "$ac_res" >&6; }
4501
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
4321
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4502
4322
 
4503
4323
} # ac_fn_c_check_header_compile
4504
4324
 
4535
4355
 
4536
4356
        ac_retval=1
4537
4357
fi
4538
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
4358
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4539
4359
  as_fn_set_status $ac_retval
4540
4360
 
4541
4361
} # ac_fn_cxx_try_compile
4542
4362
 
4543
 
# ac_fn_c_check_decl LINENO SYMBOL VAR
4544
 
# ------------------------------------
4545
 
# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
 
4363
# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
 
4364
# ---------------------------------------------
 
4365
# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
 
4366
# accordingly.
4546
4367
ac_fn_c_check_decl ()
4547
4368
{
4548
4369
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
4549
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
4550
 
$as_echo_n "checking whether $2 is declared... " >&6; }
4551
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
4370
  as_decl_name=`echo $2|sed 's/ *(.*//'`
 
4371
  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
 
4372
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
 
4373
$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
 
4374
if eval \${$3+:} false; then :
4552
4375
  $as_echo_n "(cached) " >&6
4553
4376
else
4554
4377
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4557
4380
int
4558
4381
main ()
4559
4382
{
4560
 
#ifndef $2
4561
 
  (void) $2;
 
4383
#ifndef $as_decl_name
 
4384
#ifdef __cplusplus
 
4385
  (void) $as_decl_use;
 
4386
#else
 
4387
  (void) $as_decl_name;
 
4388
#endif
4562
4389
#endif
4563
4390
 
4564
4391
  ;
4575
4402
eval ac_res=\$$3
4576
4403
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4577
4404
$as_echo "$ac_res" >&6; }
4578
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
4405
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4579
4406
 
4580
4407
} # ac_fn_c_check_decl
4581
4408
 
4620
4447
  # interfere with the next link command; also delete a directory that is
4621
4448
  # left behind by Apple's compiler.  We do this before executing the actions.
4622
4449
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
4623
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
4450
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4624
4451
  as_fn_set_status $ac_retval
4625
4452
 
4626
4453
} # ac_fn_c_try_link
4633
4460
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
4634
4461
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
4635
4462
$as_echo_n "checking for $2... " >&6; }
4636
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
4463
if eval \${$3+:} false; then :
4637
4464
  $as_echo_n "(cached) " >&6
4638
4465
else
4639
4466
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4688
4515
eval ac_res=\$$3
4689
4516
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4690
4517
$as_echo "$ac_res" >&6; }
4691
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
4518
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4692
4519
 
4693
4520
} # ac_fn_c_check_func
4694
4521
 
4713
4540
    mv -f conftest.er1 conftest.err
4714
4541
  fi
4715
4542
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4716
 
  test $ac_status = 0; } >/dev/null && {
 
4543
  test $ac_status = 0; } > conftest.i && {
4717
4544
         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
4718
4545
         test ! -s conftest.err
4719
4546
       }; then :
4724
4551
 
4725
4552
    ac_retval=1
4726
4553
fi
4727
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
4554
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4728
4555
  as_fn_set_status $ac_retval
4729
4556
 
4730
4557
} # ac_fn_cxx_try_cpp
4770
4597
  # interfere with the next link command; also delete a directory that is
4771
4598
  # left behind by Apple's compiler.  We do this before executing the actions.
4772
4599
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
4773
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
4600
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4774
4601
  as_fn_set_status $ac_retval
4775
4602
 
4776
4603
} # ac_fn_cxx_try_link
4784
4611
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
4785
4612
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
4786
4613
$as_echo_n "checking for $2... " >&6; }
4787
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
4614
if eval \${$3+:} false; then :
4788
4615
  $as_echo_n "(cached) " >&6
4789
4616
else
4790
4617
  eval "$3=no"
4825
4652
eval ac_res=\$$3
4826
4653
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4827
4654
$as_echo "$ac_res" >&6; }
4828
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
4655
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4829
4656
 
4830
4657
} # ac_fn_c_check_type
4831
4658
 
5002
4829
rm -f conftest.val
5003
4830
 
5004
4831
  fi
5005
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
4832
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5006
4833
  as_fn_set_status $ac_retval
5007
4834
 
5008
4835
} # ac_fn_c_compute_int
5009
4836
 
5010
 
# ac_fn_cxx_check_decl LINENO SYMBOL VAR
5011
 
# --------------------------------------
5012
 
# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
 
4837
# ac_fn_cxx_check_decl LINENO SYMBOL VAR INCLUDES
 
4838
# -----------------------------------------------
 
4839
# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
 
4840
# accordingly.
5013
4841
ac_fn_cxx_check_decl ()
5014
4842
{
5015
4843
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5016
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
5017
 
$as_echo_n "checking whether $2 is declared... " >&6; }
5018
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
4844
  as_decl_name=`echo $2|sed 's/ *(.*//'`
 
4845
  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
 
4846
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
 
4847
$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
 
4848
if eval \${$3+:} false; then :
5019
4849
  $as_echo_n "(cached) " >&6
5020
4850
else
5021
4851
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5024
4854
int
5025
4855
main ()
5026
4856
{
5027
 
#ifndef $2
5028
 
  (void) $2;
 
4857
#ifndef $as_decl_name
 
4858
#ifdef __cplusplus
 
4859
  (void) $as_decl_use;
 
4860
#else
 
4861
  (void) $as_decl_name;
 
4862
#endif
5029
4863
#endif
5030
4864
 
5031
4865
  ;
5042
4876
eval ac_res=\$$3
5043
4877
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5044
4878
$as_echo "$ac_res" >&6; }
5045
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
4879
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5046
4880
 
5047
4881
} # ac_fn_cxx_check_decl
5048
4882
 
5054
4888
ac_fn_cxx_check_header_mongrel ()
5055
4889
{
5056
4890
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5057
 
  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
4891
  if eval \${$3+:} false; then :
5058
4892
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
5059
4893
$as_echo_n "checking for $2... " >&6; }
5060
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
4894
if eval \${$3+:} false; then :
5061
4895
  $as_echo_n "(cached) " >&6
5062
4896
fi
5063
4897
eval ac_res=\$$3
5093
4927
else
5094
4928
  ac_header_preproc=no
5095
4929
fi
5096
 
rm -f conftest.err conftest.$ac_ext
 
4930
rm -f conftest.err conftest.i conftest.$ac_ext
5097
4931
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
5098
4932
$as_echo "$ac_header_preproc" >&6; }
5099
4933
 
5116
4950
$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
5117
4951
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
5118
4952
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
5119
 
( cat <<\_ASBOX
5120
 
## ------------------------------------------------ ##
 
4953
( $as_echo "## ------------------------------------------------ ##
5121
4954
## Report this to http://bugs.launchpad.net/drizzle ##
5122
 
## ------------------------------------------------ ##
5123
 
_ASBOX
 
4955
## ------------------------------------------------ ##"
5124
4956
     ) | sed "s/^/$as_me: WARNING:     /" >&2
5125
4957
    ;;
5126
4958
esac
5127
4959
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
5128
4960
$as_echo_n "checking for $2... " >&6; }
5129
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
4961
if eval \${$3+:} false; then :
5130
4962
  $as_echo_n "(cached) " >&6
5131
4963
else
5132
4964
  eval "$3=\$ac_header_compiler"
5135
4967
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5136
4968
$as_echo "$ac_res" >&6; }
5137
4969
fi
5138
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
4970
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5139
4971
 
5140
4972
} # ac_fn_cxx_check_header_mongrel
5141
4973
 
5147
4979
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5148
4980
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
5149
4981
$as_echo_n "checking for $2... " >&6; }
5150
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
4982
if eval \${$3+:} false; then :
5151
4983
  $as_echo_n "(cached) " >&6
5152
4984
else
5153
4985
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5202
5034
eval ac_res=\$$3
5203
5035
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5204
5036
$as_echo "$ac_res" >&6; }
5205
 
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
5037
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5206
5038
 
5207
5039
} # ac_fn_cxx_check_func
5208
5040
cat >config.log <<_ACEOF
5209
5041
This file contains any messages produced by compilers while
5210
5042
running configure, to aid debugging if configure makes a mistake.
5211
5043
 
5212
 
It was created by drizzle7 $as_me 7, which was
5213
 
generated by GNU Autoconf 2.65.  Invocation command line was
 
5044
It was created by drizzle $as_me 7.1, which was
 
5045
generated by GNU Autoconf 2.68.  Invocation command line was
5214
5046
 
5215
5047
  $ $0 $@
5216
5048
 
5320
5152
  {
5321
5153
    echo
5322
5154
 
5323
 
    cat <<\_ASBOX
5324
 
## ---------------- ##
 
5155
    $as_echo "## ---------------- ##
5325
5156
## Cache variables. ##
5326
 
## ---------------- ##
5327
 
_ASBOX
 
5157
## ---------------- ##"
5328
5158
    echo
5329
5159
    # The following way of writing the cache mishandles newlines in values,
5330
5160
(
5358
5188
)
5359
5189
    echo
5360
5190
 
5361
 
    cat <<\_ASBOX
5362
 
## ----------------- ##
 
5191
    $as_echo "## ----------------- ##
5363
5192
## Output variables. ##
5364
 
## ----------------- ##
5365
 
_ASBOX
 
5193
## ----------------- ##"
5366
5194
    echo
5367
5195
    for ac_var in $ac_subst_vars
5368
5196
    do
5375
5203
    echo
5376
5204
 
5377
5205
    if test -n "$ac_subst_files"; then
5378
 
      cat <<\_ASBOX
5379
 
## ------------------- ##
 
5206
      $as_echo "## ------------------- ##
5380
5207
## File substitutions. ##
5381
 
## ------------------- ##
5382
 
_ASBOX
 
5208
## ------------------- ##"
5383
5209
      echo
5384
5210
      for ac_var in $ac_subst_files
5385
5211
      do
5393
5219
    fi
5394
5220
 
5395
5221
    if test -s confdefs.h; then
5396
 
      cat <<\_ASBOX
5397
 
## ----------- ##
 
5222
      $as_echo "## ----------- ##
5398
5223
## confdefs.h. ##
5399
 
## ----------- ##
5400
 
_ASBOX
 
5224
## ----------- ##"
5401
5225
      echo
5402
5226
      cat confdefs.h
5403
5227
      echo
5452
5276
ac_site_file1=NONE
5453
5277
ac_site_file2=NONE
5454
5278
if test -n "$CONFIG_SITE"; then
5455
 
  ac_site_file1=$CONFIG_SITE
 
5279
  # We do not want a PATH search for config.site.
 
5280
  case $CONFIG_SITE in #((
 
5281
    -*)  ac_site_file1=./$CONFIG_SITE;;
 
5282
    */*) ac_site_file1=$CONFIG_SITE;;
 
5283
    *)   ac_site_file1=./$CONFIG_SITE;;
 
5284
  esac
5456
5285
elif test "x$prefix" != xNONE; then
5457
5286
  ac_site_file1=$prefix/share/config.site
5458
5287
  ac_site_file2=$prefix/etc/config.site
5467
5296
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
5468
5297
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
5469
5298
    sed 's/^/| /' "$ac_site_file" >&5
5470
 
    . "$ac_site_file"
 
5299
    . "$ac_site_file" \
 
5300
      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
5301
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
5302
as_fn_error $? "failed to load site script $ac_site_file
 
5303
See \`config.log' for more details" "$LINENO" 5; }
5471
5304
  fi
5472
5305
done
5473
5306
 
5547
5380
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5548
5381
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
5549
5382
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
5550
 
  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
 
5383
  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
5551
5384
fi
5552
5385
## -------------------- ##
5553
5386
## Main body of script. ##
5563
5396
 
5564
5397
ac_aux_dir=
5565
5398
for ac_dir in config "$srcdir"/config; do
5566
 
  for ac_t in install-sh install.sh shtool; do
5567
 
    if test -f "$ac_dir/$ac_t"; then
5568
 
      ac_aux_dir=$ac_dir
5569
 
      ac_install_sh="$ac_aux_dir/$ac_t -c"
5570
 
      break 2
5571
 
    fi
5572
 
  done
 
5399
  if test -f "$ac_dir/install-sh"; then
 
5400
    ac_aux_dir=$ac_dir
 
5401
    ac_install_sh="$ac_aux_dir/install-sh -c"
 
5402
    break
 
5403
  elif test -f "$ac_dir/install.sh"; then
 
5404
    ac_aux_dir=$ac_dir
 
5405
    ac_install_sh="$ac_aux_dir/install.sh -c"
 
5406
    break
 
5407
  elif test -f "$ac_dir/shtool"; then
 
5408
    ac_aux_dir=$ac_dir
 
5409
    ac_install_sh="$ac_aux_dir/shtool install -c"
 
5410
    break
 
5411
  fi
5573
5412
done
5574
5413
if test -z "$ac_aux_dir"; then
5575
 
  as_fn_error "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5
 
5414
  as_fn_error $? "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5
5576
5415
fi
5577
5416
 
5578
5417
# These three variables are undocumented and unsupported,
5607
5446
 
5608
5447
# Make sure we can run config.sub.
5609
5448
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
5610
 
  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
 
5449
  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
5611
5450
 
5612
5451
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
5613
5452
$as_echo_n "checking build system type... " >&6; }
5614
 
if test "${ac_cv_build+set}" = set; then :
 
5453
if ${ac_cv_build+:} false; then :
5615
5454
  $as_echo_n "(cached) " >&6
5616
5455
else
5617
5456
  ac_build_alias=$build_alias
5618
5457
test "x$ac_build_alias" = x &&
5619
5458
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5620
5459
test "x$ac_build_alias" = x &&
5621
 
  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
 
5460
  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
5622
5461
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
5623
 
  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
 
5462
  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
5624
5463
 
5625
5464
fi
5626
5465
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5627
5466
$as_echo "$ac_cv_build" >&6; }
5628
5467
case $ac_cv_build in
5629
5468
*-*-*) ;;
5630
 
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
 
5469
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
5631
5470
esac
5632
5471
build=$ac_cv_build
5633
5472
ac_save_IFS=$IFS; IFS='-'
5645
5484
 
5646
5485
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5647
5486
$as_echo_n "checking host system type... " >&6; }
5648
 
if test "${ac_cv_host+set}" = set; then :
 
5487
if ${ac_cv_host+:} false; then :
5649
5488
  $as_echo_n "(cached) " >&6
5650
5489
else
5651
5490
  if test "x$host_alias" = x; then
5652
5491
  ac_cv_host=$ac_cv_build
5653
5492
else
5654
5493
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5655
 
    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
 
5494
    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5656
5495
fi
5657
5496
 
5658
5497
fi
5660
5499
$as_echo "$ac_cv_host" >&6; }
5661
5500
case $ac_cv_host in
5662
5501
*-*-*) ;;
5663
 
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
 
5502
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
5664
5503
esac
5665
5504
host=$ac_cv_host
5666
5505
ac_save_IFS=$IFS; IFS='-'
5678
5517
 
5679
5518
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5680
5519
$as_echo_n "checking target system type... " >&6; }
5681
 
if test "${ac_cv_target+set}" = set; then :
 
5520
if ${ac_cv_target+:} false; then :
5682
5521
  $as_echo_n "(cached) " >&6
5683
5522
else
5684
5523
  if test "x$target_alias" = x; then
5685
5524
  ac_cv_target=$ac_cv_host
5686
5525
else
5687
5526
  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5688
 
    as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
 
5527
    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5689
5528
fi
5690
5529
 
5691
5530
fi
5693
5532
$as_echo "$ac_cv_target" >&6; }
5694
5533
case $ac_cv_target in
5695
5534
*-*-*) ;;
5696
 
*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
 
5535
*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
5697
5536
esac
5698
5537
target=$ac_cv_target
5699
5538
ac_save_IFS=$IFS; IFS='-'
5734
5573
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5735
5574
$as_echo_n "checking for a BSD-compatible install... " >&6; }
5736
5575
if test -z "$INSTALL"; then
5737
 
if test "${ac_cv_path_install+set}" = set; then :
 
5576
if ${ac_cv_path_install+:} false; then :
5738
5577
  $as_echo_n "(cached) " >&6
5739
5578
else
5740
5579
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5821
5660
'
5822
5661
case `pwd` in
5823
5662
  *[\\\"\#\$\&\'\`$am_lf]*)
5824
 
    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
 
5663
    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
5825
5664
esac
5826
5665
case $srcdir in
5827
5666
  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
5828
 
    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
 
5667
    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
5829
5668
esac
5830
5669
 
5831
5670
# Do `set' in a subshell so we don't clobber the current shell's
5847
5686
      # if, for instance, CONFIG_SHELL is bash and it inherits a
5848
5687
      # broken ls alias from the environment.  This has actually
5849
5688
      # happened.  Such a system could not be considered "sane".
5850
 
      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
 
5689
      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
5851
5690
alias in your environment" "$LINENO" 5
5852
5691
   fi
5853
5692
 
5857
5696
   # Ok.
5858
5697
   :
5859
5698
else
5860
 
   as_fn_error "newly created file is older than distributed files!
 
5699
   as_fn_error $? "newly created file is older than distributed files!
5861
5700
Check your system clock" "$LINENO" 5
5862
5701
fi
5863
5702
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5911
5750
set dummy ${ac_tool_prefix}strip; ac_word=$2
5912
5751
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5913
5752
$as_echo_n "checking for $ac_word... " >&6; }
5914
 
if test "${ac_cv_prog_STRIP+set}" = set; then :
 
5753
if ${ac_cv_prog_STRIP+:} false; then :
5915
5754
  $as_echo_n "(cached) " >&6
5916
5755
else
5917
5756
  if test -n "$STRIP"; then
5951
5790
set dummy strip; ac_word=$2
5952
5791
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5953
5792
$as_echo_n "checking for $ac_word... " >&6; }
5954
 
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
 
5793
if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5955
5794
  $as_echo_n "(cached) " >&6
5956
5795
else
5957
5796
  if test -n "$ac_ct_STRIP"; then
6004
5843
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
6005
5844
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
6006
5845
if test -z "$MKDIR_P"; then
6007
 
  if test "${ac_cv_path_mkdir+set}" = set; then :
 
5846
  if ${ac_cv_path_mkdir+:} false; then :
6008
5847
  $as_echo_n "(cached) " >&6
6009
5848
else
6010
5849
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6055
5894
set dummy $ac_prog; ac_word=$2
6056
5895
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6057
5896
$as_echo_n "checking for $ac_word... " >&6; }
6058
 
if test "${ac_cv_prog_AWK+set}" = set; then :
 
5897
if ${ac_cv_prog_AWK+:} false; then :
6059
5898
  $as_echo_n "(cached) " >&6
6060
5899
else
6061
5900
  if test -n "$AWK"; then
6095
5934
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
6096
5935
set x ${MAKE-make}
6097
5936
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
6098
 
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
 
5937
if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
6099
5938
  $as_echo_n "(cached) " >&6
6100
5939
else
6101
5940
  cat >conftest.make <<\_ACEOF
6103
5942
all:
6104
5943
        @echo '@@@%%%=$(MAKE)=@@@%%%'
6105
5944
_ACEOF
6106
 
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 
5945
# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
6107
5946
case `${MAKE-make} -f conftest.make 2>/dev/null` in
6108
5947
  *@@@%%%=?*=@@@%%%*)
6109
5948
    eval ac_cv_prog_make_${ac_make}_set=yes;;
6203
6042
set dummy ${ac_tool_prefix}gcc; ac_word=$2
6204
6043
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6205
6044
$as_echo_n "checking for $ac_word... " >&6; }
6206
 
if test "${ac_cv_prog_CC+set}" = set; then :
 
6045
if ${ac_cv_prog_CC+:} false; then :
6207
6046
  $as_echo_n "(cached) " >&6
6208
6047
else
6209
6048
  if test -n "$CC"; then
6243
6082
set dummy gcc; ac_word=$2
6244
6083
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6245
6084
$as_echo_n "checking for $ac_word... " >&6; }
6246
 
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
 
6085
if ${ac_cv_prog_ac_ct_CC+:} false; then :
6247
6086
  $as_echo_n "(cached) " >&6
6248
6087
else
6249
6088
  if test -n "$ac_ct_CC"; then
6296
6135
set dummy ${ac_tool_prefix}cc; ac_word=$2
6297
6136
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6298
6137
$as_echo_n "checking for $ac_word... " >&6; }
6299
 
if test "${ac_cv_prog_CC+set}" = set; then :
 
6138
if ${ac_cv_prog_CC+:} false; then :
6300
6139
  $as_echo_n "(cached) " >&6
6301
6140
else
6302
6141
  if test -n "$CC"; then
6336
6175
set dummy cc; ac_word=$2
6337
6176
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6338
6177
$as_echo_n "checking for $ac_word... " >&6; }
6339
 
if test "${ac_cv_prog_CC+set}" = set; then :
 
6178
if ${ac_cv_prog_CC+:} false; then :
6340
6179
  $as_echo_n "(cached) " >&6
6341
6180
else
6342
6181
  if test -n "$CC"; then
6395
6234
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6396
6235
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6397
6236
$as_echo_n "checking for $ac_word... " >&6; }
6398
 
if test "${ac_cv_prog_CC+set}" = set; then :
 
6237
if ${ac_cv_prog_CC+:} false; then :
6399
6238
  $as_echo_n "(cached) " >&6
6400
6239
else
6401
6240
  if test -n "$CC"; then
6439
6278
set dummy $ac_prog; ac_word=$2
6440
6279
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6441
6280
$as_echo_n "checking for $ac_word... " >&6; }
6442
 
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
 
6281
if ${ac_cv_prog_ac_ct_CC+:} false; then :
6443
6282
  $as_echo_n "(cached) " >&6
6444
6283
else
6445
6284
  if test -n "$ac_ct_CC"; then
6493
6332
 
6494
6333
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6495
6334
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6496
 
as_fn_error "no acceptable C compiler found in \$PATH
6497
 
See \`config.log' for more details." "$LINENO" 5; }
 
6335
as_fn_error $? "no acceptable C compiler found in \$PATH
 
6336
See \`config.log' for more details" "$LINENO" 5; }
6498
6337
 
6499
6338
# Provide some information about the compiler.
6500
6339
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
6608
6447
 
6609
6448
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6610
6449
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6611
 
{ as_fn_set_status 77
6612
 
as_fn_error "C compiler cannot create executables
6613
 
See \`config.log' for more details." "$LINENO" 5; }; }
 
6450
as_fn_error 77 "C compiler cannot create executables
 
6451
See \`config.log' for more details" "$LINENO" 5; }
6614
6452
else
6615
6453
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6616
6454
$as_echo "yes" >&6; }
6652
6490
else
6653
6491
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6654
6492
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6655
 
as_fn_error "cannot compute suffix of executables: cannot compile and link
6656
 
See \`config.log' for more details." "$LINENO" 5; }
 
6493
as_fn_error $? "cannot compute suffix of executables: cannot compile and link
 
6494
See \`config.log' for more details" "$LINENO" 5; }
6657
6495
fi
6658
6496
rm -f conftest conftest$ac_cv_exeext
6659
6497
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
6710
6548
    else
6711
6549
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6712
6550
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6713
 
as_fn_error "cannot run C compiled programs.
 
6551
as_fn_error $? "cannot run C compiled programs.
6714
6552
If you meant to cross compile, use \`--host'.
6715
 
See \`config.log' for more details." "$LINENO" 5; }
 
6553
See \`config.log' for more details" "$LINENO" 5; }
6716
6554
    fi
6717
6555
  fi
6718
6556
fi
6723
6561
ac_clean_files=$ac_clean_files_save
6724
6562
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
6725
6563
$as_echo_n "checking for suffix of object files... " >&6; }
6726
 
if test "${ac_cv_objext+set}" = set; then :
 
6564
if ${ac_cv_objext+:} false; then :
6727
6565
  $as_echo_n "(cached) " >&6
6728
6566
else
6729
6567
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6763
6601
 
6764
6602
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6765
6603
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6766
 
as_fn_error "cannot compute suffix of object files: cannot compile
6767
 
See \`config.log' for more details." "$LINENO" 5; }
 
6604
as_fn_error $? "cannot compute suffix of object files: cannot compile
 
6605
See \`config.log' for more details" "$LINENO" 5; }
6768
6606
fi
6769
6607
rm -f conftest.$ac_cv_objext conftest.$ac_ext
6770
6608
fi
6774
6612
ac_objext=$OBJEXT
6775
6613
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
6776
6614
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
6777
 
if test "${ac_cv_c_compiler_gnu+set}" = set; then :
 
6615
if ${ac_cv_c_compiler_gnu+:} false; then :
6778
6616
  $as_echo_n "(cached) " >&6
6779
6617
else
6780
6618
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6811
6649
ac_save_CFLAGS=$CFLAGS
6812
6650
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
6813
6651
$as_echo_n "checking whether $CC accepts -g... " >&6; }
6814
 
if test "${ac_cv_prog_cc_g+set}" = set; then :
 
6652
if ${ac_cv_prog_cc_g+:} false; then :
6815
6653
  $as_echo_n "(cached) " >&6
6816
6654
else
6817
6655
  ac_save_c_werror_flag=$ac_c_werror_flag
6889
6727
fi
6890
6728
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
6891
6729
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
6892
 
if test "${ac_cv_prog_cc_c89+set}" = set; then :
 
6730
if ${ac_cv_prog_cc_c89+:} false; then :
6893
6731
  $as_echo_n "(cached) " >&6
6894
6732
else
6895
6733
  ac_cv_prog_cc_c89=no
6988
6826
 
6989
6827
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6990
6828
$as_echo_n "checking dependency style of $depcc... " >&6; }
6991
 
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
 
6829
if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6992
6830
  $as_echo_n "(cached) " >&6
6993
6831
else
6994
6832
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
7124
6962
  CPP=
7125
6963
fi
7126
6964
if test -z "$CPP"; then
7127
 
  if test "${ac_cv_prog_CPP+set}" = set; then :
 
6965
  if ${ac_cv_prog_CPP+:} false; then :
7128
6966
  $as_echo_n "(cached) " >&6
7129
6967
else
7130
6968
      # Double quotes because CPP needs to be expanded
7154
6992
  # Broken: fails on valid input.
7155
6993
continue
7156
6994
fi
7157
 
rm -f conftest.err conftest.$ac_ext
 
6995
rm -f conftest.err conftest.i conftest.$ac_ext
7158
6996
 
7159
6997
  # OK, works on sane cases.  Now check whether nonexistent headers
7160
6998
  # can be detected and how.
7170
7008
ac_preproc_ok=:
7171
7009
break
7172
7010
fi
7173
 
rm -f conftest.err conftest.$ac_ext
 
7011
rm -f conftest.err conftest.i conftest.$ac_ext
7174
7012
 
7175
7013
done
7176
7014
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7177
 
rm -f conftest.err conftest.$ac_ext
 
7015
rm -f conftest.i conftest.err conftest.$ac_ext
7178
7016
if $ac_preproc_ok; then :
7179
7017
  break
7180
7018
fi
7213
7051
  # Broken: fails on valid input.
7214
7052
continue
7215
7053
fi
7216
 
rm -f conftest.err conftest.$ac_ext
 
7054
rm -f conftest.err conftest.i conftest.$ac_ext
7217
7055
 
7218
7056
  # OK, works on sane cases.  Now check whether nonexistent headers
7219
7057
  # can be detected and how.
7229
7067
ac_preproc_ok=:
7230
7068
break
7231
7069
fi
7232
 
rm -f conftest.err conftest.$ac_ext
 
7070
rm -f conftest.err conftest.i conftest.$ac_ext
7233
7071
 
7234
7072
done
7235
7073
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7236
 
rm -f conftest.err conftest.$ac_ext
 
7074
rm -f conftest.i conftest.err conftest.$ac_ext
7237
7075
if $ac_preproc_ok; then :
7238
7076
 
7239
7077
else
7240
7078
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7241
7079
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7242
 
as_fn_error "C preprocessor \"$CPP\" fails sanity check
7243
 
See \`config.log' for more details." "$LINENO" 5; }
 
7080
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
 
7081
See \`config.log' for more details" "$LINENO" 5; }
7244
7082
fi
7245
7083
 
7246
7084
ac_ext=c
7252
7090
 
7253
7091
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
7254
7092
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
7255
 
if test "${ac_cv_path_GREP+set}" = set; then :
 
7093
if ${ac_cv_path_GREP+:} false; then :
7256
7094
  $as_echo_n "(cached) " >&6
7257
7095
else
7258
7096
  if test -z "$GREP"; then
7301
7139
  done
7302
7140
IFS=$as_save_IFS
7303
7141
  if test -z "$ac_cv_path_GREP"; then
7304
 
    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
7142
    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
7305
7143
  fi
7306
7144
else
7307
7145
  ac_cv_path_GREP=$GREP
7315
7153
 
7316
7154
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
7317
7155
$as_echo_n "checking for egrep... " >&6; }
7318
 
if test "${ac_cv_path_EGREP+set}" = set; then :
 
7156
if ${ac_cv_path_EGREP+:} false; then :
7319
7157
  $as_echo_n "(cached) " >&6
7320
7158
else
7321
7159
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
7367
7205
  done
7368
7206
IFS=$as_save_IFS
7369
7207
  if test -z "$ac_cv_path_EGREP"; then
7370
 
    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
7208
    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
7371
7209
  fi
7372
7210
else
7373
7211
  ac_cv_path_EGREP=$EGREP
7382
7220
 
7383
7221
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7384
7222
$as_echo_n "checking for ANSI C header files... " >&6; }
7385
 
if test "${ac_cv_header_stdc+set}" = set; then :
 
7223
if ${ac_cv_header_stdc+:} false; then :
7386
7224
  $as_echo_n "(cached) " >&6
7387
7225
else
7388
7226
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7499
7337
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7500
7338
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7501
7339
"
7502
 
eval as_val=\$$as_ac_Header
7503
 
   if test "x$as_val" = x""yes; then :
 
7340
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7504
7341
  cat >>confdefs.h <<_ACEOF
7505
7342
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7506
7343
_ACEOF
7512
7349
 
7513
7350
 
7514
7351
  ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
7515
 
if test "x$ac_cv_header_minix_config_h" = x""yes; then :
 
7352
if test "x$ac_cv_header_minix_config_h" = xyes; then :
7516
7353
  MINIX=yes
7517
7354
else
7518
7355
  MINIX=
7534
7371
 
7535
7372
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
7536
7373
$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
7537
 
if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
 
7374
if ${ac_cv_safe_to_define___extensions__+:} false; then :
7538
7375
  $as_echo_n "(cached) " >&6
7539
7376
else
7540
7377
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7587
7424
set dummy $ac_prog; ac_word=$2
7588
7425
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7589
7426
$as_echo_n "checking for $ac_word... " >&6; }
7590
 
if test "${ac_cv_prog_CC_4_2+set}" = set; then :
 
7427
if ${ac_cv_prog_CC_4_2+:} false; then :
7591
7428
  $as_echo_n "(cached) " >&6
7592
7429
else
7593
7430
  if test -n "$CC_4_2"; then
7629
7466
set dummy $ac_prog; ac_word=$2
7630
7467
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7631
7468
$as_echo_n "checking for $ac_word... " >&6; }
7632
 
if test "${ac_cv_prog_CXX_4_2+set}" = set; then :
 
7469
if ${ac_cv_prog_CXX_4_2+:} false; then :
7633
7470
  $as_echo_n "(cached) " >&6
7634
7471
else
7635
7472
  if test -n "$CXX_4_2"; then
7695
7532
set dummy $ac_prog; ac_word=$2
7696
7533
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7697
7534
$as_echo_n "checking for $ac_word... " >&6; }
7698
 
if test "${ac_cv_prog_CC44+set}" = set; then :
 
7535
if ${ac_cv_prog_CC44+:} false; then :
7699
7536
  $as_echo_n "(cached) " >&6
7700
7537
else
7701
7538
  if test -n "$CC44"; then
7737
7574
set dummy $ac_prog; ac_word=$2
7738
7575
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7739
7576
$as_echo_n "checking for $ac_word... " >&6; }
7740
 
if test "${ac_cv_prog_CXX44+set}" = set; then :
 
7577
if ${ac_cv_prog_CXX44+:} false; then :
7741
7578
  $as_echo_n "(cached) " >&6
7742
7579
else
7743
7580
  if test -n "$CXX44"; then
7792
7629
set dummy $ac_prog; ac_word=$2
7793
7630
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7794
7631
$as_echo_n "checking for $ac_word... " >&6; }
7795
 
if test "${ac_cv_prog_CC45+set}" = set; then :
 
7632
if ${ac_cv_prog_CC45+:} false; then :
7796
7633
  $as_echo_n "(cached) " >&6
7797
7634
else
7798
7635
  if test -n "$CC45"; then
7834
7671
set dummy $ac_prog; ac_word=$2
7835
7672
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7836
7673
$as_echo_n "checking for $ac_word... " >&6; }
7837
 
if test "${ac_cv_prog_CXX45+set}" = set; then :
 
7674
if ${ac_cv_prog_CXX45+:} false; then :
7838
7675
  $as_echo_n "(cached) " >&6
7839
7676
else
7840
7677
  if test -n "$CXX45"; then
7892
7729
 
7893
7730
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GCC is recent enough" >&5
7894
7731
$as_echo_n "checking if GCC is recent enough... " >&6; }
7895
 
if test "${ac_cv_gcc_recent+set}" = set; then :
 
7732
if ${ac_cv_gcc_recent+:} false; then :
7896
7733
  $as_echo_n "(cached) " >&6
7897
7734
else
7898
7735
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7923
7760
 
7924
7761
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
7925
7762
 
7926
 
    as_fn_error "Your version of GCC is too old. At least version 4.2 is required on OSX. You may need to install a version of XCode >= 3.1.2" "$LINENO" 5
 
7763
    as_fn_error $? "Your version of GCC is too old. At least version 4.2 is required on OSX. You may need to install a version of XCode >= 3.1.2" "$LINENO" 5
7927
7764
 
7928
7765
else
7929
7766
 
7937
7774
 
7938
7775
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
7939
7776
 
7940
 
    as_fn_error "Your version of GCC is too old. At least version 4.2 is required. On RHEL/CentOS systems this is found in the gcc44 and gcc44-c++ packages." "$LINENO" 5
 
7777
    as_fn_error $? "Your version of GCC is too old. At least version 4.2 is required. On RHEL/CentOS systems this is found in the gcc44 and gcc44-c++ packages." "$LINENO" 5
7941
7778
 
7942
7779
else
7943
7780
 
7967
7804
set dummy $ac_prog; ac_word=$2
7968
7805
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7969
7806
$as_echo_n "checking for $ac_word... " >&6; }
7970
 
if test "${ac_cv_prog_ISAINFO+set}" = set; then :
 
7807
if ${ac_cv_prog_ISAINFO+:} false; then :
7971
7808
  $as_echo_n "(cached) " >&6
7972
7809
else
7973
7810
  if test -n "$ISAINFO"; then
8133
7970
  if test "x${PANDORA_VC_TAG}" != "x"; then :
8134
7971
 
8135
7972
    PANDORA_RELEASE_VERSION="${PANDORA_VC_TAG}"
8136
 
        PANDORA_RELEASE_ID=`echo ${PANDORA_RELEASE_VERSION} | sed 's/[^0-9]//g'`
 
7973
    # We now support release tags to append a descriptive tag -stable, -rc, -beta, -alpha, -milestone.
 
7974
    # But for the release id we want to remove that.
 
7975
    PANDORA_VC_TAG_JUST_NUMBERS=`echo ${PANDORA_VC_TAG} | sed -e 's/-stable//' -e 's/-rc//' -e 's/-beta//' -e 's/-alpha//' -e 's/-milestone//'`
 
7976
    PANDORA_RELEASE_VERSION_JUST_NUMBERS="${PANDORA_VC_TAG_JUST_NUMBERS}"
 
7977
    # For release id we make sure each part is at least 2 digits, prepended with 0 when necessary.
 
7978
    # Example: 1.2.3 should end up as 10203.
 
7979
    # The sed's from left to right:
 
7980
    #  1) Make sure minor version has at least 2 digits (2 -> 02)
 
7981
    #  2) Make sure build version has at least 2 digits (3 -> 03)
 
7982
    #  3) Remove dots (1.02.03 -> 10203)
 
7983
        PANDORA_RELEASE_ID=`echo ${PANDORA_VC_TAG_JUST_NUMBERS} | sed -e 's/\.\([0-9]\)\./.0\1./' | sed -e 's/\.\([0-9]\)$/.0\1/' | sed 's/[^0-9]//g'`
8137
7984
 
8138
7985
else
8139
7986
 
8140
7987
    if test "x${PANDORA_VC_LATEST_TAG}" != "x"; then :
8141
7988
 
8142
 
      PANDORA_RELEASE_VERSION="${PANDORA_VC_LATEST_TAG}.${PANDORA_VC_REVNO}"
8143
 
            PANDORA_RELEASE_ID=`echo ${PANDORA_VC_LATEST_TAG} | sed 's/[^0-9]//g'`
 
7989
      # We now support release tags to append a descriptive tag -stable, -rc, -beta, -alpha, -milestone.
 
7990
      # Since this is just a snapshot build, we need to remove that.
 
7991
      PANDORA_VC_LATEST_TAG_JUST_NUMBERS=`echo ${PANDORA_VC_LATEST_TAG} | sed -e 's/-stable//' -e 's/-rc//' -e 's/-beta//' -e 's/-alpha//' -e 's/-milestone//'`
 
7992
      PANDORA_RELEASE_VERSION="${PANDORA_VC_LATEST_TAG_JUST_NUMBERS}.${PANDORA_VC_REVNO}-snapshot"
 
7993
      PANDORA_RELEASE_VERSION_JUST_NUMBERS="${PANDORA_VC_LATEST_TAG_JUST_NUMBERS}.${PANDORA_VC_REVNO}"
 
7994
            PANDORA_RELEASE_ID=`echo ${PANDORA_VC_LATEST_TAG_JUST_NUMBERS} | sed -e 's/\.\([0-9]\)\./.0\1./' | sed -e 's/\.\([0-9]\)$/.0\1/' | sed 's/[^0-9]//g'`
8144
7995
 
8145
7996
else
8146
7997
 
8147
7998
      PANDORA_RELEASE_VERSION="${PANDORA_RELEASE_DATE}.${PANDORA_VC_REVNO}"
 
7999
      PANDORA_RELEASE_VERSION_JUST_NUMBERS="${PANDORA_RELEASE_VERSION}"
8148
8000
            PANDORA_RELEASE_ID=`echo ${PANDORA_RELEASE_DATE} | sed 's/[^0-9]//g'`
8149
8001
 
8150
8002
fi
8167
8019
 
8168
8020
 
8169
8021
 
 
8022
 
8170
8023
ac_ext=cpp
8171
8024
ac_cpp='$CXXCPP $CPPFLAGS'
8172
8025
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8183
8036
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
8184
8037
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8185
8038
$as_echo_n "checking for $ac_word... " >&6; }
8186
 
if test "${ac_cv_prog_CXX+set}" = set; then :
 
8039
if ${ac_cv_prog_CXX+:} false; then :
8187
8040
  $as_echo_n "(cached) " >&6
8188
8041
else
8189
8042
  if test -n "$CXX"; then
8227
8080
set dummy $ac_prog; ac_word=$2
8228
8081
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8229
8082
$as_echo_n "checking for $ac_word... " >&6; }
8230
 
if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
 
8083
if ${ac_cv_prog_ac_ct_CXX+:} false; then :
8231
8084
  $as_echo_n "(cached) " >&6
8232
8085
else
8233
8086
  if test -n "$ac_ct_CXX"; then
8305
8158
 
8306
8159
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
8307
8160
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
8308
 
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
 
8161
if ${ac_cv_cxx_compiler_gnu+:} false; then :
8309
8162
  $as_echo_n "(cached) " >&6
8310
8163
else
8311
8164
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8342
8195
ac_save_CXXFLAGS=$CXXFLAGS
8343
8196
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
8344
8197
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
8345
 
if test "${ac_cv_prog_cxx_g+set}" = set; then :
 
8198
if ${ac_cv_prog_cxx_g+:} false; then :
8346
8199
  $as_echo_n "(cached) " >&6
8347
8200
else
8348
8201
  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
8428
8281
 
8429
8282
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8430
8283
$as_echo_n "checking dependency style of $depcc... " >&6; }
8431
 
if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
 
8284
if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
8432
8285
  $as_echo_n "(cached) " >&6
8433
8286
else
8434
8287
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
8560
8413
fi
8561
8414
set dummy $CC; ac_cc=`$as_echo "$2" |
8562
8415
                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
8563
 
if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
 
8416
if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
8564
8417
  $as_echo_n "(cached) " >&6
8565
8418
else
8566
8419
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8701
8554
 
8702
8555
 
8703
8556
 
8704
 
macro_version='2.2.6b'
8705
 
macro_revision='1.3017'
 
8557
macro_version='2.4'
 
8558
macro_revision='1.3293'
8706
8559
 
8707
8560
 
8708
8561
 
8718
8571
 
8719
8572
ltmain="$ac_aux_dir/ltmain.sh"
8720
8573
 
 
8574
# Backslashify metacharacters that are still active within
 
8575
# double-quoted strings.
 
8576
sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
 
8577
 
 
8578
# Same as above, but do not quote variable references.
 
8579
double_quote_subst='s/\(["`\\]\)/\\\1/g'
 
8580
 
 
8581
# Sed substitution to delay expansion of an escaped shell variable in a
 
8582
# double_quote_subst'ed string.
 
8583
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
 
8584
 
 
8585
# Sed substitution to delay expansion of an escaped single quote.
 
8586
delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
 
8587
 
 
8588
# Sed substitution to avoid accidental globbing in evaled expressions
 
8589
no_glob_subst='s/\*/\\\*/g'
 
8590
 
 
8591
ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
8592
ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
 
8593
ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
 
8594
 
 
8595
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
 
8596
$as_echo_n "checking how to print strings... " >&6; }
 
8597
# Test print first, because it will be a builtin if present.
 
8598
if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
 
8599
   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
 
8600
  ECHO='print -r --'
 
8601
elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
 
8602
  ECHO='printf %s\n'
 
8603
else
 
8604
  # Use this function as a fallback that always works.
 
8605
  func_fallback_echo ()
 
8606
  {
 
8607
    eval 'cat <<_LTECHO_EOF
 
8608
$1
 
8609
_LTECHO_EOF'
 
8610
  }
 
8611
  ECHO='func_fallback_echo'
 
8612
fi
 
8613
 
 
8614
# func_echo_all arg...
 
8615
# Invoke $ECHO with all args, space-separated.
 
8616
func_echo_all ()
 
8617
{
 
8618
    $ECHO ""
 
8619
}
 
8620
 
 
8621
case "$ECHO" in
 
8622
  printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
 
8623
$as_echo "printf" >&6; } ;;
 
8624
  print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
 
8625
$as_echo "print -r" >&6; } ;;
 
8626
  *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
 
8627
$as_echo "cat" >&6; } ;;
 
8628
esac
 
8629
 
 
8630
 
 
8631
 
 
8632
 
 
8633
 
 
8634
 
 
8635
 
 
8636
 
 
8637
 
 
8638
 
 
8639
 
 
8640
 
 
8641
 
 
8642
 
8721
8643
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
8722
8644
$as_echo_n "checking for a sed that does not truncate output... " >&6; }
8723
 
if test "${ac_cv_path_SED+set}" = set; then :
 
8645
if ${ac_cv_path_SED+:} false; then :
8724
8646
  $as_echo_n "(cached) " >&6
8725
8647
else
8726
8648
            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
8775
8697
  done
8776
8698
IFS=$as_save_IFS
8777
8699
  if test -z "$ac_cv_path_SED"; then
8778
 
    as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
 
8700
    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
8779
8701
  fi
8780
8702
else
8781
8703
  ac_cv_path_SED=$SED
8802
8724
 
8803
8725
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
8804
8726
$as_echo_n "checking for fgrep... " >&6; }
8805
 
if test "${ac_cv_path_FGREP+set}" = set; then :
 
8727
if ${ac_cv_path_FGREP+:} false; then :
8806
8728
  $as_echo_n "(cached) " >&6
8807
8729
else
8808
8730
  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
8854
8776
  done
8855
8777
IFS=$as_save_IFS
8856
8778
  if test -z "$ac_cv_path_FGREP"; then
8857
 
    as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
8779
    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
8858
8780
  fi
8859
8781
else
8860
8782
  ac_cv_path_FGREP=$FGREP
8933
8855
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
8934
8856
$as_echo_n "checking for non-GNU ld... " >&6; }
8935
8857
fi
8936
 
if test "${lt_cv_path_LD+set}" = set; then :
 
8858
if ${lt_cv_path_LD+:} false; then :
8937
8859
  $as_echo_n "(cached) " >&6
8938
8860
else
8939
8861
  if test -z "$LD"; then
8970
8892
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8971
8893
$as_echo "no" >&6; }
8972
8894
fi
8973
 
test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
 
8895
test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
8974
8896
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
8975
8897
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
8976
 
if test "${lt_cv_prog_gnu_ld+set}" = set; then :
 
8898
if ${lt_cv_prog_gnu_ld+:} false; then :
8977
8899
  $as_echo_n "(cached) " >&6
8978
8900
else
8979
8901
  # I'd rather use --version here, but apparently some GNU lds only accept -v.
9000
8922
 
9001
8923
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
9002
8924
$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
9003
 
if test "${lt_cv_path_NM+set}" = set; then :
 
8925
if ${lt_cv_path_NM+:} false; then :
9004
8926
  $as_echo_n "(cached) " >&6
9005
8927
else
9006
8928
  if test -n "$NM"; then
9053
8975
  NM="$lt_cv_path_NM"
9054
8976
else
9055
8977
  # Didn't find any BSD compatible name lister, look for dumpbin.
9056
 
  if test -n "$ac_tool_prefix"; then
9057
 
  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
 
8978
  if test -n "$DUMPBIN"; then :
 
8979
    # Let the user override the test.
 
8980
  else
 
8981
    if test -n "$ac_tool_prefix"; then
 
8982
  for ac_prog in dumpbin "link -dump"
9058
8983
  do
9059
8984
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
9060
8985
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
9061
8986
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9062
8987
$as_echo_n "checking for $ac_word... " >&6; }
9063
 
if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
 
8988
if ${ac_cv_prog_DUMPBIN+:} false; then :
9064
8989
  $as_echo_n "(cached) " >&6
9065
8990
else
9066
8991
  if test -n "$DUMPBIN"; then
9098
9023
fi
9099
9024
if test -z "$DUMPBIN"; then
9100
9025
  ac_ct_DUMPBIN=$DUMPBIN
9101
 
  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
 
9026
  for ac_prog in dumpbin "link -dump"
9102
9027
do
9103
9028
  # Extract the first word of "$ac_prog", so it can be a program name with args.
9104
9029
set dummy $ac_prog; ac_word=$2
9105
9030
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9106
9031
$as_echo_n "checking for $ac_word... " >&6; }
9107
 
if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
 
9032
if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
9108
9033
  $as_echo_n "(cached) " >&6
9109
9034
else
9110
9035
  if test -n "$ac_ct_DUMPBIN"; then
9153
9078
  fi
9154
9079
fi
9155
9080
 
 
9081
    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
 
9082
    *COFF*)
 
9083
      DUMPBIN="$DUMPBIN -symbols"
 
9084
      ;;
 
9085
    *)
 
9086
      DUMPBIN=:
 
9087
      ;;
 
9088
    esac
 
9089
  fi
9156
9090
 
9157
9091
  if test "$DUMPBIN" != ":"; then
9158
9092
    NM="$DUMPBIN"
9167
9101
 
9168
9102
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
9169
9103
$as_echo_n "checking the name lister ($NM) interface... " >&6; }
9170
 
if test "${lt_cv_nm_interface+set}" = set; then :
 
9104
if ${lt_cv_nm_interface+:} false; then :
9171
9105
  $as_echo_n "(cached) " >&6
9172
9106
else
9173
9107
  lt_cv_nm_interface="BSD nm"
9174
9108
  echo "int some_variable = 0;" > conftest.$ac_ext
9175
 
  (eval echo "\"\$as_me:9175: $ac_compile\"" >&5)
 
9109
  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
9176
9110
  (eval "$ac_compile" 2>conftest.err)
9177
9111
  cat conftest.err >&5
9178
 
  (eval echo "\"\$as_me:9178: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
9112
  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
9179
9113
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
9180
9114
  cat conftest.err >&5
9181
 
  (eval echo "\"\$as_me:9181: output\"" >&5)
 
9115
  (eval echo "\"\$as_me:$LINENO: output\"" >&5)
9182
9116
  cat conftest.out >&5
9183
9117
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
9184
9118
    lt_cv_nm_interface="MS dumpbin"
9202
9136
# find the maximum length of command line arguments
9203
9137
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
9204
9138
$as_echo_n "checking the maximum length of command line arguments... " >&6; }
9205
 
if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
 
9139
if ${lt_cv_sys_max_cmd_len+:} false; then :
9206
9140
  $as_echo_n "(cached) " >&6
9207
9141
else
9208
9142
    i=0
9235
9169
    lt_cv_sys_max_cmd_len=8192;
9236
9170
    ;;
9237
9171
 
 
9172
  mint*)
 
9173
    # On MiNT this can take a long time and run out of memory.
 
9174
    lt_cv_sys_max_cmd_len=8192;
 
9175
    ;;
 
9176
 
9238
9177
  amigaos*)
9239
9178
    # On AmigaOS with pdksh, this test takes hours, literally.
9240
9179
    # So we just punt and use a minimum line length of 8192.
9299
9238
      # If test is not a shell built-in, we'll probably end up computing a
9300
9239
      # maximum length that is only half of the actual maximum length, but
9301
9240
      # we can't tell.
9302
 
      while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
9303
 
                 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
 
9241
      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
 
9242
                 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
9304
9243
              test $i != 17 # 1/2 MB should be enough
9305
9244
      do
9306
9245
        i=`expr $i + 1`
9342
9281
# Try some XSI features
9343
9282
xsi_shell=no
9344
9283
( _lt_dummy="a/b/c"
9345
 
  test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
9346
 
      = c,a/b,, \
 
9284
  test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
 
9285
      = c,a/b,b/c, \
9347
9286
    && eval 'test $(( 1 + 1 )) -eq 2 \
9348
9287
    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
9349
9288
  && xsi_shell=yes
9392
9331
 
9393
9332
 
9394
9333
 
 
9334
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
 
9335
$as_echo_n "checking how to convert $build file names to $host format... " >&6; }
 
9336
if ${lt_cv_to_host_file_cmd+:} false; then :
 
9337
  $as_echo_n "(cached) " >&6
 
9338
else
 
9339
  case $host in
 
9340
  *-*-mingw* )
 
9341
    case $build in
 
9342
      *-*-mingw* ) # actually msys
 
9343
        lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
 
9344
        ;;
 
9345
      *-*-cygwin* )
 
9346
        lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
 
9347
        ;;
 
9348
      * ) # otherwise, assume *nix
 
9349
        lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
 
9350
        ;;
 
9351
    esac
 
9352
    ;;
 
9353
  *-*-cygwin* )
 
9354
    case $build in
 
9355
      *-*-mingw* ) # actually msys
 
9356
        lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
 
9357
        ;;
 
9358
      *-*-cygwin* )
 
9359
        lt_cv_to_host_file_cmd=func_convert_file_noop
 
9360
        ;;
 
9361
      * ) # otherwise, assume *nix
 
9362
        lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
 
9363
        ;;
 
9364
    esac
 
9365
    ;;
 
9366
  * ) # unhandled hosts (and "normal" native builds)
 
9367
    lt_cv_to_host_file_cmd=func_convert_file_noop
 
9368
    ;;
 
9369
esac
 
9370
 
 
9371
fi
 
9372
 
 
9373
to_host_file_cmd=$lt_cv_to_host_file_cmd
 
9374
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
 
9375
$as_echo "$lt_cv_to_host_file_cmd" >&6; }
 
9376
 
 
9377
 
 
9378
 
 
9379
 
 
9380
 
 
9381
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
 
9382
$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
 
9383
if ${lt_cv_to_tool_file_cmd+:} false; then :
 
9384
  $as_echo_n "(cached) " >&6
 
9385
else
 
9386
  #assume ordinary cross tools, or native build.
 
9387
lt_cv_to_tool_file_cmd=func_convert_file_noop
 
9388
case $host in
 
9389
  *-*-mingw* )
 
9390
    case $build in
 
9391
      *-*-mingw* ) # actually msys
 
9392
        lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
 
9393
        ;;
 
9394
    esac
 
9395
    ;;
 
9396
esac
 
9397
 
 
9398
fi
 
9399
 
 
9400
to_tool_file_cmd=$lt_cv_to_tool_file_cmd
 
9401
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
 
9402
$as_echo "$lt_cv_to_tool_file_cmd" >&6; }
 
9403
 
 
9404
 
 
9405
 
 
9406
 
 
9407
 
9395
9408
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
9396
9409
$as_echo_n "checking for $LD option to reload object files... " >&6; }
9397
 
if test "${lt_cv_ld_reload_flag+set}" = set; then :
 
9410
if ${lt_cv_ld_reload_flag+:} false; then :
9398
9411
  $as_echo_n "(cached) " >&6
9399
9412
else
9400
9413
  lt_cv_ld_reload_flag='-r'
9408
9421
esac
9409
9422
reload_cmds='$LD$reload_flag -o $output$reload_objs'
9410
9423
case $host_os in
 
9424
  cygwin* | mingw* | pw32* | cegcc*)
 
9425
    if test "$GCC" != yes; then
 
9426
      reload_cmds=false
 
9427
    fi
 
9428
    ;;
9411
9429
  darwin*)
9412
9430
    if test "$GCC" = yes; then
9413
9431
      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
9430
9448
set dummy ${ac_tool_prefix}objdump; ac_word=$2
9431
9449
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9432
9450
$as_echo_n "checking for $ac_word... " >&6; }
9433
 
if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
 
9451
if ${ac_cv_prog_OBJDUMP+:} false; then :
9434
9452
  $as_echo_n "(cached) " >&6
9435
9453
else
9436
9454
  if test -n "$OBJDUMP"; then
9470
9488
set dummy objdump; ac_word=$2
9471
9489
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9472
9490
$as_echo_n "checking for $ac_word... " >&6; }
9473
 
if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
 
9491
if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
9474
9492
  $as_echo_n "(cached) " >&6
9475
9493
else
9476
9494
  if test -n "$ac_ct_OBJDUMP"; then
9529
9547
 
9530
9548
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
9531
9549
$as_echo_n "checking how to recognize dependent libraries... " >&6; }
9532
 
if test "${lt_cv_deplibs_check_method+set}" = set; then :
 
9550
if ${lt_cv_deplibs_check_method+:} false; then :
9533
9551
  $as_echo_n "(cached) " >&6
9534
9552
else
9535
9553
  lt_cv_file_magic_cmd='$MAGIC_CMD'
9571
9589
  # Base MSYS/MinGW do not provide the 'file' command needed by
9572
9590
  # func_win32_libid shell function, so use a weaker test based on 'objdump',
9573
9591
  # unless we find 'file', for example because we are cross-compiling.
9574
 
  if ( file / ) >/dev/null 2>&1; then
 
9592
  # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
 
9593
  if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
9575
9594
    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
9576
9595
    lt_cv_file_magic_cmd='func_win32_libid'
9577
9596
  else
9578
 
    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
 
9597
    # Keep this pattern in sync with the one in func_win32_libid.
 
9598
    lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
9579
9599
    lt_cv_file_magic_cmd='$OBJDUMP -f'
9580
9600
  fi
9581
9601
  ;;
9582
9602
 
9583
 
cegcc)
 
9603
cegcc*)
9584
9604
  # use the weaker test based on 'objdump'. See mingw*.
9585
9605
  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
9586
9606
  lt_cv_file_magic_cmd='$OBJDUMP -f'
9610
9630
  lt_cv_deplibs_check_method=pass_all
9611
9631
  ;;
9612
9632
 
 
9633
haiku*)
 
9634
  lt_cv_deplibs_check_method=pass_all
 
9635
  ;;
 
9636
 
9613
9637
hpux10.20* | hpux11*)
9614
9638
  lt_cv_file_magic_cmd=/usr/bin/file
9615
9639
  case $host_cpu in
9618
9642
    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
9619
9643
    ;;
9620
9644
  hppa*64*)
9621
 
    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
 
9645
    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
9622
9646
    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
9623
9647
    ;;
9624
9648
  *)
9625
 
    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
 
9649
    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
9626
9650
    lt_cv_file_magic_test_file=/usr/lib/libc.sl
9627
9651
    ;;
9628
9652
  esac
9648
9672
  lt_cv_deplibs_check_method=pass_all
9649
9673
  ;;
9650
9674
 
9651
 
netbsd* | netbsdelf*-gnu)
 
9675
netbsd*)
9652
9676
  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
9653
9677
    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
9654
9678
  else
9725
9749
fi
9726
9750
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
9727
9751
$as_echo "$lt_cv_deplibs_check_method" >&6; }
 
9752
 
 
9753
file_magic_glob=
 
9754
want_nocaseglob=no
 
9755
if test "$build" = "$host"; then
 
9756
  case $host_os in
 
9757
  mingw* | pw32*)
 
9758
    if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
 
9759
      want_nocaseglob=yes
 
9760
    else
 
9761
      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
 
9762
    fi
 
9763
    ;;
 
9764
  esac
 
9765
fi
 
9766
 
9728
9767
file_magic_cmd=$lt_cv_file_magic_cmd
9729
9768
deplibs_check_method=$lt_cv_deplibs_check_method
9730
9769
test -z "$deplibs_check_method" && deplibs_check_method=unknown
9740
9779
 
9741
9780
 
9742
9781
 
9743
 
if test -n "$ac_tool_prefix"; then
9744
 
  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
9745
 
set dummy ${ac_tool_prefix}ar; ac_word=$2
9746
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9747
 
$as_echo_n "checking for $ac_word... " >&6; }
9748
 
if test "${ac_cv_prog_AR+set}" = set; then :
 
9782
 
 
9783
 
 
9784
 
 
9785
 
 
9786
 
 
9787
 
 
9788
 
 
9789
 
 
9790
 
 
9791
 
 
9792
if test -n "$ac_tool_prefix"; then
 
9793
  # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
 
9794
set dummy ${ac_tool_prefix}dlltool; ac_word=$2
 
9795
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
9796
$as_echo_n "checking for $ac_word... " >&6; }
 
9797
if ${ac_cv_prog_DLLTOOL+:} false; then :
 
9798
  $as_echo_n "(cached) " >&6
 
9799
else
 
9800
  if test -n "$DLLTOOL"; then
 
9801
  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
 
9802
else
 
9803
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
9804
for as_dir in $PATH
 
9805
do
 
9806
  IFS=$as_save_IFS
 
9807
  test -z "$as_dir" && as_dir=.
 
9808
    for ac_exec_ext in '' $ac_executable_extensions; do
 
9809
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
9810
    ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
 
9811
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
9812
    break 2
 
9813
  fi
 
9814
done
 
9815
  done
 
9816
IFS=$as_save_IFS
 
9817
 
 
9818
fi
 
9819
fi
 
9820
DLLTOOL=$ac_cv_prog_DLLTOOL
 
9821
if test -n "$DLLTOOL"; then
 
9822
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
 
9823
$as_echo "$DLLTOOL" >&6; }
 
9824
else
 
9825
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
9826
$as_echo "no" >&6; }
 
9827
fi
 
9828
 
 
9829
 
 
9830
fi
 
9831
if test -z "$ac_cv_prog_DLLTOOL"; then
 
9832
  ac_ct_DLLTOOL=$DLLTOOL
 
9833
  # Extract the first word of "dlltool", so it can be a program name with args.
 
9834
set dummy dlltool; ac_word=$2
 
9835
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
9836
$as_echo_n "checking for $ac_word... " >&6; }
 
9837
if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
 
9838
  $as_echo_n "(cached) " >&6
 
9839
else
 
9840
  if test -n "$ac_ct_DLLTOOL"; then
 
9841
  ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
 
9842
else
 
9843
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
9844
for as_dir in $PATH
 
9845
do
 
9846
  IFS=$as_save_IFS
 
9847
  test -z "$as_dir" && as_dir=.
 
9848
    for ac_exec_ext in '' $ac_executable_extensions; do
 
9849
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
9850
    ac_cv_prog_ac_ct_DLLTOOL="dlltool"
 
9851
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
9852
    break 2
 
9853
  fi
 
9854
done
 
9855
  done
 
9856
IFS=$as_save_IFS
 
9857
 
 
9858
fi
 
9859
fi
 
9860
ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
 
9861
if test -n "$ac_ct_DLLTOOL"; then
 
9862
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
 
9863
$as_echo "$ac_ct_DLLTOOL" >&6; }
 
9864
else
 
9865
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
9866
$as_echo "no" >&6; }
 
9867
fi
 
9868
 
 
9869
  if test "x$ac_ct_DLLTOOL" = x; then
 
9870
    DLLTOOL="false"
 
9871
  else
 
9872
    case $cross_compiling:$ac_tool_warned in
 
9873
yes:)
 
9874
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
9875
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
9876
ac_tool_warned=yes ;;
 
9877
esac
 
9878
    DLLTOOL=$ac_ct_DLLTOOL
 
9879
  fi
 
9880
else
 
9881
  DLLTOOL="$ac_cv_prog_DLLTOOL"
 
9882
fi
 
9883
 
 
9884
test -z "$DLLTOOL" && DLLTOOL=dlltool
 
9885
 
 
9886
 
 
9887
 
 
9888
 
 
9889
 
 
9890
 
 
9891
 
 
9892
 
 
9893
 
 
9894
 
 
9895
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
 
9896
$as_echo_n "checking how to associate runtime and link libraries... " >&6; }
 
9897
if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
 
9898
  $as_echo_n "(cached) " >&6
 
9899
else
 
9900
  lt_cv_sharedlib_from_linklib_cmd='unknown'
 
9901
 
 
9902
case $host_os in
 
9903
cygwin* | mingw* | pw32* | cegcc*)
 
9904
  # two different shell functions defined in ltmain.sh
 
9905
  # decide which to use based on capabilities of $DLLTOOL
 
9906
  case `$DLLTOOL --help 2>&1` in
 
9907
  *--identify-strict*)
 
9908
    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
 
9909
    ;;
 
9910
  *)
 
9911
    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
 
9912
    ;;
 
9913
  esac
 
9914
  ;;
 
9915
*)
 
9916
  # fallback: assume linklib IS sharedlib
 
9917
  lt_cv_sharedlib_from_linklib_cmd="$ECHO"
 
9918
  ;;
 
9919
esac
 
9920
 
 
9921
fi
 
9922
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
 
9923
$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
 
9924
sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
 
9925
test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
 
9926
 
 
9927
 
 
9928
 
 
9929
 
 
9930
 
 
9931
 
 
9932
 
 
9933
if test -n "$ac_tool_prefix"; then
 
9934
  for ac_prog in ar
 
9935
  do
 
9936
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
9937
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
9938
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
9939
$as_echo_n "checking for $ac_word... " >&6; }
 
9940
if ${ac_cv_prog_AR+:} false; then :
9749
9941
  $as_echo_n "(cached) " >&6
9750
9942
else
9751
9943
  if test -n "$AR"; then
9758
9950
  test -z "$as_dir" && as_dir=.
9759
9951
    for ac_exec_ext in '' $ac_executable_extensions; do
9760
9952
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9761
 
    ac_cv_prog_AR="${ac_tool_prefix}ar"
 
9953
    ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
9762
9954
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9763
9955
    break 2
9764
9956
  fi
9778
9970
fi
9779
9971
 
9780
9972
 
 
9973
    test -n "$AR" && break
 
9974
  done
9781
9975
fi
9782
 
if test -z "$ac_cv_prog_AR"; then
 
9976
if test -z "$AR"; then
9783
9977
  ac_ct_AR=$AR
9784
 
  # Extract the first word of "ar", so it can be a program name with args.
9785
 
set dummy ar; ac_word=$2
 
9978
  for ac_prog in ar
 
9979
do
 
9980
  # Extract the first word of "$ac_prog", so it can be a program name with args.
 
9981
set dummy $ac_prog; ac_word=$2
9786
9982
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9787
9983
$as_echo_n "checking for $ac_word... " >&6; }
9788
 
if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
 
9984
if ${ac_cv_prog_ac_ct_AR+:} false; then :
9789
9985
  $as_echo_n "(cached) " >&6
9790
9986
else
9791
9987
  if test -n "$ac_ct_AR"; then
9798
9994
  test -z "$as_dir" && as_dir=.
9799
9995
    for ac_exec_ext in '' $ac_executable_extensions; do
9800
9996
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9801
 
    ac_cv_prog_ac_ct_AR="ar"
 
9997
    ac_cv_prog_ac_ct_AR="$ac_prog"
9802
9998
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9803
9999
    break 2
9804
10000
  fi
9817
10013
$as_echo "no" >&6; }
9818
10014
fi
9819
10015
 
 
10016
 
 
10017
  test -n "$ac_ct_AR" && break
 
10018
done
 
10019
 
9820
10020
  if test "x$ac_ct_AR" = x; then
9821
10021
    AR="false"
9822
10022
  else
9828
10028
esac
9829
10029
    AR=$ac_ct_AR
9830
10030
  fi
9831
 
else
9832
 
  AR="$ac_cv_prog_AR"
9833
 
fi
9834
 
 
9835
 
test -z "$AR" && AR=ar
9836
 
test -z "$AR_FLAGS" && AR_FLAGS=cru
9837
 
 
9838
 
 
9839
 
 
9840
 
 
 
10031
fi
 
10032
 
 
10033
: ${AR=ar}
 
10034
: ${AR_FLAGS=cru}
 
10035
 
 
10036
 
 
10037
 
 
10038
 
 
10039
 
 
10040
 
 
10041
 
 
10042
 
 
10043
 
 
10044
 
 
10045
 
 
10046
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
 
10047
$as_echo_n "checking for archiver @FILE support... " >&6; }
 
10048
if ${lt_cv_ar_at_file+:} false; then :
 
10049
  $as_echo_n "(cached) " >&6
 
10050
else
 
10051
  lt_cv_ar_at_file=no
 
10052
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
10053
/* end confdefs.h.  */
 
10054
 
 
10055
int
 
10056
main ()
 
10057
{
 
10058
 
 
10059
  ;
 
10060
  return 0;
 
10061
}
 
10062
_ACEOF
 
10063
if ac_fn_c_try_compile "$LINENO"; then :
 
10064
  echo conftest.$ac_objext > conftest.lst
 
10065
      lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
 
10066
      { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
 
10067
  (eval $lt_ar_try) 2>&5
 
10068
  ac_status=$?
 
10069
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
10070
  test $ac_status = 0; }
 
10071
      if test "$ac_status" -eq 0; then
 
10072
        # Ensure the archiver fails upon bogus file names.
 
10073
        rm -f conftest.$ac_objext libconftest.a
 
10074
        { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
 
10075
  (eval $lt_ar_try) 2>&5
 
10076
  ac_status=$?
 
10077
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
10078
  test $ac_status = 0; }
 
10079
        if test "$ac_status" -ne 0; then
 
10080
          lt_cv_ar_at_file=@
 
10081
        fi
 
10082
      fi
 
10083
      rm -f conftest.* libconftest.a
 
10084
 
 
10085
fi
 
10086
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
10087
 
 
10088
fi
 
10089
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
 
10090
$as_echo "$lt_cv_ar_at_file" >&6; }
 
10091
 
 
10092
if test "x$lt_cv_ar_at_file" = xno; then
 
10093
  archiver_list_spec=
 
10094
else
 
10095
  archiver_list_spec=$lt_cv_ar_at_file
 
10096
fi
9841
10097
 
9842
10098
 
9843
10099
 
9850
10106
set dummy ${ac_tool_prefix}strip; ac_word=$2
9851
10107
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9852
10108
$as_echo_n "checking for $ac_word... " >&6; }
9853
 
if test "${ac_cv_prog_STRIP+set}" = set; then :
 
10109
if ${ac_cv_prog_STRIP+:} false; then :
9854
10110
  $as_echo_n "(cached) " >&6
9855
10111
else
9856
10112
  if test -n "$STRIP"; then
9890
10146
set dummy strip; ac_word=$2
9891
10147
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9892
10148
$as_echo_n "checking for $ac_word... " >&6; }
9893
 
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
 
10149
if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
9894
10150
  $as_echo_n "(cached) " >&6
9895
10151
else
9896
10152
  if test -n "$ac_ct_STRIP"; then
9949
10205
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
9950
10206
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9951
10207
$as_echo_n "checking for $ac_word... " >&6; }
9952
 
if test "${ac_cv_prog_RANLIB+set}" = set; then :
 
10208
if ${ac_cv_prog_RANLIB+:} false; then :
9953
10209
  $as_echo_n "(cached) " >&6
9954
10210
else
9955
10211
  if test -n "$RANLIB"; then
9989
10245
set dummy ranlib; ac_word=$2
9990
10246
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9991
10247
$as_echo_n "checking for $ac_word... " >&6; }
9992
 
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
 
10248
if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
9993
10249
  $as_echo_n "(cached) " >&6
9994
10250
else
9995
10251
  if test -n "$ac_ct_RANLIB"; then
10060
10316
  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
10061
10317
fi
10062
10318
 
 
10319
case $host_os in
 
10320
  darwin*)
 
10321
    lock_old_archive_extraction=yes ;;
 
10322
  *)
 
10323
    lock_old_archive_extraction=no ;;
 
10324
esac
 
10325
 
 
10326
 
 
10327
 
 
10328
 
 
10329
 
 
10330
 
10063
10331
 
10064
10332
 
10065
10333
 
10106
10374
# Check for command to grab the raw symbol name followed by C symbol from nm.
10107
10375
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
10108
10376
$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
10109
 
if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
 
10377
if ${lt_cv_sys_global_symbol_pipe+:} false; then :
10110
10378
  $as_echo_n "(cached) " >&6
10111
10379
else
10112
10380
 
10167
10435
lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
10168
10436
 
10169
10437
# Transform an extracted symbol line into symbol name and symbol address
10170
 
lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
10171
 
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
 
10438
lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
 
10439
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
10172
10440
 
10173
10441
# Handle CRLF in mingw tool chain
10174
10442
opt_cr=
10204
10472
  else
10205
10473
    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
10206
10474
  fi
 
10475
  lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
10207
10476
 
10208
10477
  # Check to see that the pipe works correctly.
10209
10478
  pipe_works=no
10229
10498
  test $ac_status = 0; }; then
10230
10499
    # Now try to grab the symbols.
10231
10500
    nlist=conftest.nm
10232
 
    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
10233
 
  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
 
10501
    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
 
10502
  (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
10234
10503
  ac_status=$?
10235
10504
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10236
10505
  test $ac_status = 0; } && test -s "$nlist"; then
10245
10514
      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
10246
10515
        if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
10247
10516
          cat <<_LT_EOF > conftest.$ac_ext
 
10517
/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
 
10518
#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
 
10519
/* DATA imports from DLLs on WIN32 con't be const, because runtime
 
10520
   relocations are performed -- see ld's documentation on pseudo-relocs.  */
 
10521
# define LT_DLSYM_CONST
 
10522
#elif defined(__osf__)
 
10523
/* This system does not cope well with relocations in const data.  */
 
10524
# define LT_DLSYM_CONST
 
10525
#else
 
10526
# define LT_DLSYM_CONST const
 
10527
#endif
 
10528
 
10248
10529
#ifdef __cplusplus
10249
10530
extern "C" {
10250
10531
#endif
10256
10537
          cat <<_LT_EOF >> conftest.$ac_ext
10257
10538
 
10258
10539
/* The mapping between symbol names and symbols.  */
10259
 
const struct {
 
10540
LT_DLSYM_CONST struct {
10260
10541
  const char *name;
10261
10542
  void       *address;
10262
10543
}
10282
10563
_LT_EOF
10283
10564
          # Now try linking the two files.
10284
10565
          mv conftest.$ac_objext conftstm.$ac_objext
10285
 
          lt_save_LIBS="$LIBS"
10286
 
          lt_save_CFLAGS="$CFLAGS"
 
10566
          lt_globsym_save_LIBS=$LIBS
 
10567
          lt_globsym_save_CFLAGS=$CFLAGS
10287
10568
          LIBS="conftstm.$ac_objext"
10288
10569
          CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
10289
10570
          if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10293
10574
  test $ac_status = 0; } && test -s conftest${ac_exeext}; then
10294
10575
            pipe_works=yes
10295
10576
          fi
10296
 
          LIBS="$lt_save_LIBS"
10297
 
          CFLAGS="$lt_save_CFLAGS"
 
10577
          LIBS=$lt_globsym_save_LIBS
 
10578
          CFLAGS=$lt_globsym_save_CFLAGS
10298
10579
        else
10299
10580
          echo "cannot find nm_test_func in $nlist" >&5
10300
10581
        fi
10331
10612
$as_echo "ok" >&6; }
10332
10613
fi
10333
10614
 
10334
 
 
10335
 
 
10336
 
 
10337
 
 
10338
 
 
10339
 
 
10340
 
 
10341
 
 
10342
 
 
10343
 
 
10344
 
 
10345
 
 
10346
 
 
10347
 
 
10348
 
 
10349
 
 
 
10615
# Response file support.
 
10616
if test "$lt_cv_nm_interface" = "MS dumpbin"; then
 
10617
  nm_file_list_spec='@'
 
10618
elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
 
10619
  nm_file_list_spec='@'
 
10620
fi
 
10621
 
 
10622
 
 
10623
 
 
10624
 
 
10625
 
 
10626
 
 
10627
 
 
10628
 
 
10629
 
 
10630
 
 
10631
 
 
10632
 
 
10633
 
 
10634
 
 
10635
 
 
10636
 
 
10637
 
 
10638
 
 
10639
 
 
10640
 
 
10641
 
 
10642
 
 
10643
 
 
10644
 
 
10645
 
 
10646
 
 
10647
 
 
10648
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
 
10649
$as_echo_n "checking for sysroot... " >&6; }
 
10650
 
 
10651
# Check whether --with-sysroot was given.
 
10652
if test "${with_sysroot+set}" = set; then :
 
10653
  withval=$with_sysroot;
 
10654
else
 
10655
  with_sysroot=no
 
10656
fi
 
10657
 
 
10658
 
 
10659
lt_sysroot=
 
10660
case ${with_sysroot} in #(
 
10661
 yes)
 
10662
   if test "$GCC" = yes; then
 
10663
     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
 
10664
   fi
 
10665
   ;; #(
 
10666
 /*)
 
10667
   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
 
10668
   ;; #(
 
10669
 no|'')
 
10670
   ;; #(
 
10671
 *)
 
10672
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
 
10673
$as_echo "${with_sysroot}" >&6; }
 
10674
   as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
 
10675
   ;;
 
10676
esac
 
10677
 
 
10678
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
 
10679
$as_echo "${lt_sysroot:-no}" >&6; }
10350
10680
 
10351
10681
 
10352
10682
 
10383
10713
  ;;
10384
10714
*-*-irix6*)
10385
10715
  # Find out which ABI we are using.
10386
 
  echo '#line 10386 "configure"' > conftest.$ac_ext
 
10716
  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
10387
10717
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10388
10718
  (eval $ac_compile) 2>&5
10389
10719
  ac_status=$?
10477
10807
  CFLAGS="$CFLAGS -belf"
10478
10808
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
10479
10809
$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
10480
 
if test "${lt_cv_cc_needs_belf+set}" = set; then :
 
10810
if ${lt_cv_cc_needs_belf+:} false; then :
10481
10811
  $as_echo_n "(cached) " >&6
10482
10812
else
10483
10813
  ac_ext=c
10545
10875
 
10546
10876
need_locks="$enable_libtool_lock"
10547
10877
 
 
10878
if test -n "$ac_tool_prefix"; then
 
10879
  # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
 
10880
set dummy ${ac_tool_prefix}mt; ac_word=$2
 
10881
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
10882
$as_echo_n "checking for $ac_word... " >&6; }
 
10883
if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
 
10884
  $as_echo_n "(cached) " >&6
 
10885
else
 
10886
  if test -n "$MANIFEST_TOOL"; then
 
10887
  ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
 
10888
else
 
10889
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
10890
for as_dir in $PATH
 
10891
do
 
10892
  IFS=$as_save_IFS
 
10893
  test -z "$as_dir" && as_dir=.
 
10894
    for ac_exec_ext in '' $ac_executable_extensions; do
 
10895
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
10896
    ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
 
10897
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
10898
    break 2
 
10899
  fi
 
10900
done
 
10901
  done
 
10902
IFS=$as_save_IFS
 
10903
 
 
10904
fi
 
10905
fi
 
10906
MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
 
10907
if test -n "$MANIFEST_TOOL"; then
 
10908
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
 
10909
$as_echo "$MANIFEST_TOOL" >&6; }
 
10910
else
 
10911
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
10912
$as_echo "no" >&6; }
 
10913
fi
 
10914
 
 
10915
 
 
10916
fi
 
10917
if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
 
10918
  ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
 
10919
  # Extract the first word of "mt", so it can be a program name with args.
 
10920
set dummy mt; ac_word=$2
 
10921
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
10922
$as_echo_n "checking for $ac_word... " >&6; }
 
10923
if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
 
10924
  $as_echo_n "(cached) " >&6
 
10925
else
 
10926
  if test -n "$ac_ct_MANIFEST_TOOL"; then
 
10927
  ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
 
10928
else
 
10929
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
10930
for as_dir in $PATH
 
10931
do
 
10932
  IFS=$as_save_IFS
 
10933
  test -z "$as_dir" && as_dir=.
 
10934
    for ac_exec_ext in '' $ac_executable_extensions; do
 
10935
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
10936
    ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
 
10937
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
10938
    break 2
 
10939
  fi
 
10940
done
 
10941
  done
 
10942
IFS=$as_save_IFS
 
10943
 
 
10944
fi
 
10945
fi
 
10946
ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
 
10947
if test -n "$ac_ct_MANIFEST_TOOL"; then
 
10948
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
 
10949
$as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
 
10950
else
 
10951
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
10952
$as_echo "no" >&6; }
 
10953
fi
 
10954
 
 
10955
  if test "x$ac_ct_MANIFEST_TOOL" = x; then
 
10956
    MANIFEST_TOOL=":"
 
10957
  else
 
10958
    case $cross_compiling:$ac_tool_warned in
 
10959
yes:)
 
10960
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
10961
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
10962
ac_tool_warned=yes ;;
 
10963
esac
 
10964
    MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
 
10965
  fi
 
10966
else
 
10967
  MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
 
10968
fi
 
10969
 
 
10970
test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
 
10971
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
 
10972
$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
 
10973
if ${lt_cv_path_mainfest_tool+:} false; then :
 
10974
  $as_echo_n "(cached) " >&6
 
10975
else
 
10976
  lt_cv_path_mainfest_tool=no
 
10977
  echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
 
10978
  $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
 
10979
  cat conftest.err >&5
 
10980
  if $GREP 'Manifest Tool' conftest.out > /dev/null; then
 
10981
    lt_cv_path_mainfest_tool=yes
 
10982
  fi
 
10983
  rm -f conftest*
 
10984
fi
 
10985
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
 
10986
$as_echo "$lt_cv_path_mainfest_tool" >&6; }
 
10987
if test "x$lt_cv_path_mainfest_tool" != xyes; then
 
10988
  MANIFEST_TOOL=:
 
10989
fi
 
10990
 
 
10991
 
 
10992
 
 
10993
 
 
10994
 
10548
10995
 
10549
10996
  case $host_os in
10550
10997
    rhapsody* | darwin*)
10553
11000
set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
10554
11001
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10555
11002
$as_echo_n "checking for $ac_word... " >&6; }
10556
 
if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
 
11003
if ${ac_cv_prog_DSYMUTIL+:} false; then :
10557
11004
  $as_echo_n "(cached) " >&6
10558
11005
else
10559
11006
  if test -n "$DSYMUTIL"; then
10593
11040
set dummy dsymutil; ac_word=$2
10594
11041
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10595
11042
$as_echo_n "checking for $ac_word... " >&6; }
10596
 
if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
 
11043
if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
10597
11044
  $as_echo_n "(cached) " >&6
10598
11045
else
10599
11046
  if test -n "$ac_ct_DSYMUTIL"; then
10645
11092
set dummy ${ac_tool_prefix}nmedit; ac_word=$2
10646
11093
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10647
11094
$as_echo_n "checking for $ac_word... " >&6; }
10648
 
if test "${ac_cv_prog_NMEDIT+set}" = set; then :
 
11095
if ${ac_cv_prog_NMEDIT+:} false; then :
10649
11096
  $as_echo_n "(cached) " >&6
10650
11097
else
10651
11098
  if test -n "$NMEDIT"; then
10685
11132
set dummy nmedit; ac_word=$2
10686
11133
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10687
11134
$as_echo_n "checking for $ac_word... " >&6; }
10688
 
if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
 
11135
if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
10689
11136
  $as_echo_n "(cached) " >&6
10690
11137
else
10691
11138
  if test -n "$ac_ct_NMEDIT"; then
10737
11184
set dummy ${ac_tool_prefix}lipo; ac_word=$2
10738
11185
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10739
11186
$as_echo_n "checking for $ac_word... " >&6; }
10740
 
if test "${ac_cv_prog_LIPO+set}" = set; then :
 
11187
if ${ac_cv_prog_LIPO+:} false; then :
10741
11188
  $as_echo_n "(cached) " >&6
10742
11189
else
10743
11190
  if test -n "$LIPO"; then
10777
11224
set dummy lipo; ac_word=$2
10778
11225
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10779
11226
$as_echo_n "checking for $ac_word... " >&6; }
10780
 
if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
 
11227
if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
10781
11228
  $as_echo_n "(cached) " >&6
10782
11229
else
10783
11230
  if test -n "$ac_ct_LIPO"; then
10829
11276
set dummy ${ac_tool_prefix}otool; ac_word=$2
10830
11277
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10831
11278
$as_echo_n "checking for $ac_word... " >&6; }
10832
 
if test "${ac_cv_prog_OTOOL+set}" = set; then :
 
11279
if ${ac_cv_prog_OTOOL+:} false; then :
10833
11280
  $as_echo_n "(cached) " >&6
10834
11281
else
10835
11282
  if test -n "$OTOOL"; then
10869
11316
set dummy otool; ac_word=$2
10870
11317
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10871
11318
$as_echo_n "checking for $ac_word... " >&6; }
10872
 
if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
 
11319
if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
10873
11320
  $as_echo_n "(cached) " >&6
10874
11321
else
10875
11322
  if test -n "$ac_ct_OTOOL"; then
10921
11368
set dummy ${ac_tool_prefix}otool64; ac_word=$2
10922
11369
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10923
11370
$as_echo_n "checking for $ac_word... " >&6; }
10924
 
if test "${ac_cv_prog_OTOOL64+set}" = set; then :
 
11371
if ${ac_cv_prog_OTOOL64+:} false; then :
10925
11372
  $as_echo_n "(cached) " >&6
10926
11373
else
10927
11374
  if test -n "$OTOOL64"; then
10961
11408
set dummy otool64; ac_word=$2
10962
11409
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10963
11410
$as_echo_n "checking for $ac_word... " >&6; }
10964
 
if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
 
11411
if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
10965
11412
  $as_echo_n "(cached) " >&6
10966
11413
else
10967
11414
  if test -n "$ac_ct_OTOOL64"; then
11036
11483
 
11037
11484
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
11038
11485
$as_echo_n "checking for -single_module linker flag... " >&6; }
11039
 
if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
 
11486
if ${lt_cv_apple_cc_single_mod+:} false; then :
11040
11487
  $as_echo_n "(cached) " >&6
11041
11488
else
11042
11489
  lt_cv_apple_cc_single_mod=no
11065
11512
$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
11066
11513
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
11067
11514
$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
11068
 
if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
 
11515
if ${lt_cv_ld_exported_symbols_list+:} false; then :
11069
11516
  $as_echo_n "(cached) " >&6
11070
11517
else
11071
11518
  lt_cv_ld_exported_symbols_list=no
11095
11542
fi
11096
11543
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
11097
11544
$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
 
11545
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
 
11546
$as_echo_n "checking for -force_load linker flag... " >&6; }
 
11547
if ${lt_cv_ld_force_load+:} false; then :
 
11548
  $as_echo_n "(cached) " >&6
 
11549
else
 
11550
  lt_cv_ld_force_load=no
 
11551
      cat > conftest.c << _LT_EOF
 
11552
int forced_loaded() { return 2;}
 
11553
_LT_EOF
 
11554
      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
 
11555
      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
 
11556
      echo "$AR cru libconftest.a conftest.o" >&5
 
11557
      $AR cru libconftest.a conftest.o 2>&5
 
11558
      echo "$RANLIB libconftest.a" >&5
 
11559
      $RANLIB libconftest.a 2>&5
 
11560
      cat > conftest.c << _LT_EOF
 
11561
int main() { return 0;}
 
11562
_LT_EOF
 
11563
      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
 
11564
      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
 
11565
      _lt_result=$?
 
11566
      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
 
11567
        lt_cv_ld_force_load=yes
 
11568
      else
 
11569
        cat conftest.err >&5
 
11570
      fi
 
11571
        rm -f conftest.err libconftest.a conftest conftest.c
 
11572
        rm -rf conftest.dSYM
 
11573
 
 
11574
fi
 
11575
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
 
11576
$as_echo "$lt_cv_ld_force_load" >&6; }
11098
11577
    case $host_os in
11099
11578
    rhapsody* | darwin1.[012])
11100
11579
      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
11122
11601
    else
11123
11602
      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
11124
11603
    fi
11125
 
    if test "$DSYMUTIL" != ":"; then
 
11604
    if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
11126
11605
      _lt_dsymutil='~$DSYMUTIL $lib || :'
11127
11606
    else
11128
11607
      _lt_dsymutil=
11134
11613
do :
11135
11614
  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11136
11615
"
11137
 
if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
 
11616
if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11138
11617
  cat >>confdefs.h <<_ACEOF
11139
11618
#define HAVE_DLFCN_H 1
11140
11619
_ACEOF
11145
11624
 
11146
11625
 
11147
11626
 
11148
 
ac_ext=cpp
11149
 
ac_cpp='$CXXCPP $CPPFLAGS'
11150
 
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11151
 
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11152
 
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11153
 
if test -z "$CXX"; then
11154
 
  if test -n "$CCC"; then
11155
 
    CXX=$CCC
11156
 
  else
11157
 
    if test -n "$ac_tool_prefix"; then
11158
 
  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
11159
 
  do
11160
 
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
11161
 
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
11162
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11163
 
$as_echo_n "checking for $ac_word... " >&6; }
11164
 
if test "${ac_cv_prog_CXX+set}" = set; then :
11165
 
  $as_echo_n "(cached) " >&6
11166
 
else
11167
 
  if test -n "$CXX"; then
11168
 
  ac_cv_prog_CXX="$CXX" # Let the user override the test.
11169
 
else
11170
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11171
 
for as_dir in $PATH
11172
 
do
11173
 
  IFS=$as_save_IFS
11174
 
  test -z "$as_dir" && as_dir=.
11175
 
    for ac_exec_ext in '' $ac_executable_extensions; do
11176
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11177
 
    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
11178
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11179
 
    break 2
11180
 
  fi
11181
 
done
11182
 
  done
11183
 
IFS=$as_save_IFS
11184
 
 
11185
 
fi
11186
 
fi
11187
 
CXX=$ac_cv_prog_CXX
11188
 
if test -n "$CXX"; then
11189
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
11190
 
$as_echo "$CXX" >&6; }
11191
 
else
11192
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11193
 
$as_echo "no" >&6; }
11194
 
fi
11195
 
 
11196
 
 
11197
 
    test -n "$CXX" && break
11198
 
  done
11199
 
fi
11200
 
if test -z "$CXX"; then
11201
 
  ac_ct_CXX=$CXX
11202
 
  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
11203
 
do
11204
 
  # Extract the first word of "$ac_prog", so it can be a program name with args.
11205
 
set dummy $ac_prog; ac_word=$2
11206
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11207
 
$as_echo_n "checking for $ac_word... " >&6; }
11208
 
if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
11209
 
  $as_echo_n "(cached) " >&6
11210
 
else
11211
 
  if test -n "$ac_ct_CXX"; then
11212
 
  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
11213
 
else
11214
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11215
 
for as_dir in $PATH
11216
 
do
11217
 
  IFS=$as_save_IFS
11218
 
  test -z "$as_dir" && as_dir=.
11219
 
    for ac_exec_ext in '' $ac_executable_extensions; do
11220
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11221
 
    ac_cv_prog_ac_ct_CXX="$ac_prog"
11222
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11223
 
    break 2
11224
 
  fi
11225
 
done
11226
 
  done
11227
 
IFS=$as_save_IFS
11228
 
 
11229
 
fi
11230
 
fi
11231
 
ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
11232
 
if test -n "$ac_ct_CXX"; then
11233
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
11234
 
$as_echo "$ac_ct_CXX" >&6; }
11235
 
else
11236
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11237
 
$as_echo "no" >&6; }
11238
 
fi
11239
 
 
11240
 
 
11241
 
  test -n "$ac_ct_CXX" && break
11242
 
done
11243
 
 
11244
 
  if test "x$ac_ct_CXX" = x; then
11245
 
    CXX="g++"
11246
 
  else
11247
 
    case $cross_compiling:$ac_tool_warned in
11248
 
yes:)
11249
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
11250
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
11251
 
ac_tool_warned=yes ;;
11252
 
esac
11253
 
    CXX=$ac_ct_CXX
11254
 
  fi
11255
 
fi
11256
 
 
11257
 
  fi
11258
 
fi
11259
 
# Provide some information about the compiler.
11260
 
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
11261
 
set X $ac_compile
11262
 
ac_compiler=$2
11263
 
for ac_option in --version -v -V -qversion; do
11264
 
  { { ac_try="$ac_compiler $ac_option >&5"
11265
 
case "(($ac_try" in
11266
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11267
 
  *) ac_try_echo=$ac_try;;
11268
 
esac
11269
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11270
 
$as_echo "$ac_try_echo"; } >&5
11271
 
  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
11272
 
  ac_status=$?
11273
 
  if test -s conftest.err; then
11274
 
    sed '10a\
11275
 
... rest of stderr output deleted ...
11276
 
         10q' conftest.err >conftest.er1
11277
 
    cat conftest.er1 >&5
11278
 
  fi
11279
 
  rm -f conftest.er1 conftest.err
11280
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11281
 
  test $ac_status = 0; }
11282
 
done
11283
 
 
11284
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
11285
 
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
11286
 
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
11287
 
  $as_echo_n "(cached) " >&6
11288
 
else
11289
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11290
 
/* end confdefs.h.  */
11291
 
 
11292
 
int
11293
 
main ()
11294
 
{
11295
 
#ifndef __GNUC__
11296
 
       choke me
11297
 
#endif
11298
 
 
11299
 
  ;
11300
 
  return 0;
11301
 
}
11302
 
_ACEOF
11303
 
if ac_fn_cxx_try_compile "$LINENO"; then :
11304
 
  ac_compiler_gnu=yes
11305
 
else
11306
 
  ac_compiler_gnu=no
11307
 
fi
11308
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11309
 
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
11310
 
 
11311
 
fi
11312
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
11313
 
$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
11314
 
if test $ac_compiler_gnu = yes; then
11315
 
  GXX=yes
11316
 
else
11317
 
  GXX=
11318
 
fi
11319
 
ac_test_CXXFLAGS=${CXXFLAGS+set}
11320
 
ac_save_CXXFLAGS=$CXXFLAGS
11321
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
11322
 
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
11323
 
if test "${ac_cv_prog_cxx_g+set}" = set; then :
11324
 
  $as_echo_n "(cached) " >&6
11325
 
else
11326
 
  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
11327
 
   ac_cxx_werror_flag=yes
11328
 
   ac_cv_prog_cxx_g=no
11329
 
   CXXFLAGS="-g"
11330
 
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11331
 
/* end confdefs.h.  */
11332
 
 
11333
 
int
11334
 
main ()
11335
 
{
11336
 
 
11337
 
  ;
11338
 
  return 0;
11339
 
}
11340
 
_ACEOF
11341
 
if ac_fn_cxx_try_compile "$LINENO"; then :
11342
 
  ac_cv_prog_cxx_g=yes
11343
 
else
11344
 
  CXXFLAGS=""
11345
 
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11346
 
/* end confdefs.h.  */
11347
 
 
11348
 
int
11349
 
main ()
11350
 
{
11351
 
 
11352
 
  ;
11353
 
  return 0;
11354
 
}
11355
 
_ACEOF
11356
 
if ac_fn_cxx_try_compile "$LINENO"; then :
11357
 
 
11358
 
else
11359
 
  ac_cxx_werror_flag=$ac_save_cxx_werror_flag
11360
 
         CXXFLAGS="-g"
11361
 
         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11362
 
/* end confdefs.h.  */
11363
 
 
11364
 
int
11365
 
main ()
11366
 
{
11367
 
 
11368
 
  ;
11369
 
  return 0;
11370
 
}
11371
 
_ACEOF
11372
 
if ac_fn_cxx_try_compile "$LINENO"; then :
11373
 
  ac_cv_prog_cxx_g=yes
11374
 
fi
11375
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11376
 
fi
11377
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11378
 
fi
11379
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11380
 
   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
11381
 
fi
11382
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
11383
 
$as_echo "$ac_cv_prog_cxx_g" >&6; }
11384
 
if test "$ac_test_CXXFLAGS" = set; then
11385
 
  CXXFLAGS=$ac_save_CXXFLAGS
11386
 
elif test $ac_cv_prog_cxx_g = yes; then
11387
 
  if test "$GXX" = yes; then
11388
 
    CXXFLAGS="-g -O2"
11389
 
  else
11390
 
    CXXFLAGS="-g"
11391
 
  fi
11392
 
else
11393
 
  if test "$GXX" = yes; then
11394
 
    CXXFLAGS="-O2"
11395
 
  else
11396
 
    CXXFLAGS=
11397
 
  fi
11398
 
fi
11399
 
ac_ext=c
11400
 
ac_cpp='$CPP $CPPFLAGS'
11401
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11402
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11403
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
11404
 
 
11405
 
depcc="$CXX"  am_compiler_list=
11406
 
 
11407
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
11408
 
$as_echo_n "checking dependency style of $depcc... " >&6; }
11409
 
if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
11410
 
  $as_echo_n "(cached) " >&6
11411
 
else
11412
 
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
11413
 
  # We make a subdir and do the tests there.  Otherwise we can end up
11414
 
  # making bogus files that we don't know about and never remove.  For
11415
 
  # instance it was reported that on HP-UX the gcc test will end up
11416
 
  # making a dummy file named `D' -- because `-MD' means `put the output
11417
 
  # in D'.
11418
 
  mkdir conftest.dir
11419
 
  # Copy depcomp to subdir because otherwise we won't find it if we're
11420
 
  # using a relative directory.
11421
 
  cp "$am_depcomp" conftest.dir
11422
 
  cd conftest.dir
11423
 
  # We will build objects and dependencies in a subdirectory because
11424
 
  # it helps to detect inapplicable dependency modes.  For instance
11425
 
  # both Tru64's cc and ICC support -MD to output dependencies as a
11426
 
  # side effect of compilation, but ICC will put the dependencies in
11427
 
  # the current directory while Tru64 will put them in the object
11428
 
  # directory.
11429
 
  mkdir sub
11430
 
 
11431
 
  am_cv_CXX_dependencies_compiler_type=none
11432
 
  if test "$am_compiler_list" = ""; then
11433
 
     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
11434
 
  fi
11435
 
  am__universal=false
11436
 
  case " $depcc " in #(
11437
 
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
11438
 
     esac
11439
 
 
11440
 
  for depmode in $am_compiler_list; do
11441
 
    # Setup a source with many dependencies, because some compilers
11442
 
    # like to wrap large dependency lists on column 80 (with \), and
11443
 
    # we should not choose a depcomp mode which is confused by this.
11444
 
    #
11445
 
    # We need to recreate these files for each test, as the compiler may
11446
 
    # overwrite some of them when testing with obscure command lines.
11447
 
    # This happens at least with the AIX C compiler.
11448
 
    : > sub/conftest.c
11449
 
    for i in 1 2 3 4 5 6; do
11450
 
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
11451
 
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
11452
 
      # Solaris 8's {/usr,}/bin/sh.
11453
 
      touch sub/conftst$i.h
11454
 
    done
11455
 
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
11456
 
 
11457
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
11458
 
    # mode.  It turns out that the SunPro C++ compiler does not properly
11459
 
    # handle `-M -o', and we need to detect this.  Also, some Intel
11460
 
    # versions had trouble with output in subdirs
11461
 
    am__obj=sub/conftest.${OBJEXT-o}
11462
 
    am__minus_obj="-o $am__obj"
11463
 
    case $depmode in
11464
 
    gcc)
11465
 
      # This depmode causes a compiler race in universal mode.
11466
 
      test "$am__universal" = false || continue
11467
 
      ;;
11468
 
    nosideeffect)
11469
 
      # after this tag, mechanisms are not by side-effect, so they'll
11470
 
      # only be used when explicitly requested
11471
 
      if test "x$enable_dependency_tracking" = xyes; then
11472
 
        continue
11473
 
      else
11474
 
        break
11475
 
      fi
11476
 
      ;;
11477
 
    msvisualcpp | msvcmsys)
11478
 
      # This compiler won't grok `-c -o', but also, the minuso test has
11479
 
      # not run yet.  These depmodes are late enough in the game, and
11480
 
      # so weak that their functioning should not be impacted.
11481
 
      am__obj=conftest.${OBJEXT-o}
11482
 
      am__minus_obj=
11483
 
      ;;
11484
 
    none) break ;;
11485
 
    esac
11486
 
    if depmode=$depmode \
11487
 
       source=sub/conftest.c object=$am__obj \
11488
 
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
11489
 
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
11490
 
         >/dev/null 2>conftest.err &&
11491
 
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
11492
 
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
11493
 
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
11494
 
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
11495
 
      # icc doesn't choke on unknown options, it will just issue warnings
11496
 
      # or remarks (even with -Werror).  So we grep stderr for any message
11497
 
      # that says an option was ignored or not supported.
11498
 
      # When given -MP, icc 7.0 and 7.1 complain thusly:
11499
 
      #   icc: Command line warning: ignoring option '-M'; no argument required
11500
 
      # The diagnosis changed in icc 8.0:
11501
 
      #   icc: Command line remark: option '-MP' not supported
11502
 
      if (grep 'ignoring option' conftest.err ||
11503
 
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
11504
 
        am_cv_CXX_dependencies_compiler_type=$depmode
11505
 
        break
11506
 
      fi
11507
 
    fi
11508
 
  done
11509
 
 
11510
 
  cd ..
11511
 
  rm -rf conftest.dir
11512
 
else
11513
 
  am_cv_CXX_dependencies_compiler_type=none
11514
 
fi
11515
 
 
11516
 
fi
11517
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
11518
 
$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
11519
 
CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
11520
 
 
11521
 
 if
11522
 
  test "x$enable_dependency_tracking" != xno \
11523
 
  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
11524
 
  am__fastdepCXX_TRUE=
11525
 
  am__fastdepCXX_FALSE='#'
11526
 
else
11527
 
  am__fastdepCXX_TRUE='#'
11528
 
  am__fastdepCXX_FALSE=
11529
 
fi
11530
 
 
11531
 
 
11532
 
if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
11533
 
    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
11534
 
    (test "X$CXX" != "Xg++"))) ; then
11535
 
  ac_ext=cpp
11536
 
ac_cpp='$CXXCPP $CPPFLAGS'
11537
 
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11538
 
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11539
 
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11540
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
11541
 
$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
11542
 
if test -z "$CXXCPP"; then
11543
 
  if test "${ac_cv_prog_CXXCPP+set}" = set; then :
11544
 
  $as_echo_n "(cached) " >&6
11545
 
else
11546
 
      # Double quotes because CXXCPP needs to be expanded
11547
 
    for CXXCPP in "$CXX -E" "/lib/cpp"
11548
 
    do
11549
 
      ac_preproc_ok=false
11550
 
for ac_cxx_preproc_warn_flag in '' yes
11551
 
do
11552
 
  # Use a header file that comes with gcc, so configuring glibc
11553
 
  # with a fresh cross-compiler works.
11554
 
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11555
 
  # <limits.h> exists even on freestanding compilers.
11556
 
  # On the NeXT, cc -E runs the code through the compiler's parser,
11557
 
  # not just through cpp. "Syntax error" is here to catch this case.
11558
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11559
 
/* end confdefs.h.  */
11560
 
#ifdef __STDC__
11561
 
# include <limits.h>
11562
 
#else
11563
 
# include <assert.h>
11564
 
#endif
11565
 
                     Syntax error
11566
 
_ACEOF
11567
 
if ac_fn_cxx_try_cpp "$LINENO"; then :
11568
 
 
11569
 
else
11570
 
  # Broken: fails on valid input.
11571
 
continue
11572
 
fi
11573
 
rm -f conftest.err conftest.$ac_ext
11574
 
 
11575
 
  # OK, works on sane cases.  Now check whether nonexistent headers
11576
 
  # can be detected and how.
11577
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11578
 
/* end confdefs.h.  */
11579
 
#include <ac_nonexistent.h>
11580
 
_ACEOF
11581
 
if ac_fn_cxx_try_cpp "$LINENO"; then :
11582
 
  # Broken: success on invalid input.
11583
 
continue
11584
 
else
11585
 
  # Passes both tests.
11586
 
ac_preproc_ok=:
11587
 
break
11588
 
fi
11589
 
rm -f conftest.err conftest.$ac_ext
11590
 
 
11591
 
done
11592
 
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11593
 
rm -f conftest.err conftest.$ac_ext
11594
 
if $ac_preproc_ok; then :
11595
 
  break
11596
 
fi
11597
 
 
11598
 
    done
11599
 
    ac_cv_prog_CXXCPP=$CXXCPP
11600
 
 
11601
 
fi
11602
 
  CXXCPP=$ac_cv_prog_CXXCPP
11603
 
else
11604
 
  ac_cv_prog_CXXCPP=$CXXCPP
11605
 
fi
11606
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
11607
 
$as_echo "$CXXCPP" >&6; }
11608
 
ac_preproc_ok=false
11609
 
for ac_cxx_preproc_warn_flag in '' yes
11610
 
do
11611
 
  # Use a header file that comes with gcc, so configuring glibc
11612
 
  # with a fresh cross-compiler works.
11613
 
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11614
 
  # <limits.h> exists even on freestanding compilers.
11615
 
  # On the NeXT, cc -E runs the code through the compiler's parser,
11616
 
  # not just through cpp. "Syntax error" is here to catch this case.
11617
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11618
 
/* end confdefs.h.  */
11619
 
#ifdef __STDC__
11620
 
# include <limits.h>
11621
 
#else
11622
 
# include <assert.h>
11623
 
#endif
11624
 
                     Syntax error
11625
 
_ACEOF
11626
 
if ac_fn_cxx_try_cpp "$LINENO"; then :
11627
 
 
11628
 
else
11629
 
  # Broken: fails on valid input.
11630
 
continue
11631
 
fi
11632
 
rm -f conftest.err conftest.$ac_ext
11633
 
 
11634
 
  # OK, works on sane cases.  Now check whether nonexistent headers
11635
 
  # can be detected and how.
11636
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11637
 
/* end confdefs.h.  */
11638
 
#include <ac_nonexistent.h>
11639
 
_ACEOF
11640
 
if ac_fn_cxx_try_cpp "$LINENO"; then :
11641
 
  # Broken: success on invalid input.
11642
 
continue
11643
 
else
11644
 
  # Passes both tests.
11645
 
ac_preproc_ok=:
11646
 
break
11647
 
fi
11648
 
rm -f conftest.err conftest.$ac_ext
11649
 
 
11650
 
done
11651
 
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11652
 
rm -f conftest.err conftest.$ac_ext
11653
 
if $ac_preproc_ok; then :
11654
 
 
11655
 
else
11656
 
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11657
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11658
 
_lt_caught_CXX_error=yes; }
11659
 
fi
11660
 
 
11661
 
ac_ext=c
11662
 
ac_cpp='$CPP $CPPFLAGS'
11663
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11664
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11665
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
11666
 
 
11667
 
else
11668
 
  _lt_caught_CXX_error=yes
11669
 
fi
 
11627
 
 
11628
func_stripname_cnf ()
 
11629
{
 
11630
  case ${2} in
 
11631
  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
 
11632
  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
 
11633
  esac
 
11634
} # func_stripname_cnf
11670
11635
 
11671
11636
 
11672
11637
 
11794
11759
 
11795
11760
 
11796
11761
 
 
11762
 
11797
11763
test -z "$LN_S" && LN_S="ln -s"
11798
11764
 
11799
11765
 
11815
11781
 
11816
11782
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
11817
11783
$as_echo_n "checking for objdir... " >&6; }
11818
 
if test "${lt_cv_objdir+set}" = set; then :
 
11784
if ${lt_cv_objdir+:} false; then :
11819
11785
  $as_echo_n "(cached) " >&6
11820
11786
else
11821
11787
  rm -f .libs 2>/dev/null
11843
11809
 
11844
11810
 
11845
11811
 
11846
 
 
11847
 
 
11848
 
 
11849
 
 
11850
 
 
11851
 
 
11852
 
 
11853
 
 
11854
 
 
11855
 
 
11856
 
 
11857
 
 
11858
 
 
11859
11812
case $host_os in
11860
11813
aix3*)
11861
11814
  # AIX sometimes has problems with the GCC collect2 program.  For some
11868
11821
  ;;
11869
11822
esac
11870
11823
 
11871
 
# Sed substitution that helps us do robust quoting.  It backslashifies
11872
 
# metacharacters that are still active within double-quoted strings.
11873
 
sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
11874
 
 
11875
 
# Same as above, but do not quote variable references.
11876
 
double_quote_subst='s/\(["`\\]\)/\\\1/g'
11877
 
 
11878
 
# Sed substitution to delay expansion of an escaped shell variable in a
11879
 
# double_quote_subst'ed string.
11880
 
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
11881
 
 
11882
 
# Sed substitution to delay expansion of an escaped single quote.
11883
 
delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
11884
 
 
11885
 
# Sed substitution to avoid accidental globbing in evaled expressions
11886
 
no_glob_subst='s/\*/\\\*/g'
11887
 
 
11888
11824
# Global variables:
11889
11825
ofile=libtool
11890
11826
can_build_shared=yes
11913
11849
    *) break;;
11914
11850
  esac
11915
11851
done
11916
 
cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
11852
cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
11917
11853
 
11918
11854
 
11919
11855
# Only perform the check for file, if the check method requires it
11923
11859
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
11924
11860
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
11925
11861
$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
11926
 
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
 
11862
if ${lt_cv_path_MAGIC_CMD+:} false; then :
11927
11863
  $as_echo_n "(cached) " >&6
11928
11864
else
11929
11865
  case $MAGIC_CMD in
11989
11925
  if test -n "$ac_tool_prefix"; then
11990
11926
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
11991
11927
$as_echo_n "checking for file... " >&6; }
11992
 
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
 
11928
if ${lt_cv_path_MAGIC_CMD+:} false; then :
11993
11929
  $as_echo_n "(cached) " >&6
11994
11930
else
11995
11931
  case $MAGIC_CMD in
12122
12058
lt_prog_compiler_no_builtin_flag=
12123
12059
 
12124
12060
if test "$GCC" = yes; then
12125
 
  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
 
12061
  case $cc_basename in
 
12062
  nvcc*)
 
12063
    lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
 
12064
  *)
 
12065
    lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
 
12066
  esac
12126
12067
 
12127
12068
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
12128
12069
$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
12129
 
if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
 
12070
if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
12130
12071
  $as_echo_n "(cached) " >&6
12131
12072
else
12132
12073
  lt_cv_prog_compiler_rtti_exceptions=no
12142
12083
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12143
12084
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12144
12085
   -e 's:$: $lt_compiler_flag:'`
12145
 
   (eval echo "\"\$as_me:12145: $lt_compile\"" >&5)
 
12086
   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
12146
12087
   (eval "$lt_compile" 2>conftest.err)
12147
12088
   ac_status=$?
12148
12089
   cat conftest.err >&5
12149
 
   echo "$as_me:12149: \$? = $ac_status" >&5
 
12090
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12150
12091
   if (exit $ac_status) && test -s "$ac_outfile"; then
12151
12092
     # The compiler can only warn and ignore the option if not recognized
12152
12093
     # So say no if there are warnings other than the usual output.
12153
 
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
12094
     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
12154
12095
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
12155
12096
     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
12156
12097
       lt_cv_prog_compiler_rtti_exceptions=yes
12179
12120
lt_prog_compiler_pic=
12180
12121
lt_prog_compiler_static=
12181
12122
 
12182
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
12183
 
$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
12184
12123
 
12185
12124
  if test "$GCC" = yes; then
12186
12125
    lt_prog_compiler_wl='-Wl,'
12228
12167
      lt_prog_compiler_pic='-fno-common'
12229
12168
      ;;
12230
12169
 
 
12170
    haiku*)
 
12171
      # PIC is the default for Haiku.
 
12172
      # The "-static" flag exists, but is broken.
 
12173
      lt_prog_compiler_static=
 
12174
      ;;
 
12175
 
12231
12176
    hpux*)
12232
12177
      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
12233
12178
      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
12270
12215
      lt_prog_compiler_pic='-fPIC'
12271
12216
      ;;
12272
12217
    esac
 
12218
 
 
12219
    case $cc_basename in
 
12220
    nvcc*) # Cuda Compiler Driver 2.2
 
12221
      lt_prog_compiler_wl='-Xlinker '
 
12222
      lt_prog_compiler_pic='-Xcompiler -fPIC'
 
12223
      ;;
 
12224
    esac
12273
12225
  else
12274
12226
    # PORTME Check for flag to pass linker flags through the system compiler.
12275
12227
    case $host_os in
12332
12284
        lt_prog_compiler_pic='--shared'
12333
12285
        lt_prog_compiler_static='--static'
12334
12286
        ;;
12335
 
      pgcc* | pgf77* | pgf90* | pgf95*)
 
12287
      nagfor*)
 
12288
        # NAG Fortran compiler
 
12289
        lt_prog_compiler_wl='-Wl,-Wl,,'
 
12290
        lt_prog_compiler_pic='-PIC'
 
12291
        lt_prog_compiler_static='-Bstatic'
 
12292
        ;;
 
12293
      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
12336
12294
        # Portland Group compilers (*not* the Pentium gcc compiler,
12337
12295
        # which looks to be a dead project)
12338
12296
        lt_prog_compiler_wl='-Wl,'
12344
12302
        # All Alpha code is PIC.
12345
12303
        lt_prog_compiler_static='-non_shared'
12346
12304
        ;;
12347
 
      xl*)
12348
 
        # IBM XL C 8.0/Fortran 10.1 on PPC
 
12305
      xl* | bgxl* | bgf* | mpixl*)
 
12306
        # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
12349
12307
        lt_prog_compiler_wl='-Wl,'
12350
12308
        lt_prog_compiler_pic='-qpic'
12351
12309
        lt_prog_compiler_static='-qstaticlink'
12352
12310
        ;;
12353
12311
      *)
12354
12312
        case `$CC -V 2>&1 | sed 5q` in
 
12313
        *Sun\ F* | *Sun*Fortran*)
 
12314
          # Sun Fortran 8.3 passes all unrecognized flags to the linker
 
12315
          lt_prog_compiler_pic='-KPIC'
 
12316
          lt_prog_compiler_static='-Bstatic'
 
12317
          lt_prog_compiler_wl=''
 
12318
          ;;
12355
12319
        *Sun\ C*)
12356
12320
          # Sun C 5.9
12357
12321
          lt_prog_compiler_pic='-KPIC'
12358
12322
          lt_prog_compiler_static='-Bstatic'
12359
12323
          lt_prog_compiler_wl='-Wl,'
12360
12324
          ;;
12361
 
        *Sun\ F*)
12362
 
          # Sun Fortran 8.3 passes all unrecognized flags to the linker
12363
 
          lt_prog_compiler_pic='-KPIC'
12364
 
          lt_prog_compiler_static='-Bstatic'
12365
 
          lt_prog_compiler_wl=''
12366
 
          ;;
12367
12325
        esac
12368
12326
        ;;
12369
12327
      esac
12394
12352
      lt_prog_compiler_pic='-KPIC'
12395
12353
      lt_prog_compiler_static='-Bstatic'
12396
12354
      case $cc_basename in
12397
 
      f77* | f90* | f95*)
 
12355
      f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
12398
12356
        lt_prog_compiler_wl='-Qoption ld ';;
12399
12357
      *)
12400
12358
        lt_prog_compiler_wl='-Wl,';;
12451
12409
    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
12452
12410
    ;;
12453
12411
esac
12454
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
12455
 
$as_echo "$lt_prog_compiler_pic" >&6; }
12456
 
 
12457
 
 
12458
 
 
12459
 
 
12460
 
 
 
12412
 
 
12413
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
 
12414
$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
12415
if ${lt_cv_prog_compiler_pic+:} false; then :
 
12416
  $as_echo_n "(cached) " >&6
 
12417
else
 
12418
  lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
 
12419
fi
 
12420
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
 
12421
$as_echo "$lt_cv_prog_compiler_pic" >&6; }
 
12422
lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
12461
12423
 
12462
12424
#
12463
12425
# Check to make sure the PIC flag actually works.
12465
12427
if test -n "$lt_prog_compiler_pic"; then
12466
12428
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
12467
12429
$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
12468
 
if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
 
12430
if ${lt_cv_prog_compiler_pic_works+:} false; then :
12469
12431
  $as_echo_n "(cached) " >&6
12470
12432
else
12471
12433
  lt_cv_prog_compiler_pic_works=no
12481
12443
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12482
12444
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12483
12445
   -e 's:$: $lt_compiler_flag:'`
12484
 
   (eval echo "\"\$as_me:12484: $lt_compile\"" >&5)
 
12446
   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
12485
12447
   (eval "$lt_compile" 2>conftest.err)
12486
12448
   ac_status=$?
12487
12449
   cat conftest.err >&5
12488
 
   echo "$as_me:12488: \$? = $ac_status" >&5
 
12450
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12489
12451
   if (exit $ac_status) && test -s "$ac_outfile"; then
12490
12452
     # The compiler can only warn and ignore the option if not recognized
12491
12453
     # So say no if there are warnings other than the usual output.
12492
 
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
12454
     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
12493
12455
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
12494
12456
     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
12495
12457
       lt_cv_prog_compiler_pic_works=yes
12518
12480
 
12519
12481
 
12520
12482
 
 
12483
 
 
12484
 
 
12485
 
 
12486
 
 
12487
 
12521
12488
#
12522
12489
# Check to make sure the static flag actually works.
12523
12490
#
12524
12491
wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
12525
12492
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
12526
12493
$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
12527
 
if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
 
12494
if ${lt_cv_prog_compiler_static_works+:} false; then :
12528
12495
  $as_echo_n "(cached) " >&6
12529
12496
else
12530
12497
  lt_cv_prog_compiler_static_works=no
12537
12504
     if test -s conftest.err; then
12538
12505
       # Append any errors to the config.log.
12539
12506
       cat conftest.err 1>&5
12540
 
       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
12507
       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
12541
12508
       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
12542
12509
       if diff conftest.exp conftest.er2 >/dev/null; then
12543
12510
         lt_cv_prog_compiler_static_works=yes
12567
12534
 
12568
12535
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
12569
12536
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
12570
 
if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
 
12537
if ${lt_cv_prog_compiler_c_o+:} false; then :
12571
12538
  $as_echo_n "(cached) " >&6
12572
12539
else
12573
12540
  lt_cv_prog_compiler_c_o=no
12586
12553
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12587
12554
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12588
12555
   -e 's:$: $lt_compiler_flag:'`
12589
 
   (eval echo "\"\$as_me:12589: $lt_compile\"" >&5)
 
12556
   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
12590
12557
   (eval "$lt_compile" 2>out/conftest.err)
12591
12558
   ac_status=$?
12592
12559
   cat out/conftest.err >&5
12593
 
   echo "$as_me:12593: \$? = $ac_status" >&5
 
12560
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12594
12561
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
12595
12562
   then
12596
12563
     # The compiler can only warn and ignore the option if not recognized
12597
12564
     # So say no if there are warnings
12598
 
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
12565
     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
12599
12566
     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
12600
12567
     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
12601
12568
       lt_cv_prog_compiler_c_o=yes
12622
12589
 
12623
12590
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
12624
12591
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
12625
 
if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
 
12592
if ${lt_cv_prog_compiler_c_o+:} false; then :
12626
12593
  $as_echo_n "(cached) " >&6
12627
12594
else
12628
12595
  lt_cv_prog_compiler_c_o=no
12641
12608
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12642
12609
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12643
12610
   -e 's:$: $lt_compiler_flag:'`
12644
 
   (eval echo "\"\$as_me:12644: $lt_compile\"" >&5)
 
12611
   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
12645
12612
   (eval "$lt_compile" 2>out/conftest.err)
12646
12613
   ac_status=$?
12647
12614
   cat out/conftest.err >&5
12648
 
   echo "$as_me:12648: \$? = $ac_status" >&5
 
12615
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12649
12616
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
12650
12617
   then
12651
12618
     # The compiler can only warn and ignore the option if not recognized
12652
12619
     # So say no if there are warnings
12653
 
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
12620
     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
12654
12621
     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
12655
12622
     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
12656
12623
       lt_cv_prog_compiler_c_o=yes
12760
12727
  openbsd*)
12761
12728
    with_gnu_ld=no
12762
12729
    ;;
12763
 
  linux* | k*bsd*-gnu)
12764
 
    link_all_deplibs=no
12765
 
    ;;
12766
12730
  esac
12767
12731
 
12768
12732
  ld_shlibs=yes
 
12733
 
 
12734
  # On some targets, GNU ld is compatible enough with the native linker
 
12735
  # that we're better off using the native interface for both.
 
12736
  lt_use_gnu_ld_interface=no
12769
12737
  if test "$with_gnu_ld" = yes; then
 
12738
    case $host_os in
 
12739
      aix*)
 
12740
        # The AIX port of GNU ld has always aspired to compatibility
 
12741
        # with the native linker.  However, as the warning in the GNU ld
 
12742
        # block says, versions before 2.19.5* couldn't really create working
 
12743
        # shared libraries, regardless of the interface used.
 
12744
        case `$LD -v 2>&1` in
 
12745
          *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
 
12746
          *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
 
12747
          *\ \(GNU\ Binutils\)\ [3-9]*) ;;
 
12748
          *)
 
12749
            lt_use_gnu_ld_interface=yes
 
12750
            ;;
 
12751
        esac
 
12752
        ;;
 
12753
      *)
 
12754
        lt_use_gnu_ld_interface=yes
 
12755
        ;;
 
12756
    esac
 
12757
  fi
 
12758
 
 
12759
  if test "$lt_use_gnu_ld_interface" = yes; then
12770
12760
    # If archive_cmds runs LD, not CC, wlarc should be empty
12771
12761
    wlarc='${wl}'
12772
12762
 
12800
12790
        ld_shlibs=no
12801
12791
        cat <<_LT_EOF 1>&2
12802
12792
 
12803
 
*** Warning: the GNU linker, at least up to release 2.9.1, is reported
 
12793
*** Warning: the GNU linker, at least up to release 2.19, is reported
12804
12794
*** to be unable to reliably create shared libraries on AIX.
12805
12795
*** Therefore, libtool is disabling shared libraries support.  If you
12806
 
*** really care for shared libraries, you may want to modify your PATH
12807
 
*** so that a non-GNU linker is found, and then restart.
 
12796
*** really care for shared libraries, you may want to install binutils
 
12797
*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
 
12798
*** You will then need to restart the configuration process.
12808
12799
 
12809
12800
_LT_EOF
12810
12801
      fi
12840
12831
      # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
12841
12832
      # as there is no search path for DLLs.
12842
12833
      hardcode_libdir_flag_spec='-L$libdir'
 
12834
      export_dynamic_flag_spec='${wl}--export-all-symbols'
12843
12835
      allow_undefined_flag=unsupported
12844
12836
      always_export_symbols=no
12845
12837
      enable_shared_with_static_runtimes=yes
12846
 
      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
 
12838
      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
 
12839
      exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
12847
12840
 
12848
12841
      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
12849
12842
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12861
12854
      fi
12862
12855
      ;;
12863
12856
 
 
12857
    haiku*)
 
12858
      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
12859
      link_all_deplibs=yes
 
12860
      ;;
 
12861
 
12864
12862
    interix[3-9]*)
12865
12863
      hardcode_direct=no
12866
12864
      hardcode_shlibpath_var=no
12886
12884
      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
12887
12885
         && test "$tmp_diet" = no
12888
12886
      then
12889
 
        tmp_addflag=
 
12887
        tmp_addflag=' $pic_flag'
12890
12888
        tmp_sharedflag='-shared'
12891
12889
        case $cc_basename,$host_cpu in
12892
12890
        pgcc*)                          # Portland Group C compiler
12893
 
          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
12891
          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
12894
12892
          tmp_addflag=' $pic_flag'
12895
12893
          ;;
12896
 
        pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
12897
 
          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
12894
        pgf77* | pgf90* | pgf95* | pgfortran*)
 
12895
                                        # Portland Group f77 and f90 compilers
 
12896
          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
12898
12897
          tmp_addflag=' $pic_flag -Mnomain' ;;
12899
12898
        ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
12900
12899
          tmp_addflag=' -i_dynamic' ;;
12905
12904
        lf95*)                          # Lahey Fortran 8.1
12906
12905
          whole_archive_flag_spec=
12907
12906
          tmp_sharedflag='--shared' ;;
12908
 
        xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
 
12907
        xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
12909
12908
          tmp_sharedflag='-qmkshrobj'
12910
12909
          tmp_addflag= ;;
 
12910
        nvcc*)  # Cuda Compiler Driver 2.2
 
12911
          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 
12912
          compiler_needs_object=yes
 
12913
          ;;
12911
12914
        esac
12912
12915
        case `$CC -V 2>&1 | sed 5q` in
12913
12916
        *Sun\ C*)                       # Sun C 5.9
12914
 
          whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
12917
          whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
12915
12918
          compiler_needs_object=yes
12916
12919
          tmp_sharedflag='-G' ;;
12917
12920
        *Sun\ F*)                       # Sun Fortran 8.3
12927
12930
        fi
12928
12931
 
12929
12932
        case $cc_basename in
12930
 
        xlf*)
 
12933
        xlf* | bgf* | bgxlf* | mpixlf*)
12931
12934
          # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
12932
12935
          whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
12933
12936
          hardcode_libdir_flag_spec=
12934
12937
          hardcode_libdir_flag_spec_ld='-rpath $libdir'
12935
 
          archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
 
12938
          archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
12936
12939
          if test "x$supports_anon_versioning" = xyes; then
12937
12940
            archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
12938
12941
              cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
12939
12942
              echo "local: *; };" >> $output_objdir/$libname.ver~
12940
 
              $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
 
12943
              $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
12941
12944
          fi
12942
12945
          ;;
12943
12946
        esac
12946
12949
      fi
12947
12950
      ;;
12948
12951
 
12949
 
    netbsd* | netbsdelf*-gnu)
 
12952
    netbsd*)
12950
12953
      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12951
12954
        archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
12952
12955
        wlarc=
12953
12956
      else
12954
 
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12955
 
        archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
12957
        archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
12958
        archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12956
12959
      fi
12957
12960
      ;;
12958
12961
 
12970
12973
 
12971
12974
_LT_EOF
12972
12975
      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
12973
 
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12974
 
        archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
12976
        archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
12977
        archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12975
12978
      else
12976
12979
        ld_shlibs=no
12977
12980
      fi
13017
13020
 
13018
13021
    *)
13019
13022
      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
13020
 
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13021
 
        archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
13023
        archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
13024
        archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13022
13025
      else
13023
13026
        ld_shlibs=no
13024
13027
      fi
13058
13061
      else
13059
13062
        # If we're using GNU nm, then we don't want the "-C" option.
13060
13063
        # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
13064
        # Also, AIX nm treats weak defined symbols like other global
 
13065
        # defined symbols, whereas GNU nm marks them as "W".
13061
13066
        if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
13062
 
          export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 
13067
          export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
13063
13068
        else
13064
13069
          export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
13065
13070
        fi
13121
13126
        if test "$aix_use_runtimelinking" = yes; then
13122
13127
          shared_flag="$shared_flag "'${wl}-G'
13123
13128
        fi
13124
 
        link_all_deplibs=no
13125
13129
      else
13126
13130
        # not using gcc
13127
13131
        if test "$host_cpu" = ia64; then
13147
13151
        allow_undefined_flag='-berok'
13148
13152
        # Determine the default libpath from the value encoded in an
13149
13153
        # empty executable.
13150
 
        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
13154
        if test "${lt_cv_aix_libpath+set}" = set; then
 
13155
  aix_libpath=$lt_cv_aix_libpath
 
13156
else
 
13157
  if ${lt_cv_aix_libpath_+:} false; then :
 
13158
  $as_echo_n "(cached) " >&6
 
13159
else
 
13160
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13151
13161
/* end confdefs.h.  */
13152
13162
 
13153
13163
int
13160
13170
_ACEOF
13161
13171
if ac_fn_c_try_link "$LINENO"; then :
13162
13172
 
13163
 
lt_aix_libpath_sed='
13164
 
    /Import File Strings/,/^$/ {
13165
 
        /^0/ {
13166
 
            s/^0  *\(.*\)$/\1/
13167
 
            p
13168
 
        }
13169
 
    }'
13170
 
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13171
 
# Check for a 64-bit object if we didn't find anything.
13172
 
if test -z "$aix_libpath"; then
13173
 
  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13174
 
fi
 
13173
  lt_aix_libpath_sed='
 
13174
      /Import File Strings/,/^$/ {
 
13175
          /^0/ {
 
13176
              s/^0  *\([^ ]*\) *$/\1/
 
13177
              p
 
13178
          }
 
13179
      }'
 
13180
  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
13181
  # Check for a 64-bit object if we didn't find anything.
 
13182
  if test -z "$lt_cv_aix_libpath_"; then
 
13183
    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
13184
  fi
13175
13185
fi
13176
13186
rm -f core conftest.err conftest.$ac_objext \
13177
13187
    conftest$ac_exeext conftest.$ac_ext
13178
 
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
13188
  if test -z "$lt_cv_aix_libpath_"; then
 
13189
    lt_cv_aix_libpath_="/usr/lib:/lib"
 
13190
  fi
 
13191
 
 
13192
fi
 
13193
 
 
13194
  aix_libpath=$lt_cv_aix_libpath_
 
13195
fi
13179
13196
 
13180
13197
        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
13181
 
        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
13198
        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
13182
13199
      else
13183
13200
        if test "$host_cpu" = ia64; then
13184
13201
          hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
13187
13204
        else
13188
13205
         # Determine the default libpath from the value encoded in an
13189
13206
         # empty executable.
13190
 
         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
13207
         if test "${lt_cv_aix_libpath+set}" = set; then
 
13208
  aix_libpath=$lt_cv_aix_libpath
 
13209
else
 
13210
  if ${lt_cv_aix_libpath_+:} false; then :
 
13211
  $as_echo_n "(cached) " >&6
 
13212
else
 
13213
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13191
13214
/* end confdefs.h.  */
13192
13215
 
13193
13216
int
13200
13223
_ACEOF
13201
13224
if ac_fn_c_try_link "$LINENO"; then :
13202
13225
 
13203
 
lt_aix_libpath_sed='
13204
 
    /Import File Strings/,/^$/ {
13205
 
        /^0/ {
13206
 
            s/^0  *\(.*\)$/\1/
13207
 
            p
13208
 
        }
13209
 
    }'
13210
 
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13211
 
# Check for a 64-bit object if we didn't find anything.
13212
 
if test -z "$aix_libpath"; then
13213
 
  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13214
 
fi
 
13226
  lt_aix_libpath_sed='
 
13227
      /Import File Strings/,/^$/ {
 
13228
          /^0/ {
 
13229
              s/^0  *\([^ ]*\) *$/\1/
 
13230
              p
 
13231
          }
 
13232
      }'
 
13233
  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
13234
  # Check for a 64-bit object if we didn't find anything.
 
13235
  if test -z "$lt_cv_aix_libpath_"; then
 
13236
    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
13237
  fi
13215
13238
fi
13216
13239
rm -f core conftest.err conftest.$ac_objext \
13217
13240
    conftest$ac_exeext conftest.$ac_ext
13218
 
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
13241
  if test -z "$lt_cv_aix_libpath_"; then
 
13242
    lt_cv_aix_libpath_="/usr/lib:/lib"
 
13243
  fi
 
13244
 
 
13245
fi
 
13246
 
 
13247
  aix_libpath=$lt_cv_aix_libpath_
 
13248
fi
13219
13249
 
13220
13250
         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
13221
13251
          # Warning - without using the other run time loading flags,
13222
13252
          # -berok will link without error, but may produce a broken library.
13223
13253
          no_undefined_flag=' ${wl}-bernotok'
13224
13254
          allow_undefined_flag=' ${wl}-berok'
13225
 
          # Exported symbols can be pulled into shared objects from archives
13226
 
          whole_archive_flag_spec='$convenience'
 
13255
          if test "$with_gnu_ld" = yes; then
 
13256
            # We only use this code for GNU lds that support --whole-archive.
 
13257
            whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
13258
          else
 
13259
            # Exported symbols can be pulled into shared objects from archives
 
13260
            whole_archive_flag_spec='$convenience'
 
13261
          fi
13227
13262
          archive_cmds_need_lc=yes
13228
13263
          # This is similar to how AIX traditionally builds its shared libraries.
13229
13264
          archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
13255
13290
      # Microsoft Visual C++.
13256
13291
      # hardcode_libdir_flag_spec is actually meaningless, as there is
13257
13292
      # no search path for DLLs.
13258
 
      hardcode_libdir_flag_spec=' '
13259
 
      allow_undefined_flag=unsupported
13260
 
      # Tell ltmain to make .lib files, not .a files.
13261
 
      libext=lib
13262
 
      # Tell ltmain to make .dll files, not .so files.
13263
 
      shrext_cmds=".dll"
13264
 
      # FIXME: Setting linknames here is a bad hack.
13265
 
      archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
13266
 
      # The linker will automatically build a .lib file if we build a DLL.
13267
 
      old_archive_from_new_cmds='true'
13268
 
      # FIXME: Should let the user specify the lib program.
13269
 
      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
13270
 
      fix_srcfile_path='`cygpath -w "$srcfile"`'
13271
 
      enable_shared_with_static_runtimes=yes
 
13293
      case $cc_basename in
 
13294
      cl*)
 
13295
        # Native MSVC
 
13296
        hardcode_libdir_flag_spec=' '
 
13297
        allow_undefined_flag=unsupported
 
13298
        always_export_symbols=yes
 
13299
        file_list_spec='@'
 
13300
        # Tell ltmain to make .lib files, not .a files.
 
13301
        libext=lib
 
13302
        # Tell ltmain to make .dll files, not .so files.
 
13303
        shrext_cmds=".dll"
 
13304
        # FIXME: Setting linknames here is a bad hack.
 
13305
        archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
 
13306
        archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
13307
            sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
 
13308
          else
 
13309
            sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
 
13310
          fi~
 
13311
          $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
 
13312
          linknames='
 
13313
        # The linker will not automatically build a static lib if we build a DLL.
 
13314
        # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
 
13315
        enable_shared_with_static_runtimes=yes
 
13316
        export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
 
13317
        # Don't use ranlib
 
13318
        old_postinstall_cmds='chmod 644 $oldlib'
 
13319
        postlink_cmds='lt_outputfile="@OUTPUT@"~
 
13320
          lt_tool_outputfile="@TOOL_OUTPUT@"~
 
13321
          case $lt_outputfile in
 
13322
            *.exe|*.EXE) ;;
 
13323
            *)
 
13324
              lt_outputfile="$lt_outputfile.exe"
 
13325
              lt_tool_outputfile="$lt_tool_outputfile.exe"
 
13326
              ;;
 
13327
          esac~
 
13328
          if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
 
13329
            $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
 
13330
            $RM "$lt_outputfile.manifest";
 
13331
          fi'
 
13332
        ;;
 
13333
      *)
 
13334
        # Assume MSVC wrapper
 
13335
        hardcode_libdir_flag_spec=' '
 
13336
        allow_undefined_flag=unsupported
 
13337
        # Tell ltmain to make .lib files, not .a files.
 
13338
        libext=lib
 
13339
        # Tell ltmain to make .dll files, not .so files.
 
13340
        shrext_cmds=".dll"
 
13341
        # FIXME: Setting linknames here is a bad hack.
 
13342
        archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
 
13343
        # The linker will automatically build a .lib file if we build a DLL.
 
13344
        old_archive_from_new_cmds='true'
 
13345
        # FIXME: Should let the user specify the lib program.
 
13346
        old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
 
13347
        enable_shared_with_static_runtimes=yes
 
13348
        ;;
 
13349
      esac
13272
13350
      ;;
13273
13351
 
13274
13352
    darwin* | rhapsody*)
13278
13356
  hardcode_direct=no
13279
13357
  hardcode_automatic=yes
13280
13358
  hardcode_shlibpath_var=unsupported
13281
 
  whole_archive_flag_spec=''
 
13359
  if test "$lt_cv_ld_force_load" = "yes"; then
 
13360
    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
 
13361
  else
 
13362
    whole_archive_flag_spec=''
 
13363
  fi
13282
13364
  link_all_deplibs=yes
13283
13365
  allow_undefined_flag="$_lt_dar_allow_undefined"
13284
13366
  case $cc_basename in
13286
13368
     *) _lt_dar_can_shared=$GCC ;;
13287
13369
  esac
13288
13370
  if test "$_lt_dar_can_shared" = "yes"; then
13289
 
    output_verbose_link_cmd=echo
 
13371
    output_verbose_link_cmd=func_echo_all
13290
13372
    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
13291
13373
    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
13292
13374
    archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
13329
13411
 
13330
13412
    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
13331
13413
    freebsd* | dragonfly*)
13332
 
      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
13414
      archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
13333
13415
      hardcode_libdir_flag_spec='-R$libdir'
13334
13416
      hardcode_direct=yes
13335
13417
      hardcode_shlibpath_var=no
13337
13419
 
13338
13420
    hpux9*)
13339
13421
      if test "$GCC" = yes; then
13340
 
        archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
13422
        archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
13341
13423
      else
13342
13424
        archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
13343
13425
      fi
13352
13434
      ;;
13353
13435
 
13354
13436
    hpux10*)
13355
 
      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
13356
 
        archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
13437
      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
 
13438
        archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
13357
13439
      else
13358
13440
        archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
13359
13441
      fi
13371
13453
      ;;
13372
13454
 
13373
13455
    hpux11*)
13374
 
      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
13456
      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
13375
13457
        case $host_cpu in
13376
13458
        hppa*64*)
13377
13459
          archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
13378
13460
          ;;
13379
13461
        ia64*)
13380
 
          archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
13462
          archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
13381
13463
          ;;
13382
13464
        *)
13383
 
          archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
13465
          archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
13384
13466
          ;;
13385
13467
        esac
13386
13468
      else
13392
13474
          archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
13393
13475
          ;;
13394
13476
        *)
13395
 
          archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
13477
 
 
13478
          # Older versions of the 11.00 compiler do not understand -b yet
 
13479
          # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
 
13480
          { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
 
13481
$as_echo_n "checking if $CC understands -b... " >&6; }
 
13482
if ${lt_cv_prog_compiler__b+:} false; then :
 
13483
  $as_echo_n "(cached) " >&6
 
13484
else
 
13485
  lt_cv_prog_compiler__b=no
 
13486
   save_LDFLAGS="$LDFLAGS"
 
13487
   LDFLAGS="$LDFLAGS -b"
 
13488
   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
13489
   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
13490
     # The linker can only warn and ignore the option if not recognized
 
13491
     # So say no if there are warnings
 
13492
     if test -s conftest.err; then
 
13493
       # Append any errors to the config.log.
 
13494
       cat conftest.err 1>&5
 
13495
       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
 
13496
       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
13497
       if diff conftest.exp conftest.er2 >/dev/null; then
 
13498
         lt_cv_prog_compiler__b=yes
 
13499
       fi
 
13500
     else
 
13501
       lt_cv_prog_compiler__b=yes
 
13502
     fi
 
13503
   fi
 
13504
   $RM -r conftest*
 
13505
   LDFLAGS="$save_LDFLAGS"
 
13506
 
 
13507
fi
 
13508
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
 
13509
$as_echo "$lt_cv_prog_compiler__b" >&6; }
 
13510
 
 
13511
if test x"$lt_cv_prog_compiler__b" = xyes; then
 
13512
    archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
13513
else
 
13514
    archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
13515
fi
 
13516
 
13396
13517
          ;;
13397
13518
        esac
13398
13519
      fi
13420
13541
 
13421
13542
    irix5* | irix6* | nonstopux*)
13422
13543
      if test "$GCC" = yes; then
13423
 
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
13544
        archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13424
13545
        # Try to use the -exported_symbol ld option, if it does not
13425
13546
        # work, assume that -exports_file does not work either and
13426
13547
        # implicitly export all symbols.
13427
 
        save_LDFLAGS="$LDFLAGS"
13428
 
        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
13429
 
        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
13548
        # This should be the same for all languages, so no per-tag cache variable.
 
13549
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
 
13550
$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
 
13551
if ${lt_cv_irix_exported_symbol+:} false; then :
 
13552
  $as_echo_n "(cached) " >&6
 
13553
else
 
13554
  save_LDFLAGS="$LDFLAGS"
 
13555
           LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
 
13556
           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13430
13557
/* end confdefs.h.  */
13431
 
int foo(void) {}
 
13558
int foo (void) { return 0; }
13432
13559
_ACEOF
13433
13560
if ac_fn_c_try_link "$LINENO"; then :
13434
 
  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
13435
 
 
 
13561
  lt_cv_irix_exported_symbol=yes
 
13562
else
 
13563
  lt_cv_irix_exported_symbol=no
13436
13564
fi
13437
13565
rm -f core conftest.err conftest.$ac_objext \
13438
13566
    conftest$ac_exeext conftest.$ac_ext
13439
 
        LDFLAGS="$save_LDFLAGS"
 
13567
           LDFLAGS="$save_LDFLAGS"
 
13568
fi
 
13569
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
 
13570
$as_echo "$lt_cv_irix_exported_symbol" >&6; }
 
13571
        if test "$lt_cv_irix_exported_symbol" = yes; then
 
13572
          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
 
13573
        fi
13440
13574
      else
13441
 
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
13442
 
        archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
 
13575
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
 
13576
        archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
13443
13577
      fi
13444
13578
      archive_cmds_need_lc='no'
13445
13579
      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
13448
13582
      link_all_deplibs=yes
13449
13583
      ;;
13450
13584
 
13451
 
    netbsd* | netbsdelf*-gnu)
 
13585
    netbsd*)
13452
13586
      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
13453
13587
        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
13454
13588
      else
13501
13635
      hardcode_libdir_flag_spec='-L$libdir'
13502
13636
      hardcode_minus_L=yes
13503
13637
      allow_undefined_flag=unsupported
13504
 
      archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
 
13638
      archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
13505
13639
      old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
13506
13640
      ;;
13507
13641
 
13508
13642
    osf3*)
13509
13643
      if test "$GCC" = yes; then
13510
13644
        allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
13511
 
        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
13645
        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13512
13646
      else
13513
13647
        allow_undefined_flag=' -expect_unresolved \*'
13514
 
        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
13648
        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13515
13649
      fi
13516
13650
      archive_cmds_need_lc='no'
13517
13651
      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
13521
13655
    osf4* | osf5*)      # as osf3* with the addition of -msym flag
13522
13656
      if test "$GCC" = yes; then
13523
13657
        allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
13524
 
        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
13658
        archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13525
13659
        hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
13526
13660
      else
13527
13661
        allow_undefined_flag=' -expect_unresolved \*'
13528
 
        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
13662
        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13529
13663
        archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
13530
 
        $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
 
13664
        $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
13531
13665
 
13532
13666
        # Both c and cxx compiler support -rpath directly
13533
13667
        hardcode_libdir_flag_spec='-rpath $libdir'
13540
13674
      no_undefined_flag=' -z defs'
13541
13675
      if test "$GCC" = yes; then
13542
13676
        wlarc='${wl}'
13543
 
        archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
13677
        archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
13544
13678
        archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13545
 
          $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
 
13679
          $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
13546
13680
      else
13547
13681
        case `$CC -V 2>&1` in
13548
13682
        *"Compilers 5.0"*)
13730
13864
      # to ld, don't add -lc before -lgcc.
13731
13865
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
13732
13866
$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
13733
 
      $RM conftest*
13734
 
      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
13867
if ${lt_cv_archive_cmds_need_lc+:} false; then :
 
13868
  $as_echo_n "(cached) " >&6
 
13869
else
 
13870
  $RM conftest*
 
13871
        echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13735
13872
 
13736
 
      if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
 
13873
        if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13737
13874
  (eval $ac_compile) 2>&5
13738
13875
  ac_status=$?
13739
13876
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13740
13877
  test $ac_status = 0; } 2>conftest.err; then
13741
 
        soname=conftest
13742
 
        lib=conftest
13743
 
        libobjs=conftest.$ac_objext
13744
 
        deplibs=
13745
 
        wl=$lt_prog_compiler_wl
13746
 
        pic_flag=$lt_prog_compiler_pic
13747
 
        compiler_flags=-v
13748
 
        linker_flags=-v
13749
 
        verstring=
13750
 
        output_objdir=.
13751
 
        libname=conftest
13752
 
        lt_save_allow_undefined_flag=$allow_undefined_flag
13753
 
        allow_undefined_flag=
13754
 
        if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
 
13878
          soname=conftest
 
13879
          lib=conftest
 
13880
          libobjs=conftest.$ac_objext
 
13881
          deplibs=
 
13882
          wl=$lt_prog_compiler_wl
 
13883
          pic_flag=$lt_prog_compiler_pic
 
13884
          compiler_flags=-v
 
13885
          linker_flags=-v
 
13886
          verstring=
 
13887
          output_objdir=.
 
13888
          libname=conftest
 
13889
          lt_save_allow_undefined_flag=$allow_undefined_flag
 
13890
          allow_undefined_flag=
 
13891
          if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
13755
13892
  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
13756
13893
  ac_status=$?
13757
13894
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13758
13895
  test $ac_status = 0; }
13759
 
        then
13760
 
          archive_cmds_need_lc=no
13761
 
        else
13762
 
          archive_cmds_need_lc=yes
13763
 
        fi
13764
 
        allow_undefined_flag=$lt_save_allow_undefined_flag
13765
 
      else
13766
 
        cat conftest.err 1>&5
13767
 
      fi
13768
 
      $RM conftest*
13769
 
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
13770
 
$as_echo "$archive_cmds_need_lc" >&6; }
 
13896
          then
 
13897
            lt_cv_archive_cmds_need_lc=no
 
13898
          else
 
13899
            lt_cv_archive_cmds_need_lc=yes
 
13900
          fi
 
13901
          allow_undefined_flag=$lt_save_allow_undefined_flag
 
13902
        else
 
13903
          cat conftest.err 1>&5
 
13904
        fi
 
13905
        $RM conftest*
 
13906
 
 
13907
fi
 
13908
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
 
13909
$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
 
13910
      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
13771
13911
      ;;
13772
13912
    esac
13773
13913
  fi
13938
14078
    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
13939
14079
    *) lt_awk_arg="/^libraries:/" ;;
13940
14080
  esac
13941
 
  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
13942
 
  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
 
14081
  case $host_os in
 
14082
    mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
 
14083
    *) lt_sed_strip_eq="s,=/,/,g" ;;
 
14084
  esac
 
14085
  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
 
14086
  case $lt_search_path_spec in
 
14087
  *\;*)
13943
14088
    # if the path contains ";" then we assume it to be the separator
13944
14089
    # otherwise default to the standard path separator (i.e. ":") - it is
13945
14090
    # assumed that no part of a normal pathname contains ";" but that should
13946
14091
    # okay in the real world where ";" in dirpaths is itself problematic.
13947
 
    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
13948
 
  else
13949
 
    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
13950
 
  fi
 
14092
    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
 
14093
    ;;
 
14094
  *)
 
14095
    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
 
14096
    ;;
 
14097
  esac
13951
14098
  # Ok, now we have the path, separated by spaces, we can step through it
13952
14099
  # and add multilib dir if necessary.
13953
14100
  lt_tmp_lt_search_path_spec=
13960
14107
        lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
13961
14108
    fi
13962
14109
  done
13963
 
  lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
 
14110
  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
13964
14111
BEGIN {RS=" "; FS="/|\n";} {
13965
14112
  lt_foo="";
13966
14113
  lt_count=0;
13980
14127
  if (lt_foo != "") { lt_freq[lt_foo]++; }
13981
14128
  if (lt_freq[lt_foo] == 1) { print lt_foo; }
13982
14129
}'`
13983
 
  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
 
14130
  # AWK program above erroneously prepends '/' to C:/dos/paths
 
14131
  # for these hosts.
 
14132
  case $host_os in
 
14133
    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
 
14134
      $SED 's,/\([A-Za-z]:\),\1,g'` ;;
 
14135
  esac
 
14136
  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
13984
14137
else
13985
14138
  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
13986
14139
fi
14068
14221
  m68k)
14069
14222
    library_names_spec='$libname.ixlibrary $libname.a'
14070
14223
    # Create ${libname}_ixlibrary.a entries in /sys/libs.
14071
 
    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
 
14224
    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
14072
14225
    ;;
14073
14226
  esac
14074
14227
  ;;
14099
14252
  need_version=no
14100
14253
  need_lib_prefix=no
14101
14254
 
14102
 
  case $GCC,$host_os in
14103
 
  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
 
14255
  case $GCC,$cc_basename in
 
14256
  yes,*)
 
14257
    # gcc
14104
14258
    library_names_spec='$libname.dll.a'
14105
14259
    # DLL is installed to $(libdir)/../bin by postinstall_cmds
14106
14260
    postinstall_cmds='base_file=`basename \${file}`~
14121
14275
    cygwin*)
14122
14276
      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
14123
14277
      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14124
 
      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
 
14278
 
 
14279
      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
14125
14280
      ;;
14126
14281
    mingw* | cegcc*)
14127
14282
      # MinGW DLLs use traditional 'lib' prefix
14128
14283
      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14129
 
      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
14130
 
      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
14131
 
        # It is most probably a Windows format PATH printed by
14132
 
        # mingw gcc, but we are running on Cygwin. Gcc prints its search
14133
 
        # path with ; separators, and with drive letters. We can handle the
14134
 
        # drive letters (cygwin fileutils understands them), so leave them,
14135
 
        # especially as we might pass files found there to a mingw objdump,
14136
 
        # which wouldn't understand a cygwinified path. Ahh.
14137
 
        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
14138
 
      else
14139
 
        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
14140
 
      fi
14141
14284
      ;;
14142
14285
    pw32*)
14143
14286
      # pw32 DLLs use 'pw' prefix rather than 'lib'
14144
14287
      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14145
14288
      ;;
14146
14289
    esac
 
14290
    dynamic_linker='Win32 ld.exe'
 
14291
    ;;
 
14292
 
 
14293
  *,cl*)
 
14294
    # Native MSVC
 
14295
    libname_spec='$name'
 
14296
    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
14297
    library_names_spec='${libname}.dll.lib'
 
14298
 
 
14299
    case $build_os in
 
14300
    mingw*)
 
14301
      sys_lib_search_path_spec=
 
14302
      lt_save_ifs=$IFS
 
14303
      IFS=';'
 
14304
      for lt_path in $LIB
 
14305
      do
 
14306
        IFS=$lt_save_ifs
 
14307
        # Let DOS variable expansion print the short 8.3 style file name.
 
14308
        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
 
14309
        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
 
14310
      done
 
14311
      IFS=$lt_save_ifs
 
14312
      # Convert to MSYS style.
 
14313
      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
 
14314
      ;;
 
14315
    cygwin*)
 
14316
      # Convert to unix form, then to dos form, then back to unix form
 
14317
      # but this time dos style (no spaces!) so that the unix form looks
 
14318
      # like /cygdrive/c/PROGRA~1:/cygdr...
 
14319
      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
 
14320
      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
 
14321
      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
 
14322
      ;;
 
14323
    *)
 
14324
      sys_lib_search_path_spec="$LIB"
 
14325
      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
 
14326
        # It is most probably a Windows format PATH.
 
14327
        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
14328
      else
 
14329
        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
 
14330
      fi
 
14331
      # FIXME: find the short name or the path components, as spaces are
 
14332
      # common. (e.g. "Program Files" -> "PROGRA~1")
 
14333
      ;;
 
14334
    esac
 
14335
 
 
14336
    # DLL is installed to $(libdir)/../bin by postinstall_cmds
 
14337
    postinstall_cmds='base_file=`basename \${file}`~
 
14338
      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
 
14339
      dldir=$destdir/`dirname \$dlpath`~
 
14340
      test -d \$dldir || mkdir -p \$dldir~
 
14341
      $install_prog $dir/$dlname \$dldir/$dlname'
 
14342
    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
14343
      dlpath=$dir/\$dldll~
 
14344
       $RM \$dlpath'
 
14345
    shlibpath_overrides_runpath=yes
 
14346
    dynamic_linker='Win32 link.exe'
14147
14347
    ;;
14148
14348
 
14149
14349
  *)
 
14350
    # Assume MSVC wrapper
14150
14351
    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
 
14352
    dynamic_linker='Win32 ld.exe'
14151
14353
    ;;
14152
14354
  esac
14153
 
  dynamic_linker='Win32 ld.exe'
14154
14355
  # FIXME: first we should search . and the directory the executable is in
14155
14356
  shlibpath_var=PATH
14156
14357
  ;;
14237
14438
  hardcode_into_libs=yes
14238
14439
  ;;
14239
14440
 
 
14441
haiku*)
 
14442
  version_type=linux
 
14443
  need_lib_prefix=no
 
14444
  need_version=no
 
14445
  dynamic_linker="$host_os runtime_loader"
 
14446
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
 
14447
  soname_spec='${libname}${release}${shared_ext}$major'
 
14448
  shlibpath_var=LIBRARY_PATH
 
14449
  shlibpath_overrides_runpath=yes
 
14450
  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
 
14451
  hardcode_into_libs=yes
 
14452
  ;;
 
14453
 
14240
14454
hpux9* | hpux10* | hpux11*)
14241
14455
  # Give a soname corresponding to the major version so that dld.sl refuses to
14242
14456
  # link against other versions.
14279
14493
    soname_spec='${libname}${release}${shared_ext}$major'
14280
14494
    ;;
14281
14495
  esac
14282
 
  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
14496
  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
14283
14497
  postinstall_cmds='chmod 555 $lib'
 
14498
  # or fails outright, so override atomically:
 
14499
  install_override_mode=555
14284
14500
  ;;
14285
14501
 
14286
14502
interix[3-9]*)
14347
14563
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
14348
14564
  shlibpath_var=LD_LIBRARY_PATH
14349
14565
  shlibpath_overrides_runpath=no
 
14566
 
14350
14567
  # Some binutils ld are patched to set DT_RUNPATH
14351
 
  save_LDFLAGS=$LDFLAGS
14352
 
  save_libdir=$libdir
14353
 
  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
14354
 
       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
14355
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
14568
  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
 
14569
  $as_echo_n "(cached) " >&6
 
14570
else
 
14571
  lt_cv_shlibpath_overrides_runpath=no
 
14572
    save_LDFLAGS=$LDFLAGS
 
14573
    save_libdir=$libdir
 
14574
    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
 
14575
         LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
 
14576
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14356
14577
/* end confdefs.h.  */
14357
14578
 
14358
14579
int
14365
14586
_ACEOF
14366
14587
if ac_fn_c_try_link "$LINENO"; then :
14367
14588
  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
14368
 
  shlibpath_overrides_runpath=yes
 
14589
  lt_cv_shlibpath_overrides_runpath=yes
14369
14590
fi
14370
14591
fi
14371
14592
rm -f core conftest.err conftest.$ac_objext \
14372
14593
    conftest$ac_exeext conftest.$ac_ext
14373
 
  LDFLAGS=$save_LDFLAGS
14374
 
  libdir=$save_libdir
 
14594
    LDFLAGS=$save_LDFLAGS
 
14595
    libdir=$save_libdir
 
14596
 
 
14597
fi
 
14598
 
 
14599
  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
14375
14600
 
14376
14601
  # This implies no fast_install, which is unacceptable.
14377
14602
  # Some rework will be needed to allow for fast_install
14378
14603
  # before this can be enabled.
14379
14604
  hardcode_into_libs=yes
14380
14605
 
 
14606
  # Add ABI-specific directories to the system library path.
 
14607
  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
 
14608
 
14381
14609
  # Append ld.so.conf contents to the search path
14382
14610
  if test -f /etc/ld.so.conf; then
14383
 
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[       ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
14384
 
    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
14611
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[       ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
 
14612
    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
 
14613
 
14385
14614
  fi
14386
14615
 
14387
14616
  # We used to test for /lib/ld.so.1 and disable shared libraries on
14393
14622
  dynamic_linker='GNU/Linux ld.so'
14394
14623
  ;;
14395
14624
 
14396
 
netbsdelf*-gnu)
14397
 
  version_type=linux
14398
 
  need_lib_prefix=no
14399
 
  need_version=no
14400
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14401
 
  soname_spec='${libname}${release}${shared_ext}$major'
14402
 
  shlibpath_var=LD_LIBRARY_PATH
14403
 
  shlibpath_overrides_runpath=no
14404
 
  hardcode_into_libs=yes
14405
 
  dynamic_linker='NetBSD ld.elf_so'
14406
 
  ;;
14407
 
 
14408
14625
netbsd*)
14409
14626
  version_type=sunos
14410
14627
  need_lib_prefix=no
14695
14912
 
14696
14913
 
14697
14914
 
 
14915
 
 
14916
 
 
14917
 
 
14918
 
 
14919
 
14698
14920
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
14699
14921
$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
14700
14922
hardcode_action=
14767
14989
  # if libdl is installed we need to link against it
14768
14990
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14769
14991
$as_echo_n "checking for dlopen in -ldl... " >&6; }
14770
 
if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
 
14992
if ${ac_cv_lib_dl_dlopen+:} false; then :
14771
14993
  $as_echo_n "(cached) " >&6
14772
14994
else
14773
14995
  ac_check_lib_save_LIBS=$LIBS
14801
15023
fi
14802
15024
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14803
15025
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14804
 
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
 
15026
if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
14805
15027
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
14806
15028
else
14807
15029
 
14815
15037
 
14816
15038
  *)
14817
15039
    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
14818
 
if test "x$ac_cv_func_shl_load" = x""yes; then :
 
15040
if test "x$ac_cv_func_shl_load" = xyes; then :
14819
15041
  lt_cv_dlopen="shl_load"
14820
15042
else
14821
15043
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
14822
15044
$as_echo_n "checking for shl_load in -ldld... " >&6; }
14823
 
if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
 
15045
if ${ac_cv_lib_dld_shl_load+:} false; then :
14824
15046
  $as_echo_n "(cached) " >&6
14825
15047
else
14826
15048
  ac_check_lib_save_LIBS=$LIBS
14854
15076
fi
14855
15077
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
14856
15078
$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
14857
 
if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
 
15079
if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
14858
15080
  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
14859
15081
else
14860
15082
  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
14861
 
if test "x$ac_cv_func_dlopen" = x""yes; then :
 
15083
if test "x$ac_cv_func_dlopen" = xyes; then :
14862
15084
  lt_cv_dlopen="dlopen"
14863
15085
else
14864
15086
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14865
15087
$as_echo_n "checking for dlopen in -ldl... " >&6; }
14866
 
if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
 
15088
if ${ac_cv_lib_dl_dlopen+:} false; then :
14867
15089
  $as_echo_n "(cached) " >&6
14868
15090
else
14869
15091
  ac_check_lib_save_LIBS=$LIBS
14897
15119
fi
14898
15120
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14899
15121
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14900
 
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
 
15122
if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
14901
15123
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
14902
15124
else
14903
15125
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
14904
15126
$as_echo_n "checking for dlopen in -lsvld... " >&6; }
14905
 
if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
 
15127
if ${ac_cv_lib_svld_dlopen+:} false; then :
14906
15128
  $as_echo_n "(cached) " >&6
14907
15129
else
14908
15130
  ac_check_lib_save_LIBS=$LIBS
14936
15158
fi
14937
15159
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
14938
15160
$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
14939
 
if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
 
15161
if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
14940
15162
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
14941
15163
else
14942
15164
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
14943
15165
$as_echo_n "checking for dld_link in -ldld... " >&6; }
14944
 
if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
 
15166
if ${ac_cv_lib_dld_dld_link+:} false; then :
14945
15167
  $as_echo_n "(cached) " >&6
14946
15168
else
14947
15169
  ac_check_lib_save_LIBS=$LIBS
14975
15197
fi
14976
15198
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
14977
15199
$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
14978
 
if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
 
15200
if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
14979
15201
  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
14980
15202
fi
14981
15203
 
15016
15238
 
15017
15239
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
15018
15240
$as_echo_n "checking whether a program can dlopen itself... " >&6; }
15019
 
if test "${lt_cv_dlopen_self+set}" = set; then :
 
15241
if ${lt_cv_dlopen_self+:} false; then :
15020
15242
  $as_echo_n "(cached) " >&6
15021
15243
else
15022
15244
          if test "$cross_compiling" = yes; then :
15025
15247
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
15026
15248
  lt_status=$lt_dlunknown
15027
15249
  cat > conftest.$ac_ext <<_LT_EOF
15028
 
#line 15028 "configure"
 
15250
#line $LINENO "configure"
15029
15251
#include "confdefs.h"
15030
15252
 
15031
15253
#if HAVE_DLFCN_H
15066
15288
#  endif
15067
15289
#endif
15068
15290
 
15069
 
void fnord() { int i=42;}
 
15291
/* When -fvisbility=hidden is used, assume the code has been annotated
 
15292
   correspondingly for the symbols needed.  */
 
15293
#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
 
15294
int fnord () __attribute__((visibility("default")));
 
15295
#endif
 
15296
 
 
15297
int fnord () { return 42; }
15070
15298
int main ()
15071
15299
{
15072
15300
  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
15075
15303
  if (self)
15076
15304
    {
15077
15305
      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
15078
 
      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
15306
      else
 
15307
        {
 
15308
          if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
 
15309
          else puts (dlerror ());
 
15310
        }
15079
15311
      /* dlclose (self); */
15080
15312
    }
15081
15313
  else
15112
15344
      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
15113
15345
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
15114
15346
$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
15115
 
if test "${lt_cv_dlopen_self_static+set}" = set; then :
 
15347
if ${lt_cv_dlopen_self_static+:} false; then :
15116
15348
  $as_echo_n "(cached) " >&6
15117
15349
else
15118
15350
          if test "$cross_compiling" = yes; then :
15121
15353
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
15122
15354
  lt_status=$lt_dlunknown
15123
15355
  cat > conftest.$ac_ext <<_LT_EOF
15124
 
#line 15124 "configure"
 
15356
#line $LINENO "configure"
15125
15357
#include "confdefs.h"
15126
15358
 
15127
15359
#if HAVE_DLFCN_H
15162
15394
#  endif
15163
15395
#endif
15164
15396
 
15165
 
void fnord() { int i=42;}
 
15397
/* When -fvisbility=hidden is used, assume the code has been annotated
 
15398
   correspondingly for the symbols needed.  */
 
15399
#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
 
15400
int fnord () __attribute__((visibility("default")));
 
15401
#endif
 
15402
 
 
15403
int fnord () { return 42; }
15166
15404
int main ()
15167
15405
{
15168
15406
  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
15171
15409
  if (self)
15172
15410
    {
15173
15411
      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
15174
 
      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
15412
      else
 
15413
        {
 
15414
          if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
 
15415
          else puts (dlerror ());
 
15416
        }
15175
15417
      /* dlclose (self); */
15176
15418
    }
15177
15419
  else
15328
15570
 
15329
15571
CC="$lt_save_CC"
15330
15572
 
 
15573
      if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
15574
    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
15575
    (test "X$CXX" != "Xg++"))) ; then
 
15576
  ac_ext=cpp
 
15577
ac_cpp='$CXXCPP $CPPFLAGS'
 
15578
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
15579
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
15580
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
15581
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
 
15582
$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
 
15583
if test -z "$CXXCPP"; then
 
15584
  if ${ac_cv_prog_CXXCPP+:} false; then :
 
15585
  $as_echo_n "(cached) " >&6
 
15586
else
 
15587
      # Double quotes because CXXCPP needs to be expanded
 
15588
    for CXXCPP in "$CXX -E" "/lib/cpp"
 
15589
    do
 
15590
      ac_preproc_ok=false
 
15591
for ac_cxx_preproc_warn_flag in '' yes
 
15592
do
 
15593
  # Use a header file that comes with gcc, so configuring glibc
 
15594
  # with a fresh cross-compiler works.
 
15595
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
15596
  # <limits.h> exists even on freestanding compilers.
 
15597
  # On the NeXT, cc -E runs the code through the compiler's parser,
 
15598
  # not just through cpp. "Syntax error" is here to catch this case.
 
15599
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
15600
/* end confdefs.h.  */
 
15601
#ifdef __STDC__
 
15602
# include <limits.h>
 
15603
#else
 
15604
# include <assert.h>
 
15605
#endif
 
15606
                     Syntax error
 
15607
_ACEOF
 
15608
if ac_fn_cxx_try_cpp "$LINENO"; then :
 
15609
 
 
15610
else
 
15611
  # Broken: fails on valid input.
 
15612
continue
 
15613
fi
 
15614
rm -f conftest.err conftest.i conftest.$ac_ext
 
15615
 
 
15616
  # OK, works on sane cases.  Now check whether nonexistent headers
 
15617
  # can be detected and how.
 
15618
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
15619
/* end confdefs.h.  */
 
15620
#include <ac_nonexistent.h>
 
15621
_ACEOF
 
15622
if ac_fn_cxx_try_cpp "$LINENO"; then :
 
15623
  # Broken: success on invalid input.
 
15624
continue
 
15625
else
 
15626
  # Passes both tests.
 
15627
ac_preproc_ok=:
 
15628
break
 
15629
fi
 
15630
rm -f conftest.err conftest.i conftest.$ac_ext
 
15631
 
 
15632
done
 
15633
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 
15634
rm -f conftest.i conftest.err conftest.$ac_ext
 
15635
if $ac_preproc_ok; then :
 
15636
  break
 
15637
fi
 
15638
 
 
15639
    done
 
15640
    ac_cv_prog_CXXCPP=$CXXCPP
 
15641
 
 
15642
fi
 
15643
  CXXCPP=$ac_cv_prog_CXXCPP
 
15644
else
 
15645
  ac_cv_prog_CXXCPP=$CXXCPP
 
15646
fi
 
15647
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
 
15648
$as_echo "$CXXCPP" >&6; }
 
15649
ac_preproc_ok=false
 
15650
for ac_cxx_preproc_warn_flag in '' yes
 
15651
do
 
15652
  # Use a header file that comes with gcc, so configuring glibc
 
15653
  # with a fresh cross-compiler works.
 
15654
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
15655
  # <limits.h> exists even on freestanding compilers.
 
15656
  # On the NeXT, cc -E runs the code through the compiler's parser,
 
15657
  # not just through cpp. "Syntax error" is here to catch this case.
 
15658
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
15659
/* end confdefs.h.  */
 
15660
#ifdef __STDC__
 
15661
# include <limits.h>
 
15662
#else
 
15663
# include <assert.h>
 
15664
#endif
 
15665
                     Syntax error
 
15666
_ACEOF
 
15667
if ac_fn_cxx_try_cpp "$LINENO"; then :
 
15668
 
 
15669
else
 
15670
  # Broken: fails on valid input.
 
15671
continue
 
15672
fi
 
15673
rm -f conftest.err conftest.i conftest.$ac_ext
 
15674
 
 
15675
  # OK, works on sane cases.  Now check whether nonexistent headers
 
15676
  # can be detected and how.
 
15677
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
15678
/* end confdefs.h.  */
 
15679
#include <ac_nonexistent.h>
 
15680
_ACEOF
 
15681
if ac_fn_cxx_try_cpp "$LINENO"; then :
 
15682
  # Broken: success on invalid input.
 
15683
continue
 
15684
else
 
15685
  # Passes both tests.
 
15686
ac_preproc_ok=:
 
15687
break
 
15688
fi
 
15689
rm -f conftest.err conftest.i conftest.$ac_ext
 
15690
 
 
15691
done
 
15692
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 
15693
rm -f conftest.i conftest.err conftest.$ac_ext
 
15694
if $ac_preproc_ok; then :
 
15695
 
 
15696
else
 
15697
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
15698
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
15699
as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
 
15700
See \`config.log' for more details" "$LINENO" 5; }
 
15701
fi
 
15702
 
 
15703
ac_ext=c
 
15704
ac_cpp='$CPP $CPPFLAGS'
 
15705
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
15706
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
15707
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
15708
 
 
15709
else
 
15710
  _lt_caught_CXX_error=yes
 
15711
fi
15331
15712
 
15332
15713
ac_ext=cpp
15333
15714
ac_cpp='$CXXCPP $CPPFLAGS'
15354
15735
module_expsym_cmds_CXX=
15355
15736
link_all_deplibs_CXX=unknown
15356
15737
old_archive_cmds_CXX=$old_archive_cmds
 
15738
reload_flag_CXX=$reload_flag
 
15739
reload_cmds_CXX=$reload_cmds
15357
15740
no_undefined_flag_CXX=
15358
15741
whole_archive_flag_spec_CXX=
15359
15742
enable_shared_with_static_runtimes_CXX=no
15409
15792
 
15410
15793
  # Allow CC to be a program name with arguments.
15411
15794
  lt_save_CC=$CC
 
15795
  lt_save_CFLAGS=$CFLAGS
15412
15796
  lt_save_LD=$LD
15413
15797
  lt_save_GCC=$GCC
15414
15798
  GCC=$GXX
15426
15810
  fi
15427
15811
  test -z "${LDCXX+set}" || LD=$LDCXX
15428
15812
  CC=${CXX-"c++"}
 
15813
  CFLAGS=$CXXFLAGS
15429
15814
  compiler=$CC
15430
15815
  compiler_CXX=$CC
15431
15816
  for cc_temp in $compiler""; do
15436
15821
    *) break;;
15437
15822
  esac
15438
15823
done
15439
 
cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
15824
cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
15440
15825
 
15441
15826
 
15442
15827
  if test -n "$compiler"; then
15499
15884
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
15500
15885
$as_echo_n "checking for non-GNU ld... " >&6; }
15501
15886
fi
15502
 
if test "${lt_cv_path_LD+set}" = set; then :
 
15887
if ${lt_cv_path_LD+:} false; then :
15503
15888
  $as_echo_n "(cached) " >&6
15504
15889
else
15505
15890
  if test -z "$LD"; then
15536
15921
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15537
15922
$as_echo "no" >&6; }
15538
15923
fi
15539
 
test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
 
15924
test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
15540
15925
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
15541
15926
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
15542
 
if test "${lt_cv_prog_gnu_ld+set}" = set; then :
 
15927
if ${lt_cv_prog_gnu_ld+:} false; then :
15543
15928
  $as_echo_n "(cached) " >&6
15544
15929
else
15545
15930
  # I'd rather use --version here, but apparently some GNU lds only accept -v.
15565
15950
      # Check if GNU C++ uses GNU ld as the underlying linker, since the
15566
15951
      # archiving commands below assume that GNU ld is being used.
15567
15952
      if test "$with_gnu_ld" = yes; then
15568
 
        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
15569
 
        archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
15953
        archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
15954
        archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
15570
15955
 
15571
15956
        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
15572
15957
        export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
15598
15983
      # Commands to make compiler produce verbose output that lists
15599
15984
      # what "hidden" libraries, object files and flags are used when
15600
15985
      # linking a shared library.
15601
 
      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
15986
      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
15602
15987
 
15603
15988
    else
15604
15989
      GXX=no
15708
16093
          allow_undefined_flag_CXX='-berok'
15709
16094
          # Determine the default libpath from the value encoded in an empty
15710
16095
          # executable.
15711
 
          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
16096
          if test "${lt_cv_aix_libpath+set}" = set; then
 
16097
  aix_libpath=$lt_cv_aix_libpath
 
16098
else
 
16099
  if ${lt_cv_aix_libpath__CXX+:} false; then :
 
16100
  $as_echo_n "(cached) " >&6
 
16101
else
 
16102
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15712
16103
/* end confdefs.h.  */
15713
16104
 
15714
16105
int
15721
16112
_ACEOF
15722
16113
if ac_fn_cxx_try_link "$LINENO"; then :
15723
16114
 
15724
 
lt_aix_libpath_sed='
15725
 
    /Import File Strings/,/^$/ {
15726
 
        /^0/ {
15727
 
            s/^0  *\(.*\)$/\1/
15728
 
            p
15729
 
        }
15730
 
    }'
15731
 
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15732
 
# Check for a 64-bit object if we didn't find anything.
15733
 
if test -z "$aix_libpath"; then
15734
 
  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15735
 
fi
 
16115
  lt_aix_libpath_sed='
 
16116
      /Import File Strings/,/^$/ {
 
16117
          /^0/ {
 
16118
              s/^0  *\([^ ]*\) *$/\1/
 
16119
              p
 
16120
          }
 
16121
      }'
 
16122
  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
16123
  # Check for a 64-bit object if we didn't find anything.
 
16124
  if test -z "$lt_cv_aix_libpath__CXX"; then
 
16125
    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
16126
  fi
15736
16127
fi
15737
16128
rm -f core conftest.err conftest.$ac_objext \
15738
16129
    conftest$ac_exeext conftest.$ac_ext
15739
 
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
16130
  if test -z "$lt_cv_aix_libpath__CXX"; then
 
16131
    lt_cv_aix_libpath__CXX="/usr/lib:/lib"
 
16132
  fi
 
16133
 
 
16134
fi
 
16135
 
 
16136
  aix_libpath=$lt_cv_aix_libpath__CXX
 
16137
fi
15740
16138
 
15741
16139
          hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
15742
16140
 
15743
 
          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
16141
          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
15744
16142
        else
15745
16143
          if test "$host_cpu" = ia64; then
15746
16144
            hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
15749
16147
          else
15750
16148
            # Determine the default libpath from the value encoded in an
15751
16149
            # empty executable.
15752
 
            cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
16150
            if test "${lt_cv_aix_libpath+set}" = set; then
 
16151
  aix_libpath=$lt_cv_aix_libpath
 
16152
else
 
16153
  if ${lt_cv_aix_libpath__CXX+:} false; then :
 
16154
  $as_echo_n "(cached) " >&6
 
16155
else
 
16156
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15753
16157
/* end confdefs.h.  */
15754
16158
 
15755
16159
int
15762
16166
_ACEOF
15763
16167
if ac_fn_cxx_try_link "$LINENO"; then :
15764
16168
 
15765
 
lt_aix_libpath_sed='
15766
 
    /Import File Strings/,/^$/ {
15767
 
        /^0/ {
15768
 
            s/^0  *\(.*\)$/\1/
15769
 
            p
15770
 
        }
15771
 
    }'
15772
 
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15773
 
# Check for a 64-bit object if we didn't find anything.
15774
 
if test -z "$aix_libpath"; then
15775
 
  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15776
 
fi
 
16169
  lt_aix_libpath_sed='
 
16170
      /Import File Strings/,/^$/ {
 
16171
          /^0/ {
 
16172
              s/^0  *\([^ ]*\) *$/\1/
 
16173
              p
 
16174
          }
 
16175
      }'
 
16176
  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
16177
  # Check for a 64-bit object if we didn't find anything.
 
16178
  if test -z "$lt_cv_aix_libpath__CXX"; then
 
16179
    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
16180
  fi
15777
16181
fi
15778
16182
rm -f core conftest.err conftest.$ac_objext \
15779
16183
    conftest$ac_exeext conftest.$ac_ext
15780
 
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
16184
  if test -z "$lt_cv_aix_libpath__CXX"; then
 
16185
    lt_cv_aix_libpath__CXX="/usr/lib:/lib"
 
16186
  fi
 
16187
 
 
16188
fi
 
16189
 
 
16190
  aix_libpath=$lt_cv_aix_libpath__CXX
 
16191
fi
15781
16192
 
15782
16193
            hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
15783
16194
            # Warning - without using the other run time loading flags,
15784
16195
            # -berok will link without error, but may produce a broken library.
15785
16196
            no_undefined_flag_CXX=' ${wl}-bernotok'
15786
16197
            allow_undefined_flag_CXX=' ${wl}-berok'
15787
 
            # Exported symbols can be pulled into shared objects from archives
15788
 
            whole_archive_flag_spec_CXX='$convenience'
 
16198
            if test "$with_gnu_ld" = yes; then
 
16199
              # We only use this code for GNU lds that support --whole-archive.
 
16200
              whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
16201
            else
 
16202
              # Exported symbols can be pulled into shared objects from archives
 
16203
              whole_archive_flag_spec_CXX='$convenience'
 
16204
            fi
15789
16205
            archive_cmds_need_lc_CXX=yes
15790
16206
            # This is similar to how AIX traditionally builds its shared
15791
16207
            # libraries.
15815
16231
        ;;
15816
16232
 
15817
16233
      cygwin* | mingw* | pw32* | cegcc*)
15818
 
        # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
15819
 
        # as there is no search path for DLLs.
15820
 
        hardcode_libdir_flag_spec_CXX='-L$libdir'
15821
 
        allow_undefined_flag_CXX=unsupported
15822
 
        always_export_symbols_CXX=no
15823
 
        enable_shared_with_static_runtimes_CXX=yes
 
16234
        case $GXX,$cc_basename in
 
16235
        ,cl* | no,cl*)
 
16236
          # Native MSVC
 
16237
          # hardcode_libdir_flag_spec is actually meaningless, as there is
 
16238
          # no search path for DLLs.
 
16239
          hardcode_libdir_flag_spec_CXX=' '
 
16240
          allow_undefined_flag_CXX=unsupported
 
16241
          always_export_symbols_CXX=yes
 
16242
          file_list_spec_CXX='@'
 
16243
          # Tell ltmain to make .lib files, not .a files.
 
16244
          libext=lib
 
16245
          # Tell ltmain to make .dll files, not .so files.
 
16246
          shrext_cmds=".dll"
 
16247
          # FIXME: Setting linknames here is a bad hack.
 
16248
          archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
 
16249
          archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
16250
              $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
 
16251
            else
 
16252
              $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
 
16253
            fi~
 
16254
            $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
 
16255
            linknames='
 
16256
          # The linker will not automatically build a static lib if we build a DLL.
 
16257
          # _LT_TAGVAR(old_archive_from_new_cmds, CXX)='true'
 
16258
          enable_shared_with_static_runtimes_CXX=yes
 
16259
          # Don't use ranlib
 
16260
          old_postinstall_cmds_CXX='chmod 644 $oldlib'
 
16261
          postlink_cmds_CXX='lt_outputfile="@OUTPUT@"~
 
16262
            lt_tool_outputfile="@TOOL_OUTPUT@"~
 
16263
            case $lt_outputfile in
 
16264
              *.exe|*.EXE) ;;
 
16265
              *)
 
16266
                lt_outputfile="$lt_outputfile.exe"
 
16267
                lt_tool_outputfile="$lt_tool_outputfile.exe"
 
16268
                ;;
 
16269
            esac~
 
16270
            func_to_tool_file "$lt_outputfile"~
 
16271
            if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
 
16272
              $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
 
16273
              $RM "$lt_outputfile.manifest";
 
16274
            fi'
 
16275
          ;;
 
16276
        *)
 
16277
          # g++
 
16278
          # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
 
16279
          # as there is no search path for DLLs.
 
16280
          hardcode_libdir_flag_spec_CXX='-L$libdir'
 
16281
          export_dynamic_flag_spec_CXX='${wl}--export-all-symbols'
 
16282
          allow_undefined_flag_CXX=unsupported
 
16283
          always_export_symbols_CXX=no
 
16284
          enable_shared_with_static_runtimes_CXX=yes
15824
16285
 
15825
 
        if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
15826
 
          archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
15827
 
          # If the export-symbols file already is a .def file (1st line
15828
 
          # is EXPORTS), use it as is; otherwise, prepend...
15829
 
          archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
15830
 
            cp $export_symbols $output_objdir/$soname.def;
15831
 
          else
15832
 
            echo EXPORTS > $output_objdir/$soname.def;
15833
 
            cat $export_symbols >> $output_objdir/$soname.def;
15834
 
          fi~
15835
 
          $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
15836
 
        else
15837
 
          ld_shlibs_CXX=no
15838
 
        fi
15839
 
        ;;
 
16286
          if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
 
16287
            archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
16288
            # If the export-symbols file already is a .def file (1st line
 
16289
            # is EXPORTS), use it as is; otherwise, prepend...
 
16290
            archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
16291
              cp $export_symbols $output_objdir/$soname.def;
 
16292
            else
 
16293
              echo EXPORTS > $output_objdir/$soname.def;
 
16294
              cat $export_symbols >> $output_objdir/$soname.def;
 
16295
            fi~
 
16296
            $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
16297
          else
 
16298
            ld_shlibs_CXX=no
 
16299
          fi
 
16300
          ;;
 
16301
        esac
 
16302
        ;;
15840
16303
      darwin* | rhapsody*)
15841
16304
 
15842
16305
 
15844
16307
  hardcode_direct_CXX=no
15845
16308
  hardcode_automatic_CXX=yes
15846
16309
  hardcode_shlibpath_var_CXX=unsupported
15847
 
  whole_archive_flag_spec_CXX=''
 
16310
  if test "$lt_cv_ld_force_load" = "yes"; then
 
16311
    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
 
16312
  else
 
16313
    whole_archive_flag_spec_CXX=''
 
16314
  fi
15848
16315
  link_all_deplibs_CXX=yes
15849
16316
  allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
15850
16317
  case $cc_basename in
15852
16319
     *) _lt_dar_can_shared=$GCC ;;
15853
16320
  esac
15854
16321
  if test "$_lt_dar_can_shared" = "yes"; then
15855
 
    output_verbose_link_cmd=echo
 
16322
    output_verbose_link_cmd=func_echo_all
15856
16323
    archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
15857
16324
    module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
15858
16325
    archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
15905
16372
      gnu*)
15906
16373
        ;;
15907
16374
 
 
16375
      haiku*)
 
16376
        archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
16377
        link_all_deplibs_CXX=yes
 
16378
        ;;
 
16379
 
15908
16380
      hpux9*)
15909
16381
        hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
15910
16382
        hardcode_libdir_separator_CXX=:
15929
16401
            # explicitly linking system object files so we need to strip them
15930
16402
            # from the output so that they don't get included in the library
15931
16403
            # dependencies.
15932
 
            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
16404
            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
15933
16405
            ;;
15934
16406
          *)
15935
16407
            if test "$GXX" = yes; then
15936
 
              archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
16408
              archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
15937
16409
            else
15938
16410
              # FIXME: insert proper C++ library support
15939
16411
              ld_shlibs_CXX=no
15994
16466
            # explicitly linking system object files so we need to strip them
15995
16467
            # from the output so that they don't get included in the library
15996
16468
            # dependencies.
15997
 
            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
16469
            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
15998
16470
            ;;
15999
16471
          *)
16000
16472
            if test "$GXX" = yes; then
16004
16476
                    archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
16005
16477
                    ;;
16006
16478
                  ia64*)
16007
 
                    archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
16479
                    archive_cmds_CXX='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
16008
16480
                    ;;
16009
16481
                  *)
16010
 
                    archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
16482
                    archive_cmds_CXX='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
16011
16483
                    ;;
16012
16484
                esac
16013
16485
              fi
16037
16509
        case $cc_basename in
16038
16510
          CC*)
16039
16511
            # SGI C++
16040
 
            archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
16512
            archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
16041
16513
 
16042
16514
            # Archives containing C++ object files must be created using
16043
16515
            # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
16048
16520
          *)
16049
16521
            if test "$GXX" = yes; then
16050
16522
              if test "$with_gnu_ld" = no; then
16051
 
                archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
16523
                archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
16052
16524
              else
16053
 
                archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
 
16525
                archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
16054
16526
              fi
16055
16527
            fi
16056
16528
            link_all_deplibs_CXX=yes
16079
16551
            # explicitly linking system object files so we need to strip them
16080
16552
            # from the output so that they don't get included in the library
16081
16553
            # dependencies.
16082
 
            output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
16554
            output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
16083
16555
 
16084
16556
            hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
16085
16557
            export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
16116
16588
          pgCC* | pgcpp*)
16117
16589
            # Portland Group C++ compiler
16118
16590
            case `$CC -V` in
16119
 
            *pgCC\ [1-5]* | *pgcpp\ [1-5]*)
 
16591
            *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
16120
16592
              prelink_cmds_CXX='tpldir=Template.dir~
16121
16593
                rm -rf $tpldir~
16122
16594
                $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
16123
 
                compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
 
16595
                compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
16124
16596
              old_archive_cmds_CXX='tpldir=Template.dir~
16125
16597
                rm -rf $tpldir~
16126
16598
                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
16127
 
                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
 
16599
                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
16128
16600
                $RANLIB $oldlib'
16129
16601
              archive_cmds_CXX='tpldir=Template.dir~
16130
16602
                rm -rf $tpldir~
16131
16603
                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
16132
 
                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
16604
                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
16133
16605
              archive_expsym_cmds_CXX='tpldir=Template.dir~
16134
16606
                rm -rf $tpldir~
16135
16607
                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
16136
 
                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
 
16608
                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
16137
16609
              ;;
16138
 
            *) # Version 6 will use weak symbols
 
16610
            *) # Version 6 and above use weak symbols
16139
16611
              archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
16140
16612
              archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
16141
16613
              ;;
16143
16615
 
16144
16616
            hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
16145
16617
            export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
16146
 
            whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
16618
            whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
16147
16619
            ;;
16148
16620
          cxx*)
16149
16621
            # Compaq C++
16162
16634
            # explicitly linking system object files so we need to strip them
16163
16635
            # from the output so that they don't get included in the library
16164
16636
            # dependencies.
16165
 
            output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
16637
            output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
16166
16638
            ;;
16167
 
          xl*)
 
16639
          xl* | mpixl* | bgxl*)
16168
16640
            # IBM XL 8.0 on PPC, with GNU ld
16169
16641
            hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
16170
16642
            export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
16184
16656
              archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
16185
16657
              archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
16186
16658
              hardcode_libdir_flag_spec_CXX='-R$libdir'
16187
 
              whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
16659
              whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
16188
16660
              compiler_needs_object_CXX=yes
16189
16661
 
16190
16662
              # Not sure whether something based on
16191
16663
              # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
16192
16664
              # would be better.
16193
 
              output_verbose_link_cmd='echo'
 
16665
              output_verbose_link_cmd='func_echo_all'
16194
16666
 
16195
16667
              # Archives containing C++ object files must be created using
16196
16668
              # "CC -xar", where "CC" is the Sun C++ compiler.  This is
16259
16731
            export_dynamic_flag_spec_CXX='${wl}-E'
16260
16732
            whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
16261
16733
          fi
16262
 
          output_verbose_link_cmd=echo
 
16734
          output_verbose_link_cmd=func_echo_all
16263
16735
        else
16264
16736
          ld_shlibs_CXX=no
16265
16737
        fi
16294
16766
            case $host in
16295
16767
              osf3*)
16296
16768
                allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
16297
 
                archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
16769
                archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
16298
16770
                hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
16299
16771
                ;;
16300
16772
              *)
16301
16773
                allow_undefined_flag_CXX=' -expect_unresolved \*'
16302
 
                archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
16774
                archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
16303
16775
                archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
16304
16776
                  echo "-hidden">> $lib.exp~
16305
 
                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
 
16777
                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
16306
16778
                  $RM $lib.exp'
16307
16779
                hardcode_libdir_flag_spec_CXX='-rpath $libdir'
16308
16780
                ;;
16318
16790
            # explicitly linking system object files so we need to strip them
16319
16791
            # from the output so that they don't get included in the library
16320
16792
            # dependencies.
16321
 
            output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
16793
            output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
16322
16794
            ;;
16323
16795
          *)
16324
16796
            if test "$GXX" = yes && test "$with_gnu_ld" = no; then
16325
16797
              allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
16326
16798
              case $host in
16327
16799
                osf3*)
16328
 
                  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
16800
                  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
16329
16801
                  ;;
16330
16802
                *)
16331
 
                  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
16803
                  archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
16332
16804
                  ;;
16333
16805
              esac
16334
16806
 
16338
16810
              # Commands to make compiler produce verbose output that lists
16339
16811
              # what "hidden" libraries, object files and flags are used when
16340
16812
              # linking a shared library.
16341
 
              output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
16813
              output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
16342
16814
 
16343
16815
            else
16344
16816
              # FIXME: insert proper C++ library support
16374
16846
 
16375
16847
      solaris*)
16376
16848
        case $cc_basename in
16377
 
          CC*)
 
16849
          CC* | sunCC*)
16378
16850
            # Sun C++ 4.2, 5.x and Centerline C++
16379
16851
            archive_cmds_need_lc_CXX=yes
16380
16852
            no_undefined_flag_CXX=' -zdefs'
16395
16867
            esac
16396
16868
            link_all_deplibs_CXX=yes
16397
16869
 
16398
 
            output_verbose_link_cmd='echo'
 
16870
            output_verbose_link_cmd='func_echo_all'
16399
16871
 
16400
16872
            # Archives containing C++ object files must be created using
16401
16873
            # "CC -xar", where "CC" is the Sun C++ compiler.  This is
16415
16887
            if test "$GXX" = yes && test "$with_gnu_ld" = no; then
16416
16888
              no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
16417
16889
              if $CC --version | $GREP -v '^2\.7' > /dev/null; then
16418
 
                archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
16890
                archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
16419
16891
                archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
16420
 
                  $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
 
16892
                  $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
16421
16893
 
16422
16894
                # Commands to make compiler produce verbose output that lists
16423
16895
                # what "hidden" libraries, object files and flags are used when
16424
16896
                # linking a shared library.
16425
 
                output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
16897
                output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
16426
16898
              else
16427
16899
                # g++ 2.7 appears to require `-G' NOT `-shared' on this
16428
16900
                # platform.
16433
16905
                # Commands to make compiler produce verbose output that lists
16434
16906
                # what "hidden" libraries, object files and flags are used when
16435
16907
                # linking a shared library.
16436
 
                output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
16908
                output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
16437
16909
              fi
16438
16910
 
16439
16911
              hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
16487
16959
          CC*)
16488
16960
            archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16489
16961
            archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
16962
            old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
 
16963
              '"$old_archive_cmds_CXX"
 
16964
            reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
 
16965
              '"$reload_cmds_CXX"
16490
16966
            ;;
16491
16967
          *)
16492
16968
            archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16548
17024
};
16549
17025
_LT_EOF
16550
17026
 
 
17027
 
 
17028
_lt_libdeps_save_CFLAGS=$CFLAGS
 
17029
case "$CC $CFLAGS " in #(
 
17030
*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
 
17031
*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
 
17032
esac
 
17033
 
16551
17034
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
16552
17035
  (eval $ac_compile) 2>&5
16553
17036
  ac_status=$?
16561
17044
  pre_test_object_deps_done=no
16562
17045
 
16563
17046
  for p in `eval "$output_verbose_link_cmd"`; do
16564
 
    case $p in
 
17047
    case ${prev}${p} in
16565
17048
 
16566
17049
    -L* | -R* | -l*)
16567
17050
       # Some compilers place space between "-{L,R}" and the path.
16570
17053
          test $p = "-R"; then
16571
17054
         prev=$p
16572
17055
         continue
16573
 
       else
16574
 
         prev=
16575
17056
       fi
16576
17057
 
 
17058
       # Expand the sysroot to ease extracting the directories later.
 
17059
       if test -z "$prev"; then
 
17060
         case $p in
 
17061
         -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
 
17062
         -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
 
17063
         -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
 
17064
         esac
 
17065
       fi
 
17066
       case $p in
 
17067
       =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
 
17068
       esac
16577
17069
       if test "$pre_test_object_deps_done" = no; then
16578
 
         case $p in
16579
 
         -L* | -R*)
 
17070
         case ${prev} in
 
17071
         -L | -R)
16580
17072
           # Internal compiler library paths should come after those
16581
17073
           # provided the user.  The postdeps already come after the
16582
17074
           # user supplied libs so there is no need to process them.
16596
17088
           postdeps_CXX="${postdeps_CXX} ${prev}${p}"
16597
17089
         fi
16598
17090
       fi
 
17091
       prev=
16599
17092
       ;;
16600
17093
 
 
17094
    *.lto.$objext) ;; # Ignore GCC LTO objects
16601
17095
    *.$objext)
16602
17096
       # This assumes that the test object file only shows up
16603
17097
       # once in the compiler output.
16633
17127
fi
16634
17128
 
16635
17129
$RM -f confest.$objext
 
17130
CFLAGS=$_lt_libdeps_save_CFLAGS
16636
17131
 
16637
17132
# PORTME: override above test on systems where it is broken
16638
17133
case $host_os in
16668
17163
 
16669
17164
solaris*)
16670
17165
  case $cc_basename in
16671
 
  CC*)
 
17166
  CC* | sunCC*)
16672
17167
    # The more standards-conforming stlport4 library is
16673
17168
    # incompatible with the Cstd library. Avoid specifying
16674
17169
    # it if it's in CXXFLAGS. Ignore libCrun as
16733
17228
lt_prog_compiler_pic_CXX=
16734
17229
lt_prog_compiler_static_CXX=
16735
17230
 
16736
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
16737
 
$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
16738
17231
 
16739
17232
  # C++ specific cases for pic, static, wl, etc.
16740
17233
  if test "$GXX" = yes; then
16784
17277
      # DJGPP does not support shared libraries at all
16785
17278
      lt_prog_compiler_pic_CXX=
16786
17279
      ;;
 
17280
    haiku*)
 
17281
      # PIC is the default for Haiku.
 
17282
      # The "-static" flag exists, but is broken.
 
17283
      lt_prog_compiler_static_CXX=
 
17284
      ;;
16787
17285
    interix[3-9]*)
16788
17286
      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
16789
17287
      # Instead, we relocate shared libraries at runtime.
16833
17331
          ;;
16834
17332
        esac
16835
17333
        ;;
 
17334
      mingw* | cygwin* | os2* | pw32* | cegcc*)
 
17335
        # This hack is so that the source file can tell whether it is being
 
17336
        # built for inclusion in a dll (and should export symbols for example).
 
17337
        lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
 
17338
        ;;
16836
17339
      dgux*)
16837
17340
        case $cc_basename in
16838
17341
          ec++*)
16922
17425
            lt_prog_compiler_pic_CXX=
16923
17426
            lt_prog_compiler_static_CXX='-non_shared'
16924
17427
            ;;
16925
 
          xlc* | xlC*)
16926
 
            # IBM XL 8.0 on PPC
 
17428
          xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
 
17429
            # IBM XL 8.0, 9.0 on PPC and BlueGene
16927
17430
            lt_prog_compiler_wl_CXX='-Wl,'
16928
17431
            lt_prog_compiler_pic_CXX='-qpic'
16929
17432
            lt_prog_compiler_static_CXX='-qstaticlink'
16953
17456
            ;;
16954
17457
        esac
16955
17458
        ;;
16956
 
      netbsd* | netbsdelf*-gnu)
 
17459
      netbsd*)
16957
17460
        ;;
16958
17461
      *qnx* | *nto*)
16959
17462
        # QNX uses GNU C++, but need to define -shared option too, otherwise
16985
17488
        ;;
16986
17489
      solaris*)
16987
17490
        case $cc_basename in
16988
 
          CC*)
 
17491
          CC* | sunCC*)
16989
17492
            # Sun C++ 4.2, 5.x and Centerline C++
16990
17493
            lt_prog_compiler_pic_CXX='-KPIC'
16991
17494
            lt_prog_compiler_static_CXX='-Bstatic'
17050
17553
    lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
17051
17554
    ;;
17052
17555
esac
17053
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
17054
 
$as_echo "$lt_prog_compiler_pic_CXX" >&6; }
17055
 
 
17056
 
 
 
17556
 
 
17557
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
 
17558
$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
17559
if ${lt_cv_prog_compiler_pic_CXX+:} false; then :
 
17560
  $as_echo_n "(cached) " >&6
 
17561
else
 
17562
  lt_cv_prog_compiler_pic_CXX=$lt_prog_compiler_pic_CXX
 
17563
fi
 
17564
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_CXX" >&5
 
17565
$as_echo "$lt_cv_prog_compiler_pic_CXX" >&6; }
 
17566
lt_prog_compiler_pic_CXX=$lt_cv_prog_compiler_pic_CXX
17057
17567
 
17058
17568
#
17059
17569
# Check to make sure the PIC flag actually works.
17061
17571
if test -n "$lt_prog_compiler_pic_CXX"; then
17062
17572
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
17063
17573
$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
17064
 
if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then :
 
17574
if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
17065
17575
  $as_echo_n "(cached) " >&6
17066
17576
else
17067
17577
  lt_cv_prog_compiler_pic_works_CXX=no
17077
17587
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17078
17588
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17079
17589
   -e 's:$: $lt_compiler_flag:'`
17080
 
   (eval echo "\"\$as_me:17080: $lt_compile\"" >&5)
 
17590
   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
17081
17591
   (eval "$lt_compile" 2>conftest.err)
17082
17592
   ac_status=$?
17083
17593
   cat conftest.err >&5
17084
 
   echo "$as_me:17084: \$? = $ac_status" >&5
 
17594
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17085
17595
   if (exit $ac_status) && test -s "$ac_outfile"; then
17086
17596
     # The compiler can only warn and ignore the option if not recognized
17087
17597
     # So say no if there are warnings other than the usual output.
17088
 
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
17598
     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
17089
17599
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
17090
17600
     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
17091
17601
       lt_cv_prog_compiler_pic_works_CXX=yes
17111
17621
 
17112
17622
 
17113
17623
 
 
17624
 
 
17625
 
17114
17626
#
17115
17627
# Check to make sure the static flag actually works.
17116
17628
#
17117
17629
wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
17118
17630
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
17119
17631
$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
17120
 
if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then :
 
17632
if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
17121
17633
  $as_echo_n "(cached) " >&6
17122
17634
else
17123
17635
  lt_cv_prog_compiler_static_works_CXX=no
17130
17642
     if test -s conftest.err; then
17131
17643
       # Append any errors to the config.log.
17132
17644
       cat conftest.err 1>&5
17133
 
       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
17645
       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
17134
17646
       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
17135
17647
       if diff conftest.exp conftest.er2 >/dev/null; then
17136
17648
         lt_cv_prog_compiler_static_works_CXX=yes
17157
17669
 
17158
17670
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
17159
17671
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
17160
 
if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
 
17672
if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
17161
17673
  $as_echo_n "(cached) " >&6
17162
17674
else
17163
17675
  lt_cv_prog_compiler_c_o_CXX=no
17176
17688
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17177
17689
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17178
17690
   -e 's:$: $lt_compiler_flag:'`
17179
 
   (eval echo "\"\$as_me:17179: $lt_compile\"" >&5)
 
17691
   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
17180
17692
   (eval "$lt_compile" 2>out/conftest.err)
17181
17693
   ac_status=$?
17182
17694
   cat out/conftest.err >&5
17183
 
   echo "$as_me:17183: \$? = $ac_status" >&5
 
17695
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17184
17696
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17185
17697
   then
17186
17698
     # The compiler can only warn and ignore the option if not recognized
17187
17699
     # So say no if there are warnings
17188
 
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
17700
     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
17189
17701
     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
17190
17702
     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
17191
17703
       lt_cv_prog_compiler_c_o_CXX=yes
17209
17721
 
17210
17722
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
17211
17723
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
17212
 
if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
 
17724
if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
17213
17725
  $as_echo_n "(cached) " >&6
17214
17726
else
17215
17727
  lt_cv_prog_compiler_c_o_CXX=no
17228
17740
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17229
17741
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17230
17742
   -e 's:$: $lt_compiler_flag:'`
17231
 
   (eval echo "\"\$as_me:17231: $lt_compile\"" >&5)
 
17743
   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
17232
17744
   (eval "$lt_compile" 2>out/conftest.err)
17233
17745
   ac_status=$?
17234
17746
   cat out/conftest.err >&5
17235
 
   echo "$as_me:17235: \$? = $ac_status" >&5
 
17747
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17236
17748
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17237
17749
   then
17238
17750
     # The compiler can only warn and ignore the option if not recognized
17239
17751
     # So say no if there are warnings
17240
 
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
17752
     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
17241
17753
     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
17242
17754
     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
17243
17755
       lt_cv_prog_compiler_c_o_CXX=yes
17288
17800
$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
17289
17801
 
17290
17802
  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
17803
  exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
17291
17804
  case $host_os in
17292
17805
  aix[4-9]*)
17293
17806
    # If we're using GNU nm, then we don't want the "-C" option.
17294
17807
    # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
17808
    # Also, AIX nm treats weak defined symbols like other global defined
 
17809
    # symbols, whereas GNU nm marks them as "W".
17295
17810
    if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
17296
 
      export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 
17811
      export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
17297
17812
    else
17298
17813
      export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
17299
17814
    fi
17300
17815
    ;;
17301
17816
  pw32*)
17302
17817
    export_symbols_cmds_CXX="$ltdll_cmds"
17303
 
  ;;
 
17818
    ;;
17304
17819
  cygwin* | mingw* | cegcc*)
17305
 
    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
17306
 
  ;;
17307
 
  linux* | k*bsd*-gnu)
17308
 
    link_all_deplibs_CXX=no
17309
 
  ;;
 
17820
    case $cc_basename in
 
17821
    cl*) ;;
 
17822
    *)
 
17823
      export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
 
17824
      exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
 
17825
      ;;
 
17826
    esac
 
17827
    ;;
17310
17828
  *)
17311
17829
    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
17312
 
  ;;
 
17830
    ;;
17313
17831
  esac
17314
 
  exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
17315
17832
 
17316
17833
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
17317
17834
$as_echo "$ld_shlibs_CXX" >&6; }
17343
17860
      # to ld, don't add -lc before -lgcc.
17344
17861
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
17345
17862
$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
17346
 
      $RM conftest*
17347
 
      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
17863
if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
 
17864
  $as_echo_n "(cached) " >&6
 
17865
else
 
17866
  $RM conftest*
 
17867
        echo "$lt_simple_compile_test_code" > conftest.$ac_ext
17348
17868
 
17349
 
      if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
 
17869
        if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
17350
17870
  (eval $ac_compile) 2>&5
17351
17871
  ac_status=$?
17352
17872
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17353
17873
  test $ac_status = 0; } 2>conftest.err; then
17354
 
        soname=conftest
17355
 
        lib=conftest
17356
 
        libobjs=conftest.$ac_objext
17357
 
        deplibs=
17358
 
        wl=$lt_prog_compiler_wl_CXX
17359
 
        pic_flag=$lt_prog_compiler_pic_CXX
17360
 
        compiler_flags=-v
17361
 
        linker_flags=-v
17362
 
        verstring=
17363
 
        output_objdir=.
17364
 
        libname=conftest
17365
 
        lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
17366
 
        allow_undefined_flag_CXX=
17367
 
        if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
 
17874
          soname=conftest
 
17875
          lib=conftest
 
17876
          libobjs=conftest.$ac_objext
 
17877
          deplibs=
 
17878
          wl=$lt_prog_compiler_wl_CXX
 
17879
          pic_flag=$lt_prog_compiler_pic_CXX
 
17880
          compiler_flags=-v
 
17881
          linker_flags=-v
 
17882
          verstring=
 
17883
          output_objdir=.
 
17884
          libname=conftest
 
17885
          lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
 
17886
          allow_undefined_flag_CXX=
 
17887
          if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
17368
17888
  (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
17369
17889
  ac_status=$?
17370
17890
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17371
17891
  test $ac_status = 0; }
17372
 
        then
17373
 
          archive_cmds_need_lc_CXX=no
17374
 
        else
17375
 
          archive_cmds_need_lc_CXX=yes
17376
 
        fi
17377
 
        allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
17378
 
      else
17379
 
        cat conftest.err 1>&5
17380
 
      fi
17381
 
      $RM conftest*
17382
 
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc_CXX" >&5
17383
 
$as_echo "$archive_cmds_need_lc_CXX" >&6; }
 
17892
          then
 
17893
            lt_cv_archive_cmds_need_lc_CXX=no
 
17894
          else
 
17895
            lt_cv_archive_cmds_need_lc_CXX=yes
 
17896
          fi
 
17897
          allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
 
17898
        else
 
17899
          cat conftest.err 1>&5
 
17900
        fi
 
17901
        $RM conftest*
 
17902
 
 
17903
fi
 
17904
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
 
17905
$as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
 
17906
      archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
17384
17907
      ;;
17385
17908
    esac
17386
17909
  fi
17537
18060
  m68k)
17538
18061
    library_names_spec='$libname.ixlibrary $libname.a'
17539
18062
    # Create ${libname}_ixlibrary.a entries in /sys/libs.
17540
 
    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
 
18063
    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
17541
18064
    ;;
17542
18065
  esac
17543
18066
  ;;
17568
18091
  need_version=no
17569
18092
  need_lib_prefix=no
17570
18093
 
17571
 
  case $GCC,$host_os in
17572
 
  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
 
18094
  case $GCC,$cc_basename in
 
18095
  yes,*)
 
18096
    # gcc
17573
18097
    library_names_spec='$libname.dll.a'
17574
18098
    # DLL is installed to $(libdir)/../bin by postinstall_cmds
17575
18099
    postinstall_cmds='base_file=`basename \${file}`~
17590
18114
    cygwin*)
17591
18115
      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
17592
18116
      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
17593
 
      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
 
18117
 
17594
18118
      ;;
17595
18119
    mingw* | cegcc*)
17596
18120
      # MinGW DLLs use traditional 'lib' prefix
17597
18121
      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
17598
 
      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
17599
 
      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
17600
 
        # It is most probably a Windows format PATH printed by
17601
 
        # mingw gcc, but we are running on Cygwin. Gcc prints its search
17602
 
        # path with ; separators, and with drive letters. We can handle the
17603
 
        # drive letters (cygwin fileutils understands them), so leave them,
17604
 
        # especially as we might pass files found there to a mingw objdump,
17605
 
        # which wouldn't understand a cygwinified path. Ahh.
17606
 
        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
17607
 
      else
17608
 
        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
17609
 
      fi
17610
18122
      ;;
17611
18123
    pw32*)
17612
18124
      # pw32 DLLs use 'pw' prefix rather than 'lib'
17613
18125
      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
17614
18126
      ;;
17615
18127
    esac
 
18128
    dynamic_linker='Win32 ld.exe'
 
18129
    ;;
 
18130
 
 
18131
  *,cl*)
 
18132
    # Native MSVC
 
18133
    libname_spec='$name'
 
18134
    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
18135
    library_names_spec='${libname}.dll.lib'
 
18136
 
 
18137
    case $build_os in
 
18138
    mingw*)
 
18139
      sys_lib_search_path_spec=
 
18140
      lt_save_ifs=$IFS
 
18141
      IFS=';'
 
18142
      for lt_path in $LIB
 
18143
      do
 
18144
        IFS=$lt_save_ifs
 
18145
        # Let DOS variable expansion print the short 8.3 style file name.
 
18146
        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
 
18147
        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
 
18148
      done
 
18149
      IFS=$lt_save_ifs
 
18150
      # Convert to MSYS style.
 
18151
      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
 
18152
      ;;
 
18153
    cygwin*)
 
18154
      # Convert to unix form, then to dos form, then back to unix form
 
18155
      # but this time dos style (no spaces!) so that the unix form looks
 
18156
      # like /cygdrive/c/PROGRA~1:/cygdr...
 
18157
      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
 
18158
      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
 
18159
      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
 
18160
      ;;
 
18161
    *)
 
18162
      sys_lib_search_path_spec="$LIB"
 
18163
      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
 
18164
        # It is most probably a Windows format PATH.
 
18165
        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
18166
      else
 
18167
        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
 
18168
      fi
 
18169
      # FIXME: find the short name or the path components, as spaces are
 
18170
      # common. (e.g. "Program Files" -> "PROGRA~1")
 
18171
      ;;
 
18172
    esac
 
18173
 
 
18174
    # DLL is installed to $(libdir)/../bin by postinstall_cmds
 
18175
    postinstall_cmds='base_file=`basename \${file}`~
 
18176
      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
 
18177
      dldir=$destdir/`dirname \$dlpath`~
 
18178
      test -d \$dldir || mkdir -p \$dldir~
 
18179
      $install_prog $dir/$dlname \$dldir/$dlname'
 
18180
    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
18181
      dlpath=$dir/\$dldll~
 
18182
       $RM \$dlpath'
 
18183
    shlibpath_overrides_runpath=yes
 
18184
    dynamic_linker='Win32 link.exe'
17616
18185
    ;;
17617
18186
 
17618
18187
  *)
 
18188
    # Assume MSVC wrapper
17619
18189
    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
 
18190
    dynamic_linker='Win32 ld.exe'
17620
18191
    ;;
17621
18192
  esac
17622
 
  dynamic_linker='Win32 ld.exe'
17623
18193
  # FIXME: first we should search . and the directory the executable is in
17624
18194
  shlibpath_var=PATH
17625
18195
  ;;
17705
18275
  hardcode_into_libs=yes
17706
18276
  ;;
17707
18277
 
 
18278
haiku*)
 
18279
  version_type=linux
 
18280
  need_lib_prefix=no
 
18281
  need_version=no
 
18282
  dynamic_linker="$host_os runtime_loader"
 
18283
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
 
18284
  soname_spec='${libname}${release}${shared_ext}$major'
 
18285
  shlibpath_var=LIBRARY_PATH
 
18286
  shlibpath_overrides_runpath=yes
 
18287
  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
 
18288
  hardcode_into_libs=yes
 
18289
  ;;
 
18290
 
17708
18291
hpux9* | hpux10* | hpux11*)
17709
18292
  # Give a soname corresponding to the major version so that dld.sl refuses to
17710
18293
  # link against other versions.
17747
18330
    soname_spec='${libname}${release}${shared_ext}$major'
17748
18331
    ;;
17749
18332
  esac
17750
 
  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
18333
  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
17751
18334
  postinstall_cmds='chmod 555 $lib'
 
18335
  # or fails outright, so override atomically:
 
18336
  install_override_mode=555
17752
18337
  ;;
17753
18338
 
17754
18339
interix[3-9]*)
17815
18400
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
17816
18401
  shlibpath_var=LD_LIBRARY_PATH
17817
18402
  shlibpath_overrides_runpath=no
 
18403
 
17818
18404
  # Some binutils ld are patched to set DT_RUNPATH
17819
 
  save_LDFLAGS=$LDFLAGS
17820
 
  save_libdir=$libdir
17821
 
  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
17822
 
       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
17823
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
18405
  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
 
18406
  $as_echo_n "(cached) " >&6
 
18407
else
 
18408
  lt_cv_shlibpath_overrides_runpath=no
 
18409
    save_LDFLAGS=$LDFLAGS
 
18410
    save_libdir=$libdir
 
18411
    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
 
18412
         LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
 
18413
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17824
18414
/* end confdefs.h.  */
17825
18415
 
17826
18416
int
17833
18423
_ACEOF
17834
18424
if ac_fn_cxx_try_link "$LINENO"; then :
17835
18425
  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
17836
 
  shlibpath_overrides_runpath=yes
 
18426
  lt_cv_shlibpath_overrides_runpath=yes
17837
18427
fi
17838
18428
fi
17839
18429
rm -f core conftest.err conftest.$ac_objext \
17840
18430
    conftest$ac_exeext conftest.$ac_ext
17841
 
  LDFLAGS=$save_LDFLAGS
17842
 
  libdir=$save_libdir
 
18431
    LDFLAGS=$save_LDFLAGS
 
18432
    libdir=$save_libdir
 
18433
 
 
18434
fi
 
18435
 
 
18436
  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
17843
18437
 
17844
18438
  # This implies no fast_install, which is unacceptable.
17845
18439
  # Some rework will be needed to allow for fast_install
17846
18440
  # before this can be enabled.
17847
18441
  hardcode_into_libs=yes
17848
18442
 
 
18443
  # Add ABI-specific directories to the system library path.
 
18444
  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
 
18445
 
17849
18446
  # Append ld.so.conf contents to the search path
17850
18447
  if test -f /etc/ld.so.conf; then
17851
 
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[       ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
17852
 
    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
18448
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[       ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
 
18449
    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
 
18450
 
17853
18451
  fi
17854
18452
 
17855
18453
  # We used to test for /lib/ld.so.1 and disable shared libraries on
17861
18459
  dynamic_linker='GNU/Linux ld.so'
17862
18460
  ;;
17863
18461
 
17864
 
netbsdelf*-gnu)
17865
 
  version_type=linux
17866
 
  need_lib_prefix=no
17867
 
  need_version=no
17868
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
17869
 
  soname_spec='${libname}${release}${shared_ext}$major'
17870
 
  shlibpath_var=LD_LIBRARY_PATH
17871
 
  shlibpath_overrides_runpath=no
17872
 
  hardcode_into_libs=yes
17873
 
  dynamic_linker='NetBSD ld.elf_so'
17874
 
  ;;
17875
 
 
17876
18462
netbsd*)
17877
18463
  version_type=sunos
17878
18464
  need_lib_prefix=no
18112
18698
 
18113
18699
 
18114
18700
 
 
18701
 
 
18702
 
18115
18703
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
18116
18704
$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
18117
18705
hardcode_action_CXX=
18159
18747
  fi # test -n "$compiler"
18160
18748
 
18161
18749
  CC=$lt_save_CC
 
18750
  CFLAGS=$lt_save_CFLAGS
18162
18751
  LDCXX=$LD
18163
18752
  LD=$lt_save_LD
18164
18753
  GCC=$lt_save_GCC
18203
18792
 
18204
18793
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for simple visibility declarations" >&5
18205
18794
$as_echo_n "checking for simple visibility declarations... " >&6; }
18206
 
    if test "${gl_cv_cc_visibility+set}" = set; then :
 
18795
    if ${gl_cv_cc_visibility+:} false; then :
18207
18796
  $as_echo_n "(cached) " >&6
18208
18797
else
18209
18798
 
18277
18866
    solaris*)
18278
18867
                                    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit host" >&5
18279
18868
$as_echo_n "checking for 64-bit host... " >&6; }
18280
 
if test "${gl_cv_solaris_64bit+set}" = set; then :
 
18869
if ${gl_cv_solaris_64bit+:} false; then :
18281
18870
  $as_echo_n "(cached) " >&6
18282
18871
else
18283
18872
  if test "$cross_compiling" = yes; then :
18284
18873
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18285
18874
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18286
 
as_fn_error "cannot run test program while cross compiling
18287
 
See \`config.log' for more details." "$LINENO" 5; }
 
18875
as_fn_error $? "cannot run test program while cross compiling
 
18876
See \`config.log' for more details" "$LINENO" 5; }
18288
18877
else
18289
18878
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18290
18879
/* end confdefs.h.  */
18416
19005
 
18417
19006
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
18418
19007
 
18419
 
    as_fn_error "--prefix requires an argument" "$LINENO" 5
 
19008
    as_fn_error $? "--prefix requires an argument" "$LINENO" 5
18420
19009
 
18421
19010
else
18422
19011
 
18448
19037
  am__isrc=' -I$(srcdir)'
18449
19038
  # test to see if srcdir already configured
18450
19039
  if test -f $srcdir/config.status; then
18451
 
    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
 
19040
    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
18452
19041
  fi
18453
19042
fi
18454
19043
 
18463
19052
 
18464
19053
 
18465
19054
# Define the identity of the package.
18466
 
 PACKAGE='drizzle7'
18467
 
 VERSION='7'
 
19055
 PACKAGE='drizzle'
 
19056
 VERSION='7.1'
18468
19057
 
18469
19058
 
18470
19059
cat >>confdefs.h <<_ACEOF
18572
19161
done
18573
19162
rm -rf conftest.dir
18574
19163
 
18575
 
if test "${am_cv_prog_tar_ustar+set}" = set; then :
 
19164
if ${am_cv_prog_tar_ustar+:} false; then :
18576
19165
  $as_echo_n "(cached) " >&6
18577
19166
else
18578
19167
  am_cv_prog_tar_ustar=$_am_tool
18624
19213
 
18625
19214
 
18626
19215
cat >>confdefs.h <<_ACEOF
18627
 
#define DRIZZLE7_VC_REVNO $PANDORA_VC_REVNO
18628
 
_ACEOF
18629
 
 
18630
 
 
18631
 
cat >>confdefs.h <<_ACEOF
18632
 
#define DRIZZLE7_VC_REVID "$PANDORA_VC_REVID"
18633
 
_ACEOF
18634
 
 
18635
 
 
18636
 
cat >>confdefs.h <<_ACEOF
18637
 
#define DRIZZLE7_VC_BRANCH "$PANDORA_VC_BRANCH"
18638
 
_ACEOF
18639
 
 
18640
 
 
18641
 
cat >>confdefs.h <<_ACEOF
18642
 
#define DRIZZLE7_RELEASE_DATE "$PANDORA_RELEASE_DATE"
18643
 
_ACEOF
18644
 
 
18645
 
 
18646
 
cat >>confdefs.h <<_ACEOF
18647
 
#define DRIZZLE7_RELEASE_NODOTS_DATE $PANDORA_RELEASE_NODOTS_DATE
18648
 
_ACEOF
18649
 
 
18650
 
 
18651
 
cat >>confdefs.h <<_ACEOF
18652
 
#define DRIZZLE7_RELEASE_COMMENT "$PANDORA_RELEASE_COMMENT"
18653
 
_ACEOF
18654
 
 
18655
 
 
18656
 
cat >>confdefs.h <<_ACEOF
18657
 
#define DRIZZLE7_RELEASE_VERSION "$PANDORA_RELEASE_VERSION"
18658
 
_ACEOF
18659
 
 
18660
 
 
18661
 
cat >>confdefs.h <<_ACEOF
18662
 
#define DRIZZLE7_RELEASE_ID $PANDORA_RELEASE_ID
 
19216
#define DRIZZLE_VC_REVNO $PANDORA_VC_REVNO
 
19217
_ACEOF
 
19218
 
 
19219
 
 
19220
cat >>confdefs.h <<_ACEOF
 
19221
#define DRIZZLE_VC_REVID "$PANDORA_VC_REVID"
 
19222
_ACEOF
 
19223
 
 
19224
 
 
19225
cat >>confdefs.h <<_ACEOF
 
19226
#define DRIZZLE_VC_BRANCH "$PANDORA_VC_BRANCH"
 
19227
_ACEOF
 
19228
 
 
19229
 
 
19230
cat >>confdefs.h <<_ACEOF
 
19231
#define DRIZZLE_RELEASE_DATE "$PANDORA_RELEASE_DATE"
 
19232
_ACEOF
 
19233
 
 
19234
 
 
19235
cat >>confdefs.h <<_ACEOF
 
19236
#define DRIZZLE_RELEASE_NODOTS_DATE $PANDORA_RELEASE_NODOTS_DATE
 
19237
_ACEOF
 
19238
 
 
19239
 
 
19240
cat >>confdefs.h <<_ACEOF
 
19241
#define DRIZZLE_RELEASE_COMMENT "$PANDORA_RELEASE_COMMENT"
 
19242
_ACEOF
 
19243
 
 
19244
 
 
19245
cat >>confdefs.h <<_ACEOF
 
19246
#define DRIZZLE_RELEASE_VERSION "$PANDORA_RELEASE_VERSION"
 
19247
_ACEOF
 
19248
 
 
19249
 
 
19250
cat >>confdefs.h <<_ACEOF
 
19251
#define DRIZZLE_RELEASE_ID $PANDORA_RELEASE_ID
18663
19252
_ACEOF
18664
19253
 
18665
19254
 
18831
19420
 
18832
19421
 
18833
19422
  ac_fn_c_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default"
18834
 
if test "x$ac_cv_have_decl___SUNPRO_C" = x""yes; then :
 
19423
if test "x$ac_cv_have_decl___SUNPRO_C" = xyes; then :
18835
19424
  SUNCC="yes"
18836
19425
else
18837
19426
  SUNCC="no"
18838
19427
fi
18839
19428
 
18840
19429
  ac_fn_c_check_decl "$LINENO" "__ICC" "ac_cv_have_decl___ICC" "$ac_includes_default"
18841
 
if test "x$ac_cv_have_decl___ICC" = x""yes; then :
 
19430
if test "x$ac_cv_have_decl___ICC" = xyes; then :
18842
19431
  INTELCC="yes"
18843
19432
else
18844
19433
  INTELCC="no"
18882
19471
 
18883
19472
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
18884
19473
 
18885
 
    as_fn_error "Building ${PACKAGE} with Sun Studio requires at least libtool 2.2" "$LINENO" 5
 
19474
    as_fn_error $? "Building ${PACKAGE} with Sun Studio requires at least libtool 2.2" "$LINENO" 5
18886
19475
 
18887
19476
else
18888
19477
 
18921
19510
 
18922
19511
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C++ 98 include files" >&5
18923
19512
$as_echo_n "checking for ISO C++ 98 include files... " >&6; }
18924
 
if test "${ac_cv_cxx_stdcxx_98+set}" = set; then :
 
19513
if ${ac_cv_cxx_stdcxx_98+:} false; then :
18925
19514
  $as_echo_n "(cached) " >&6
18926
19515
else
18927
19516
 
19024
19613
 
19025
19614
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
19026
19615
 
19027
 
    as_fn_error "No working C++ Compiler has been found. ${PACKAGE} requires a C++ compiler that can handle C++98" "$LINENO" 5
 
19616
    as_fn_error $? "No working C++ Compiler has been found. ${PACKAGE} requires a C++ compiler that can handle C++98" "$LINENO" 5
19028
19617
 
19029
19618
else
19030
19619
 
19206
19795
 
19207
19796
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
19208
19797
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
19209
 
if test "${ac_cv_c_bigendian+set}" = set; then :
 
19798
if ${ac_cv_c_bigendian+:} false; then :
19210
19799
  $as_echo_n "(cached) " >&6
19211
19800
else
19212
19801
  ac_cv_c_bigendian=unknown
19424
20013
 
19425
20014
     ;; #(
19426
20015
   *)
19427
 
     as_fn_error "unknown endianness
 
20016
     as_fn_error $? "unknown endianness
19428
20017
 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
19429
20018
 esac
19430
20019
 
19431
20020
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
19432
20021
$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19433
 
if test "${ac_cv_c_const+set}" = set; then :
 
20022
if ${ac_cv_c_const+:} false; then :
19434
20023
  $as_echo_n "(cached) " >&6
19435
20024
else
19436
20025
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19510
20099
 
19511
20100
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
19512
20101
$as_echo_n "checking for inline... " >&6; }
19513
 
if test "${ac_cv_c_inline+set}" = set; then :
 
20102
if ${ac_cv_c_inline+:} false; then :
19514
20103
  $as_echo_n "(cached) " >&6
19515
20104
else
19516
20105
  ac_cv_c_inline=no
19552
20141
 
19553
20142
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5
19554
20143
$as_echo_n "checking for working volatile... " >&6; }
19555
 
if test "${ac_cv_c_volatile+set}" = set; then :
 
20144
if ${ac_cv_c_volatile+:} false; then :
19556
20145
  $as_echo_n "(cached) " >&6
19557
20146
else
19558
20147
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19586
20175
 
19587
20176
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5
19588
20177
$as_echo_n "checking for C/C++ restrict keyword... " >&6; }
19589
 
if test "${ac_cv_c_restrict+set}" = set; then :
 
20178
if ${ac_cv_c_restrict+:} false; then :
19590
20179
  $as_echo_n "(cached) " >&6
19591
20180
else
19592
20181
  ac_cv_c_restrict=no
19633
20222
 
19634
20223
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
19635
20224
$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
19636
 
if test "${ac_cv_header_time+set}" = set; then :
 
20225
if ${ac_cv_header_time+:} false; then :
19637
20226
  $as_echo_n "(cached) " >&6
19638
20227
else
19639
20228
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19668
20257
 
19669
20258
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
19670
20259
$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
19671
 
if test "${ac_cv_struct_tm+set}" = set; then :
 
20260
if ${ac_cv_struct_tm+:} false; then :
19672
20261
  $as_echo_n "(cached) " >&6
19673
20262
else
19674
20263
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19702
20291
fi
19703
20292
 
19704
20293
  ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
19705
 
if test "x$ac_cv_type_size_t" = x""yes; then :
 
20294
if test "x$ac_cv_type_size_t" = xyes; then :
19706
20295
 
19707
20296
else
19708
20297
 
19721
20310
 
19722
20311
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
19723
20312
$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
19724
 
if test "${ac_cv_sys_largefile_CC+set}" = set; then :
 
20313
if ${ac_cv_sys_largefile_CC+:} false; then :
19725
20314
  $as_echo_n "(cached) " >&6
19726
20315
else
19727
20316
  ac_cv_sys_largefile_CC=no
19772
20361
 
19773
20362
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
19774
20363
$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
19775
 
if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
 
20364
if ${ac_cv_sys_file_offset_bits+:} false; then :
19776
20365
  $as_echo_n "(cached) " >&6
19777
20366
else
19778
20367
  while :; do
19841
20430
  if test $ac_cv_sys_file_offset_bits = unknown; then
19842
20431
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
19843
20432
$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
19844
 
if test "${ac_cv_sys_large_files+set}" = set; then :
 
20433
if ${ac_cv_sys_large_files+:} false; then :
19845
20434
  $as_echo_n "(cached) " >&6
19846
20435
else
19847
20436
  while :; do
19913
20502
 
19914
20503
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
19915
20504
$as_echo_n "checking for library containing clock_gettime... " >&6; }
19916
 
if test "${ac_cv_search_clock_gettime+set}" = set; then :
 
20505
if ${ac_cv_search_clock_gettime+:} false; then :
19917
20506
  $as_echo_n "(cached) " >&6
19918
20507
else
19919
20508
  ac_func_search_save_LIBS=$LIBS
19947
20536
fi
19948
20537
rm -f core conftest.err conftest.$ac_objext \
19949
20538
    conftest$ac_exeext
19950
 
  if test "${ac_cv_search_clock_gettime+set}" = set; then :
 
20539
  if ${ac_cv_search_clock_gettime+:} false; then :
19951
20540
  break
19952
20541
fi
19953
20542
done
19954
 
if test "${ac_cv_search_clock_gettime+set}" = set; then :
 
20543
if ${ac_cv_search_clock_gettime+:} false; then :
19955
20544
 
19956
20545
else
19957
20546
  ac_cv_search_clock_gettime=no
19979
20568
  for ac_header in sys/socket.h
19980
20569
do :
19981
20570
  ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default"
19982
 
if test "x$ac_cv_header_sys_socket_h" = x""yes; then :
 
20571
if test "x$ac_cv_header_sys_socket_h" = xyes; then :
19983
20572
  cat >>confdefs.h <<_ACEOF
19984
20573
#define HAVE_SYS_SOCKET_H 1
19985
20574
_ACEOF
19996
20585
# This bug is HP SR number 8606223364.
19997
20586
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
19998
20587
$as_echo_n "checking size of off_t... " >&6; }
19999
 
if test "${ac_cv_sizeof_off_t+set}" = set; then :
 
20588
if ${ac_cv_sizeof_off_t+:} false; then :
20000
20589
  $as_echo_n "(cached) " >&6
20001
20590
else
20002
20591
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t"        "$ac_includes_default"; then :
20005
20594
  if test "$ac_cv_type_off_t" = yes; then
20006
20595
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20007
20596
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20008
 
{ as_fn_set_status 77
20009
 
as_fn_error "cannot compute sizeof (off_t)
20010
 
See \`config.log' for more details." "$LINENO" 5; }; }
 
20597
as_fn_error 77 "cannot compute sizeof (off_t)
 
20598
See \`config.log' for more details" "$LINENO" 5; }
20011
20599
   else
20012
20600
     ac_cv_sizeof_off_t=0
20013
20601
   fi
20029
20617
 
20030
20618
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
20031
20619
 
20032
 
    as_fn_error "\"${PACKAGE} needs an off_t type.\"" "$LINENO" 5
 
20620
    as_fn_error $? "\"${PACKAGE} needs an off_t type.\"" "$LINENO" 5
20033
20621
 
20034
20622
else
20035
20623
 
20047
20635
# This bug is HP SR number 8606223364.
20048
20636
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of size_t" >&5
20049
20637
$as_echo_n "checking size of size_t... " >&6; }
20050
 
if test "${ac_cv_sizeof_size_t+set}" = set; then :
 
20638
if ${ac_cv_sizeof_size_t+:} false; then :
20051
20639
  $as_echo_n "(cached) " >&6
20052
20640
else
20053
20641
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (size_t))" "ac_cv_sizeof_size_t"        "$ac_includes_default"; then :
20056
20644
  if test "$ac_cv_type_size_t" = yes; then
20057
20645
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20058
20646
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20059
 
{ as_fn_set_status 77
20060
 
as_fn_error "cannot compute sizeof (size_t)
20061
 
See \`config.log' for more details." "$LINENO" 5; }; }
 
20647
as_fn_error 77 "cannot compute sizeof (size_t)
 
20648
See \`config.log' for more details" "$LINENO" 5; }
20062
20649
   else
20063
20650
     ac_cv_sizeof_size_t=0
20064
20651
   fi
20080
20667
 
20081
20668
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
20082
20669
 
20083
 
    as_fn_error "\"${PACKAGE} needs an size_t type.\"" "$LINENO" 5
 
20670
    as_fn_error $? "\"${PACKAGE} needs an size_t type.\"" "$LINENO" 5
20084
20671
 
20085
20672
else
20086
20673
 
20103
20690
# This bug is HP SR number 8606223364.
20104
20691
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
20105
20692
$as_echo_n "checking size of long long... " >&6; }
20106
 
if test "${ac_cv_sizeof_long_long+set}" = set; then :
 
20693
if ${ac_cv_sizeof_long_long+:} false; then :
20107
20694
  $as_echo_n "(cached) " >&6
20108
20695
else
20109
20696
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long"        "$ac_includes_default"; then :
20112
20699
  if test "$ac_cv_type_long_long" = yes; then
20113
20700
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20114
20701
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20115
 
{ as_fn_set_status 77
20116
 
as_fn_error "cannot compute sizeof (long long)
20117
 
See \`config.log' for more details." "$LINENO" 5; }; }
 
20702
as_fn_error 77 "cannot compute sizeof (long long)
 
20703
See \`config.log' for more details" "$LINENO" 5; }
20118
20704
   else
20119
20705
     ac_cv_sizeof_long_long=0
20120
20706
   fi
20138
20724
 
20139
20725
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if time_t is unsigned" >&5
20140
20726
$as_echo_n "checking if time_t is unsigned... " >&6; }
20141
 
if test "${ac_cv_time_t_unsigned+set}" = set; then :
 
20727
if ${ac_cv_time_t_unsigned+:} false; then :
20142
20728
  $as_echo_n "(cached) " >&6
20143
20729
else
20144
20730
 
20182
20768
 
20183
20769
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if system defines RUSAGE_THREAD" >&5
20184
20770
$as_echo_n "checking if system defines RUSAGE_THREAD... " >&6; }
20185
 
if test "${ac_cv_rusage_thread+set}" = set; then :
 
20771
if ${ac_cv_rusage_thread+:} false; then :
20186
20772
  $as_echo_n "(cached) " >&6
20187
20773
else
20188
20774
 
20227
20813
 
20228
20814
  LIBM=
20229
20815
case $host in
20230
 
*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
 
20816
*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
20231
20817
  # These system don't have libm, or don't need it
20232
20818
  ;;
20233
20819
*-ncr-sysv4.3*)
20234
20820
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
20235
20821
$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
20236
 
if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
 
20822
if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
20237
20823
  $as_echo_n "(cached) " >&6
20238
20824
else
20239
20825
  ac_check_lib_save_LIBS=$LIBS
20267
20853
fi
20268
20854
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
20269
20855
$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
20270
 
if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
 
20856
if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
20271
20857
  LIBM="-lmw"
20272
20858
fi
20273
20859
 
20274
20860
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
20275
20861
$as_echo_n "checking for cos in -lm... " >&6; }
20276
 
if test "${ac_cv_lib_m_cos+set}" = set; then :
 
20862
if ${ac_cv_lib_m_cos+:} false; then :
20277
20863
  $as_echo_n "(cached) " >&6
20278
20864
else
20279
20865
  ac_check_lib_save_LIBS=$LIBS
20307
20893
fi
20308
20894
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
20309
20895
$as_echo "$ac_cv_lib_m_cos" >&6; }
20310
 
if test "x$ac_cv_lib_m_cos" = x""yes; then :
 
20896
if test "x$ac_cv_lib_m_cos" = xyes; then :
20311
20897
  LIBM="$LIBM -lm"
20312
20898
fi
20313
20899
 
20315
20901
*)
20316
20902
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
20317
20903
$as_echo_n "checking for cos in -lm... " >&6; }
20318
 
if test "${ac_cv_lib_m_cos+set}" = set; then :
 
20904
if ${ac_cv_lib_m_cos+:} false; then :
20319
20905
  $as_echo_n "(cached) " >&6
20320
20906
else
20321
20907
  ac_check_lib_save_LIBS=$LIBS
20349
20935
fi
20350
20936
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
20351
20937
$as_echo "$ac_cv_lib_m_cos" >&6; }
20352
 
if test "x$ac_cv_lib_m_cos" = x""yes; then :
 
20938
if test "x$ac_cv_lib_m_cos" = xyes; then :
20353
20939
  LIBM="-lm"
20354
20940
fi
20355
20941
 
20360
20946
 
20361
20947
 
20362
20948
  ac_fn_c_check_func "$LINENO" "setsockopt" "ac_cv_func_setsockopt"
20363
 
if test "x$ac_cv_func_setsockopt" = x""yes; then :
 
20949
if test "x$ac_cv_func_setsockopt" = xyes; then :
20364
20950
 
20365
20951
else
20366
20952
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for setsockopt in -lsocket" >&5
20367
20953
$as_echo_n "checking for setsockopt in -lsocket... " >&6; }
20368
 
if test "${ac_cv_lib_socket_setsockopt+set}" = set; then :
 
20954
if ${ac_cv_lib_socket_setsockopt+:} false; then :
20369
20955
  $as_echo_n "(cached) " >&6
20370
20956
else
20371
20957
  ac_check_lib_save_LIBS=$LIBS
20399
20985
fi
20400
20986
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_setsockopt" >&5
20401
20987
$as_echo "$ac_cv_lib_socket_setsockopt" >&6; }
20402
 
if test "x$ac_cv_lib_socket_setsockopt" = x""yes; then :
 
20988
if test "x$ac_cv_lib_socket_setsockopt" = xyes; then :
20403
20989
  cat >>confdefs.h <<_ACEOF
20404
20990
#define HAVE_LIBSOCKET 1
20405
20991
_ACEOF
20411
20997
fi
20412
20998
 
20413
20999
  ac_fn_c_check_func "$LINENO" "bind" "ac_cv_func_bind"
20414
 
if test "x$ac_cv_func_bind" = x""yes; then :
 
21000
if test "x$ac_cv_func_bind" = xyes; then :
20415
21001
 
20416
21002
else
20417
21003
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lbind" >&5
20418
21004
$as_echo_n "checking for bind in -lbind... " >&6; }
20419
 
if test "${ac_cv_lib_bind_bind+set}" = set; then :
 
21005
if ${ac_cv_lib_bind_bind+:} false; then :
20420
21006
  $as_echo_n "(cached) " >&6
20421
21007
else
20422
21008
  ac_check_lib_save_LIBS=$LIBS
20450
21036
fi
20451
21037
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bind_bind" >&5
20452
21038
$as_echo "$ac_cv_lib_bind_bind" >&6; }
20453
 
if test "x$ac_cv_lib_bind_bind" = x""yes; then :
 
21039
if test "x$ac_cv_lib_bind_bind" = xyes; then :
20454
21040
  cat >>confdefs.h <<_ACEOF
20455
21041
#define HAVE_LIBBIND 1
20456
21042
_ACEOF
20553
21139
  #endif
20554
21140
 
20555
21141
"
20556
 
if test "x$ac_cv_have_decl_madvise" = x""yes; then :
 
21142
if test "x$ac_cv_have_decl_madvise" = xyes; then :
20557
21143
  ac_have_decl=1
20558
21144
else
20559
21145
  ac_have_decl=0
20574
21160
 
20575
21161
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler provides atomic builtins" >&5
20576
21162
$as_echo_n "checking whether the compiler provides atomic builtins... " >&6; }
20577
 
if test "${ac_cv_gcc_atomic_builtins+set}" = set; then :
 
21163
if ${ac_cv_gcc_atomic_builtins+:} false; then :
20578
21164
  $as_echo_n "(cached) " >&6
20579
21165
else
20580
21166
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20632
21218
  for ac_header in assert.h
20633
21219
do :
20634
21220
  ac_fn_c_check_header_mongrel "$LINENO" "assert.h" "ac_cv_header_assert_h" "$ac_includes_default"
20635
 
if test "x$ac_cv_header_assert_h" = x""yes; then :
 
21221
if test "x$ac_cv_header_assert_h" = xyes; then :
20636
21222
  cat >>confdefs.h <<_ACEOF
20637
21223
#define HAVE_ASSERT_H 1
20638
21224
_ACEOF
20720
21306
      LIBS=""
20721
21307
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for read in -lc_p" >&5
20722
21308
$as_echo_n "checking for read in -lc_p... " >&6; }
20723
 
if test "${ac_cv_lib_c_p_read+set}" = set; then :
 
21309
if ${ac_cv_lib_c_p_read+:} false; then :
20724
21310
  $as_echo_n "(cached) " >&6
20725
21311
else
20726
21312
  ac_check_lib_save_LIBS=$LIBS
20754
21340
fi
20755
21341
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_p_read" >&5
20756
21342
$as_echo "$ac_cv_lib_c_p_read" >&6; }
20757
 
if test "x$ac_cv_lib_c_p_read" = x""yes; then :
 
21343
if test "x$ac_cv_lib_c_p_read" = xyes; then :
20758
21344
  cat >>confdefs.h <<_ACEOF
20759
21345
#define HAVE_LIBC_P 1
20760
21346
_ACEOF
20792
21378
 
20793
21379
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -fdiagnostics-show-option" >&5
20794
21380
$as_echo_n "checking whether it is safe to use -fdiagnostics-show-option... " >&6; }
20795
 
if test "${ac_cv_safe_to_use_fdiagnostics_show_option_+set}" = set; then :
 
21381
if ${ac_cv_safe_to_use_fdiagnostics_show_option_+:} false; then :
20796
21382
  $as_echo_n "(cached) " >&6
20797
21383
else
20798
21384
  save_CFLAGS="$CFLAGS"
20827
21413
 
20828
21414
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -floop-parallelize-all" >&5
20829
21415
$as_echo_n "checking whether it is safe to use -floop-parallelize-all... " >&6; }
20830
 
if test "${ac_cv_safe_to_use_floop_parallelize_all_+set}" = set; then :
 
21416
if ${ac_cv_safe_to_use_floop_parallelize_all_+:} false; then :
20831
21417
  $as_echo_n "(cached) " >&6
20832
21418
else
20833
21419
  save_CFLAGS="$CFLAGS"
20885
21471
 
20886
21472
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -Wextra" >&5
20887
21473
$as_echo_n "checking whether it is safe to use -Wextra... " >&6; }
20888
 
if test "${ac_cv_safe_to_use_Wextra_+set}" = set; then :
 
21474
if ${ac_cv_safe_to_use_Wextra_+:} false; then :
20889
21475
  $as_echo_n "(cached) " >&6
20890
21476
else
20891
21477
  save_CFLAGS="$CFLAGS"
20925
21511
 
20926
21512
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -Wformat" >&5
20927
21513
$as_echo_n "checking whether it is safe to use -Wformat... " >&6; }
20928
 
if test "${ac_cv_safe_to_use_wformat_+set}" = set; then :
 
21514
if ${ac_cv_safe_to_use_wformat_+:} false; then :
20929
21515
  $as_echo_n "(cached) " >&6
20930
21516
else
20931
21517
  save_CFLAGS="$CFLAGS"
20979
21565
 
20980
21566
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -Wconversion" >&5
20981
21567
$as_echo_n "checking whether it is safe to use -Wconversion... " >&6; }
20982
 
if test "${ac_cv_safe_to_use_wconversion_+set}" = set; then :
 
21568
if ${ac_cv_safe_to_use_wconversion_+:} false; then :
20983
21569
  $as_echo_n "(cached) " >&6
20984
21570
else
20985
21571
  save_CFLAGS="$CFLAGS"
21018
21604
  W_CONVERSION="-Wconversion"
21019
21605
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -Wconversion with htons" >&5
21020
21606
$as_echo_n "checking whether it is safe to use -Wconversion with htons... " >&6; }
21021
 
if test "${ac_cv_safe_to_use_Wconversion_+set}" = set; then :
 
21607
if ${ac_cv_safe_to_use_Wconversion_+:} false; then :
21022
21608
  $as_echo_n "(cached) " >&6
21023
21609
else
21024
21610
  save_CFLAGS="$CFLAGS"
21060
21646
 
21061
21647
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -Wmissing-declarations from C++" >&5
21062
21648
$as_echo_n "checking whether it is safe to use -Wmissing-declarations from C++... " >&6; }
21063
 
if test "${ac_cv_safe_to_use_Wmissing_declarations_+set}" = set; then :
 
21649
if ${ac_cv_safe_to_use_Wmissing_declarations_+:} false; then :
21064
21650
  $as_echo_n "(cached) " >&6
21065
21651
else
21066
21652
  ac_ext=cpp
21109
21695
 
21110
21696
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -Wframe-larger-than" >&5
21111
21697
$as_echo_n "checking whether it is safe to use -Wframe-larger-than... " >&6; }
21112
 
if test "${ac_cv_safe_to_use_Wframe_larger_than_+set}" = set; then :
 
21698
if ${ac_cv_safe_to_use_Wframe_larger_than_+:} false; then :
21113
21699
  $as_echo_n "(cached) " >&6
21114
21700
else
21115
21701
  ac_ext=cpp
21158
21744
 
21159
21745
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -Wlogical-op" >&5
21160
21746
$as_echo_n "checking whether it is safe to use -Wlogical-op... " >&6; }
21161
 
if test "${ac_cv_safe_to_use_Wlogical_op_+set}" = set; then :
 
21747
if ${ac_cv_safe_to_use_Wlogical_op_+:} false; then :
21162
21748
  $as_echo_n "(cached) " >&6
21163
21749
else
21164
21750
  save_CFLAGS="$CFLAGS"
21194
21780
 
21195
21781
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -Wredundant-decls from C++" >&5
21196
21782
$as_echo_n "checking whether it is safe to use -Wredundant-decls from C++... " >&6; }
21197
 
if test "${ac_cv_safe_to_use_Wredundant_decls_+set}" = set; then :
 
21783
if ${ac_cv_safe_to_use_Wredundant_decls_+:} false; then :
21198
21784
  $as_echo_n "(cached) " >&6
21199
21785
else
21200
21786
  ac_ext=cpp
21244
21830
 
21245
21831
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -Wattributes from C++" >&5
21246
21832
$as_echo_n "checking whether it is safe to use -Wattributes from C++... " >&6; }
21247
 
if test "${ac_cv_safe_to_use_Wattributes_+set}" = set; then :
 
21833
if ${ac_cv_safe_to_use_Wattributes_+:} false; then :
21248
21834
  $as_echo_n "(cached) " >&6
21249
21835
else
21250
21836
  ac_ext=cpp
21308
21894
$as_echo "$ac_cv_safe_to_use_Wattributes_" >&6; }
21309
21895
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -Wno-attributes" >&5
21310
21896
$as_echo_n "checking whether it is safe to use -Wno-attributes... " >&6; }
21311
 
if test "${ac_cv_safe_to_use_Wno_attributes_+set}" = set; then :
 
21897
if ${ac_cv_safe_to_use_Wno_attributes_+:} false; then :
21312
21898
  $as_echo_n "(cached) " >&6
21313
21899
else
21314
21900
  save_CFLAGS="$CFLAGS"
21377
21963
 
21378
21964
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether E_PASTE_RESULT_NOT_TOKEN is usable" >&5
21379
21965
$as_echo_n "checking whether E_PASTE_RESULT_NOT_TOKEN is usable... " >&6; }
21380
 
if test "${ac_cv_paste_result+set}" = set; then :
 
21966
if ${ac_cv_paste_result+:} false; then :
21381
21967
  $as_echo_n "(cached) " >&6
21382
21968
else
21383
21969
 
21466
22052
set dummy $ac_prog; ac_word=$2
21467
22053
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21468
22054
$as_echo_n "checking for $ac_word... " >&6; }
21469
 
if test "${ac_cv_prog_DTRACE+set}" = set; then :
 
22055
if ${ac_cv_prog_DTRACE+:} false; then :
21470
22056
  $as_echo_n "(cached) " >&6
21471
22057
else
21472
22058
  if test -n "$DTRACE"; then
21505
22091
    for ac_header in sys/sdt.h
21506
22092
do :
21507
22093
  ac_fn_c_check_header_mongrel "$LINENO" "sys/sdt.h" "ac_cv_header_sys_sdt_h" "$ac_includes_default"
21508
 
if test "x$ac_cv_header_sys_sdt_h" = x""yes; then :
 
22094
if test "x$ac_cv_header_sys_sdt_h" = xyes; then :
21509
22095
  cat >>confdefs.h <<_ACEOF
21510
22096
#define HAVE_SYS_SDT_H 1
21511
22097
_ACEOF
21520
22106
 
21521
22107
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking if dtrace works" >&5
21522
22108
$as_echo_n "checking if dtrace works... " >&6; }
21523
 
if test "${ac_cv_dtrace_works+set}" = set; then :
 
22109
if ${ac_cv_dtrace_works+:} false; then :
21524
22110
  $as_echo_n "(cached) " >&6
21525
22111
else
21526
22112
 
21536
22122
  ac_cv_dtrace_works=no
21537
22123
fi
21538
22124
        rm -f conftest.h conftest.d
 
22125
        if test "$TARGET_OSX"; then :
 
22126
  ac_cv_dtrace_works=no
 
22127
fi
21539
22128
 
21540
22129
fi
21541
22130
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_dtrace_works" >&5
21549
22138
fi
21550
22139
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking if dtrace should instrument object files" >&5
21551
22140
$as_echo_n "checking if dtrace should instrument object files... " >&6; }
21552
 
if test "${ac_cv_dtrace_needs_objects+set}" = set; then :
 
22141
if ${ac_cv_dtrace_needs_objects+:} false; then :
21553
22142
  $as_echo_n "(cached) " >&6
21554
22143
else
21555
22144
 
21749
22338
 
21750
22339
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for malloc in -lumem" >&5
21751
22340
$as_echo_n "checking for malloc in -lumem... " >&6; }
21752
 
if test "${ac_cv_lib_umem_malloc+set}" = set; then :
 
22341
if ${ac_cv_lib_umem_malloc+:} false; then :
21753
22342
  $as_echo_n "(cached) " >&6
21754
22343
else
21755
22344
  ac_check_lib_save_LIBS=$LIBS
21783
22372
fi
21784
22373
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_umem_malloc" >&5
21785
22374
$as_echo "$ac_cv_lib_umem_malloc" >&6; }
21786
 
if test "x$ac_cv_lib_umem_malloc" = x""yes; then :
 
22375
if test "x$ac_cv_lib_umem_malloc" = xyes; then :
21787
22376
  cat >>confdefs.h <<_ACEOF
21788
22377
#define HAVE_LIBUMEM 1
21789
22378
_ACEOF
21801
22390
 
21802
22391
          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for malloc in -ltcmalloc-minimal" >&5
21803
22392
$as_echo_n "checking for malloc in -ltcmalloc-minimal... " >&6; }
21804
 
if test "${ac_cv_lib_tcmalloc_minimal_malloc+set}" = set; then :
 
22393
if ${ac_cv_lib_tcmalloc_minimal_malloc+:} false; then :
21805
22394
  $as_echo_n "(cached) " >&6
21806
22395
else
21807
22396
  ac_check_lib_save_LIBS=$LIBS
21835
22424
fi
21836
22425
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tcmalloc_minimal_malloc" >&5
21837
22426
$as_echo "$ac_cv_lib_tcmalloc_minimal_malloc" >&6; }
21838
 
if test "x$ac_cv_lib_tcmalloc_minimal_malloc" = x""yes; then :
 
22427
if test "x$ac_cv_lib_tcmalloc_minimal_malloc" = xyes; then :
21839
22428
  cat >>confdefs.h <<_ACEOF
21840
22429
#define HAVE_LIBTCMALLOC_MINIMAL 1
21841
22430
_ACEOF
21848
22437
 
21849
22438
            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for malloc in -ltcmalloc" >&5
21850
22439
$as_echo_n "checking for malloc in -ltcmalloc... " >&6; }
21851
 
if test "${ac_cv_lib_tcmalloc_malloc+set}" = set; then :
 
22440
if ${ac_cv_lib_tcmalloc_malloc+:} false; then :
21852
22441
  $as_echo_n "(cached) " >&6
21853
22442
else
21854
22443
  ac_check_lib_save_LIBS=$LIBS
21882
22471
fi
21883
22472
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tcmalloc_malloc" >&5
21884
22473
$as_echo "$ac_cv_lib_tcmalloc_malloc" >&6; }
21885
 
if test "x$ac_cv_lib_tcmalloc_malloc" = x""yes; then :
 
22474
if test "x$ac_cv_lib_tcmalloc_malloc" = xyes; then :
21886
22475
  cat >>confdefs.h <<_ACEOF
21887
22476
#define HAVE_LIBTCMALLOC 1
21888
22477
_ACEOF
21901
22490
 
21902
22491
          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for malloc in -lmtmalloc" >&5
21903
22492
$as_echo_n "checking for malloc in -lmtmalloc... " >&6; }
21904
 
if test "${ac_cv_lib_mtmalloc_malloc+set}" = set; then :
 
22493
if ${ac_cv_lib_mtmalloc_malloc+:} false; then :
21905
22494
  $as_echo_n "(cached) " >&6
21906
22495
else
21907
22496
  ac_check_lib_save_LIBS=$LIBS
21935
22524
fi
21936
22525
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mtmalloc_malloc" >&5
21937
22526
$as_echo "$ac_cv_lib_mtmalloc_malloc" >&6; }
21938
 
if test "x$ac_cv_lib_mtmalloc_malloc" = x""yes; then :
 
22527
if test "x$ac_cv_lib_mtmalloc_malloc" = xyes; then :
21939
22528
  cat >>confdefs.h <<_ACEOF
21940
22529
#define HAVE_LIBMTMALLOC 1
21941
22530
_ACEOF
21986
22575
set dummy $ac_prog; ac_word=$2
21987
22576
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21988
22577
$as_echo_n "checking for $ac_word... " >&6; }
21989
 
if test "${ac_cv_prog_DOXYGEN+set}" = set; then :
 
22578
if ${ac_cv_prog_DOXYGEN+:} false; then :
21990
22579
  $as_echo_n "(cached) " >&6
21991
22580
else
21992
22581
  if test -n "$DOXYGEN"; then
22028
22617
set dummy $ac_prog; ac_word=$2
22029
22618
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22030
22619
$as_echo_n "checking for $ac_word... " >&6; }
22031
 
if test "${ac_cv_prog_PERL+set}" = set; then :
 
22620
if ${ac_cv_prog_PERL+:} false; then :
22032
22621
  $as_echo_n "(cached) " >&6
22033
22622
else
22034
22623
  if test -n "$PERL"; then
22070
22659
set dummy $ac_prog; ac_word=$2
22071
22660
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22072
22661
$as_echo_n "checking for $ac_word... " >&6; }
22073
 
if test "${ac_cv_prog_DPKG_GENSYMBOLS+set}" = set; then :
 
22662
if ${ac_cv_prog_DPKG_GENSYMBOLS+:} false; then :
22074
22663
  $as_echo_n "(cached) " >&6
22075
22664
else
22076
22665
  if test -n "$DPKG_GENSYMBOLS"; then
22113
22702
set dummy $ac_prog; ac_word=$2
22114
22703
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22115
22704
$as_echo_n "checking for $ac_word... " >&6; }
22116
 
if test "${ac_cv_prog_LCOV+set}" = set; then :
 
22705
if ${ac_cv_prog_LCOV+:} false; then :
22117
22706
  $as_echo_n "(cached) " >&6
22118
22707
else
22119
22708
  if test -n "$LCOV"; then
22156
22745
set dummy $ac_prog; ac_word=$2
22157
22746
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22158
22747
$as_echo_n "checking for $ac_word... " >&6; }
22159
 
if test "${ac_cv_prog_LCOV_GENHTML+set}" = set; then :
 
22748
if ${ac_cv_prog_LCOV_GENHTML+:} false; then :
22160
22749
  $as_echo_n "(cached) " >&6
22161
22750
else
22162
22751
  if test -n "$LCOV_GENHTML"; then
22200
22789
set dummy $ac_prog; ac_word=$2
22201
22790
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22202
22791
$as_echo_n "checking for $ac_word... " >&6; }
22203
 
if test "${ac_cv_prog_SPHINXBUILD+set}" = set; then :
 
22792
if ${ac_cv_prog_SPHINXBUILD+:} false; then :
22204
22793
  $as_echo_n "(cached) " >&6
22205
22794
else
22206
22795
  if test -n "$SPHINXBUILD"; then
22241
22830
 
22242
22831
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if sphinx is new enough" >&5
22243
22832
$as_echo_n "checking if sphinx is new enough... " >&6; }
22244
 
if test "${ac_cv_recent_sphinx+set}" = set; then :
 
22833
if ${ac_cv_recent_sphinx+:} false; then :
22245
22834
  $as_echo_n "(cached) " >&6
22246
22835
else
22247
22836
 
22325
22914
set dummy msgfmt; ac_word=$2
22326
22915
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22327
22916
$as_echo_n "checking for $ac_word... " >&6; }
22328
 
if test "${ac_cv_path_MSGFMT+set}" = set; then :
 
22917
if ${ac_cv_path_MSGFMT+:} false; then :
22329
22918
  $as_echo_n "(cached) " >&6
22330
22919
else
22331
22920
  case "$MSGFMT" in
22366
22955
set dummy gmsgfmt; ac_word=$2
22367
22956
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22368
22957
$as_echo_n "checking for $ac_word... " >&6; }
22369
 
if test "${ac_cv_path_GMSGFMT+set}" = set; then :
 
22958
if ${ac_cv_path_GMSGFMT+:} false; then :
22370
22959
  $as_echo_n "(cached) " >&6
22371
22960
else
22372
22961
  case $GMSGFMT in
22448
23037
set dummy xgettext; ac_word=$2
22449
23038
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22450
23039
$as_echo_n "checking for $ac_word... " >&6; }
22451
 
if test "${ac_cv_path_XGETTEXT+set}" = set; then :
 
23040
if ${ac_cv_path_XGETTEXT+:} false; then :
22452
23041
  $as_echo_n "(cached) " >&6
22453
23042
else
22454
23043
  case "$XGETTEXT" in
22526
23115
set dummy msgmerge; ac_word=$2
22527
23116
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22528
23117
$as_echo_n "checking for $ac_word... " >&6; }
22529
 
if test "${ac_cv_path_MSGMERGE+set}" = set; then :
 
23118
if ${ac_cv_path_MSGMERGE+:} false; then :
22530
23119
  $as_echo_n "(cached) " >&6
22531
23120
else
22532
23121
  case "$MSGMERGE" in
22579
23168
 
22580
23169
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
22581
23170
 
22582
 
    as_fn_error "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
 
23171
    as_fn_error $? "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
22583
23172
 
22584
23173
else
22585
23174
 
22618
23207
for ac_header in libintl.h
22619
23208
do :
22620
23209
  ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default"
22621
 
if test "x$ac_cv_header_libintl_h" = x""yes; then :
 
23210
if test "x$ac_cv_header_libintl_h" = xyes; then :
22622
23211
  cat >>confdefs.h <<_ACEOF
22623
23212
#define HAVE_LIBINTL_H 1
22624
23213
_ACEOF
22637
23226
set dummy intltool-update; ac_word=$2
22638
23227
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22639
23228
$as_echo_n "checking for $ac_word... " >&6; }
22640
 
if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then :
 
23229
if ${ac_cv_path_INTLTOOL_UPDATE+:} false; then :
22641
23230
  $as_echo_n "(cached) " >&6
22642
23231
else
22643
23232
  case $INTLTOOL_UPDATE in
22677
23266
set dummy intltool-merge; ac_word=$2
22678
23267
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22679
23268
$as_echo_n "checking for $ac_word... " >&6; }
22680
 
if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then :
 
23269
if ${ac_cv_path_INTLTOOL_MERGE+:} false; then :
22681
23270
  $as_echo_n "(cached) " >&6
22682
23271
else
22683
23272
  case $INTLTOOL_MERGE in
22717
23306
set dummy intltool-extract; ac_word=$2
22718
23307
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22719
23308
$as_echo_n "checking for $ac_word... " >&6; }
22720
 
if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then :
 
23309
if ${ac_cv_path_INTLTOOL_EXTRACT+:} false; then :
22721
23310
  $as_echo_n "(cached) " >&6
22722
23311
else
22723
23312
  case $INTLTOOL_EXTRACT in
22881
23470
set dummy xgettext; ac_word=$2
22882
23471
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22883
23472
$as_echo_n "checking for $ac_word... " >&6; }
22884
 
if test "${ac_cv_path_XGETTEXT+set}" = set; then :
 
23473
if ${ac_cv_path_XGETTEXT+:} false; then :
22885
23474
  $as_echo_n "(cached) " >&6
22886
23475
else
22887
23476
  case $XGETTEXT in
22921
23510
set dummy msgmerge; ac_word=$2
22922
23511
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22923
23512
$as_echo_n "checking for $ac_word... " >&6; }
22924
 
if test "${ac_cv_path_MSGMERGE+set}" = set; then :
 
23513
if ${ac_cv_path_MSGMERGE+:} false; then :
22925
23514
  $as_echo_n "(cached) " >&6
22926
23515
else
22927
23516
  case $MSGMERGE in
22961
23550
set dummy msgfmt; ac_word=$2
22962
23551
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22963
23552
$as_echo_n "checking for $ac_word... " >&6; }
22964
 
if test "${ac_cv_path_MSGFMT+set}" = set; then :
 
23553
if ${ac_cv_path_MSGFMT+:} false; then :
22965
23554
  $as_echo_n "(cached) " >&6
22966
23555
else
22967
23556
  case $MSGFMT in
23001
23590
set dummy gmsgfmt; ac_word=$2
23002
23591
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23003
23592
$as_echo_n "checking for $ac_word... " >&6; }
23004
 
if test "${ac_cv_path_GMSGFMT+set}" = set; then :
 
23593
if ${ac_cv_path_GMSGFMT+:} false; then :
23005
23594
  $as_echo_n "(cached) " >&6
23006
23595
else
23007
23596
  case $GMSGFMT in
23054
23643
set dummy perl; ac_word=$2
23055
23644
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23056
23645
$as_echo_n "checking for $ac_word... " >&6; }
23057
 
if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then :
 
23646
if ${ac_cv_path_INTLTOOL_PERL+:} false; then :
23058
23647
  $as_echo_n "(cached) " >&6
23059
23648
else
23060
23649
  case $INTLTOOL_PERL in
23141
23730
  case $host in
23142
23731
    *-*-solaris*)
23143
23732
                        ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
23144
 
if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
 
23733
if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then :
23145
23734
  DATADIRNAME=share
23146
23735
else
23147
23736
  DATADIRNAME=lib
23164
23753
    GETTEXT_PACKAGE=$PACKAGE
23165
23754
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libintl_gettext in -lintl" >&5
23166
23755
$as_echo_n "checking for libintl_gettext in -lintl... " >&6; }
23167
 
if test "${ac_cv_lib_intl_libintl_gettext+set}" = set; then :
 
23756
if ${ac_cv_lib_intl_libintl_gettext+:} false; then :
23168
23757
  $as_echo_n "(cached) " >&6
23169
23758
else
23170
23759
  ac_check_lib_save_LIBS=$LIBS
23198
23787
fi
23199
23788
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_libintl_gettext" >&5
23200
23789
$as_echo "$ac_cv_lib_intl_libintl_gettext" >&6; }
23201
 
if test "x$ac_cv_lib_intl_libintl_gettext" = x""yes; then :
 
23790
if test "x$ac_cv_lib_intl_libintl_gettext" = xyes; then :
23202
23791
  cat >>confdefs.h <<_ACEOF
23203
23792
#define HAVE_LIBINTL 1
23204
23793
_ACEOF
23249
23838
 
23250
23839
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working -pipe" >&5
23251
23840
$as_echo_n "checking for working -pipe... " >&6; }
23252
 
if test "${pandora_cv_use_pipe+set}" = set; then :
 
23841
if ${pandora_cv_use_pipe+:} false; then :
23253
23842
  $as_echo_n "(cached) " >&6
23254
23843
else
23255
23844
 
23313
23902
 
23314
23903
 
23315
23904
 
23316
 
LIBDRIZZLE_LIBRARY_VERSION=2:0:1
23317
 
#                          | | |
23318
 
#                   +------+ | +---+
23319
 
#                   |        |     |
23320
 
#                current:revision:age
23321
 
#                   |        |     |
23322
 
#                   |        |     +- increment if interfaces have been added
23323
 
#                   |        |        set to zero if interfaces have been
23324
 
#                   |        |        removed or changed
23325
 
#                   |        +- increment if source code has changed
23326
 
#                   |           set to zero if current is incremented
23327
 
#                   +- increment if interfaces have been added, removed or
23328
 
#                      changed
23329
 
 
23330
 
 
23331
 
libdrizzleincludedir='${includedir}/libdrizzle-1.0'
 
23905
#
 
23906
# Version information for libdrizzle
 
23907
#
 
23908
#
 
23909
LIBDRIZZLE_VERSION=1.0.1
 
23910
LIBDRIZZLE_LIBRARY_VERSION=4:0:0
 
23911
#                             | | |
 
23912
#                      +------+ | +---+
 
23913
#                      |        |     |
 
23914
#                   current:revision:age
 
23915
#                      |        |     |
 
23916
#                      |        |     +- increment if interfaces have been added
 
23917
#                      |        |        set to zero if interfaces have been
 
23918
#                      |        |        removed or changed
 
23919
#                      |        +- increment if source code has changed
 
23920
#                      |           set to zero if current is incremented
 
23921
#                      +- increment if interfaces have been added, removed or
 
23922
#                         changed
 
23923
 
 
23924
 
 
23925
 
 
23926
cat >>confdefs.h <<_ACEOF
 
23927
#define LIBDRIZZLE_VERSION $LIBDRIZZLE_VERSION
 
23928
_ACEOF
23332
23929
 
23333
23930
 
23334
23931
# libdrizzle versioning when linked with GNU ld.
23339
23936
fi
23340
23937
 
23341
23938
 
 
23939
LIBDRIZZLE_HEX_VERSION=`echo $LIBDRIZZLE_VERSION | sed 's|\-a-z0-9*$||' | awk -F. '{printf "0x%0.2d%0.3d%0.3d", $1, $2, $3}'`
 
23940
 
 
23941
 
 
23942
 
23342
23943
if test "x${localstatedir}" = 'x${prefix}/var'; then :
23343
23944
 
23344
23945
  localstatedir='${prefix}/var/drizzle'
23360
23961
set dummy gperf; ac_word=$2
23361
23962
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23362
23963
$as_echo_n "checking for $ac_word... " >&6; }
23363
 
if test "${ac_cv_path_GPERF+set}" = set; then :
 
23964
if ${ac_cv_path_GPERF+:} false; then :
23364
23965
  $as_echo_n "(cached) " >&6
23365
23966
else
23366
23967
  case $GPERF in
23397
23998
 
23398
23999
 
23399
24000
  if test "x$GPERF" = "x"; then :
23400
 
  as_fn_error "\"Drizzle requires gperf to build.\"" "$LINENO" 5
 
24001
  as_fn_error $? "\"Drizzle requires gperf to build.\"" "$LINENO" 5
23401
24002
fi
23402
24003
 
23403
24004
  # libexecinfo provides backtrace_symbols on FreeBSD
23404
24005
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing backtrace_symbols" >&5
23405
24006
$as_echo_n "checking for library containing backtrace_symbols... " >&6; }
23406
 
if test "${ac_cv_search_backtrace_symbols+set}" = set; then :
 
24007
if ${ac_cv_search_backtrace_symbols+:} false; then :
23407
24008
  $as_echo_n "(cached) " >&6
23408
24009
else
23409
24010
  ac_func_search_save_LIBS=$LIBS
23437
24038
fi
23438
24039
rm -f core conftest.err conftest.$ac_objext \
23439
24040
    conftest$ac_exeext
23440
 
  if test "${ac_cv_search_backtrace_symbols+set}" = set; then :
 
24041
  if ${ac_cv_search_backtrace_symbols+:} false; then :
23441
24042
  break
23442
24043
fi
23443
24044
done
23444
 
if test "${ac_cv_search_backtrace_symbols+set}" = set; then :
 
24045
if ${ac_cv_search_backtrace_symbols+:} false; then :
23445
24046
 
23446
24047
else
23447
24048
  ac_cv_search_backtrace_symbols=no
23459
24060
 
23460
24061
 
23461
24062
  ac_fn_c_check_decl "$LINENO" "strerror_r" "ac_cv_have_decl_strerror_r" "$ac_includes_default"
23462
 
if test "x$ac_cv_have_decl_strerror_r" = x""yes; then :
 
24063
if test "x$ac_cv_have_decl_strerror_r" = xyes; then :
23463
24064
  ac_have_decl=1
23464
24065
else
23465
24066
  ac_have_decl=0
23472
24073
for ac_func in strerror_r
23473
24074
do :
23474
24075
  ac_fn_c_check_func "$LINENO" "strerror_r" "ac_cv_func_strerror_r"
23475
 
if test "x$ac_cv_func_strerror_r" = x""yes; then :
 
24076
if test "x$ac_cv_func_strerror_r" = xyes; then :
23476
24077
  cat >>confdefs.h <<_ACEOF
23477
24078
#define HAVE_STRERROR_R 1
23478
24079
_ACEOF
23482
24083
 
23483
24084
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strerror_r returns char *" >&5
23484
24085
$as_echo_n "checking whether strerror_r returns char *... " >&6; }
23485
 
if test "${ac_cv_func_strerror_r_char_p+set}" = set; then :
 
24086
if ${ac_cv_func_strerror_r_char_p+:} false; then :
23486
24087
  $as_echo_n "(cached) " >&6
23487
24088
else
23488
24089
 
23554
24155
 
23555
24156
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
23556
24157
$as_echo_n "checking stack direction for C alloca... " >&6; }
23557
 
if test "${ac_cv_c_stack_direction+set}" = set; then :
 
24158
if ${ac_cv_c_stack_direction+:} false; then :
23558
24159
  $as_echo_n "(cached) " >&6
23559
24160
else
23560
24161
  if test "$cross_compiling" = yes; then :
23619
24220
  LIBS="${LIBS} ${BETTER_MALLOC_LIBS}"
23620
24221
 
23621
24222
  ac_fn_c_check_func "$LINENO" "inet_ntoa" "ac_cv_func_inet_ntoa"
23622
 
if test "x$ac_cv_func_inet_ntoa" = x""yes; then :
 
24223
if test "x$ac_cv_func_inet_ntoa" = xyes; then :
23623
24224
 
23624
24225
else
23625
24226
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_ntoa in -lnsl" >&5
23626
24227
$as_echo_n "checking for inet_ntoa in -lnsl... " >&6; }
23627
 
if test "${ac_cv_lib_nsl_inet_ntoa+set}" = set; then :
 
24228
if ${ac_cv_lib_nsl_inet_ntoa+:} false; then :
23628
24229
  $as_echo_n "(cached) " >&6
23629
24230
else
23630
24231
  ac_check_lib_save_LIBS=$LIBS
23658
24259
fi
23659
24260
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_inet_ntoa" >&5
23660
24261
$as_echo "$ac_cv_lib_nsl_inet_ntoa" >&6; }
23661
 
if test "x$ac_cv_lib_nsl_inet_ntoa" = x""yes; then :
 
24262
if test "x$ac_cv_lib_nsl_inet_ntoa" = xyes; then :
23662
24263
  cat >>confdefs.h <<_ACEOF
23663
24264
#define HAVE_LIBNSL 1
23664
24265
_ACEOF
23851
24452
set dummy pthread-config; ac_word=$2
23852
24453
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23853
24454
$as_echo_n "checking for $ac_word... " >&6; }
23854
 
if test "${ac_cv_prog_acx_pthread_config+set}" = set; then :
 
24455
if ${ac_cv_prog_acx_pthread_config+:} false; then :
23855
24456
  $as_echo_n "(cached) " >&6
23856
24457
else
23857
24458
  if test -n "$acx_pthread_config"; then
24007
24608
set dummy $ac_prog; ac_word=$2
24008
24609
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24009
24610
$as_echo_n "checking for $ac_word... " >&6; }
24010
 
if test "${ac_cv_prog_PTHREAD_CC+set}" = set; then :
 
24611
if ${ac_cv_prog_PTHREAD_CC+:} false; then :
24011
24612
  $as_echo_n "(cached) " >&6
24012
24613
else
24013
24614
  if test -n "$PTHREAD_CC"; then
24087
24688
    for ac_func in pthread_yield_np
24088
24689
do :
24089
24690
  ac_fn_c_check_func "$LINENO" "pthread_yield_np" "ac_cv_func_pthread_yield_np"
24090
 
if test "x$ac_cv_func_pthread_yield_np" = x""yes; then :
 
24691
if test "x$ac_cv_func_pthread_yield_np" = xyes; then :
24091
24692
  cat >>confdefs.h <<_ACEOF
24092
24693
#define HAVE_PTHREAD_YIELD_NP 1
24093
24694
_ACEOF
24097
24698
 
24098
24699
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if pthread_yield takes zero arguments" >&5
24099
24700
$as_echo_n "checking if pthread_yield takes zero arguments... " >&6; }
24100
 
if test "${pandora_cv_pthread_yield_zero_arg+set}" = set; then :
 
24701
if ${pandora_cv_pthread_yield_zero_arg+:} false; then :
24101
24702
  $as_echo_n "(cached) " >&6
24102
24703
else
24103
24704
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24136
24737
 
24137
24738
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if pthread_yield takes one argument" >&5
24138
24739
$as_echo_n "checking if pthread_yield takes one argument... " >&6; }
24139
 
if test "${pandora_cv_pthread_yield_one_arg+set}" = set; then :
 
24740
if ${pandora_cv_pthread_yield_one_arg+:} false; then :
24140
24741
  $as_echo_n "(cached) " >&6
24141
24742
else
24142
24743
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24183
24784
do :
24184
24785
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
24185
24786
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
24186
 
eval as_val=\$$as_ac_var
24187
 
   if test "x$as_val" = x""yes; then :
 
24787
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
24188
24788
  cat >>confdefs.h <<_ACEOF
24189
24789
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
24190
24790
_ACEOF
24198
24798
# Check definition of pthread_getspecific
24199
24799
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking args to pthread_getspecific" >&5
24200
24800
$as_echo_n "checking args to pthread_getspecific... " >&6; }
24201
 
if test "${pandora_cv_getspecific_args+set}" = set; then :
 
24801
if ${pandora_cv_getspecific_args+:} false; then :
24202
24802
  $as_echo_n "(cached) " >&6
24203
24803
else
24204
24804
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24242
24842
  # Check definition of pthread_mutex_init
24243
24843
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking args to pthread_mutex_init" >&5
24244
24844
$as_echo_n "checking args to pthread_mutex_init... " >&6; }
24245
 
if test "${pandora_cv_mutex_init_args+set}" = set; then :
 
24845
if ${pandora_cv_mutex_init_args+:} false; then :
24246
24846
  $as_echo_n "(cached) " >&6
24247
24847
else
24248
24848
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24287
24887
# Check definition of readdir_r
24288
24888
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking args to readdir_r" >&5
24289
24889
$as_echo_n "checking args to readdir_r... " >&6; }
24290
 
if test "${pandora_cv_readdir_r+set}" = set; then :
 
24890
if ${pandora_cv_readdir_r+:} false; then :
24291
24891
  $as_echo_n "(cached) " >&6
24292
24892
else
24293
24893
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24330
24930
# Check definition of posix sigwait()
24331
24931
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking style of sigwait" >&5
24332
24932
$as_echo_n "checking style of sigwait... " >&6; }
24333
 
if test "${pandora_cv_sigwait+set}" = set; then :
 
24933
if ${pandora_cv_sigwait+:} false; then :
24334
24934
  $as_echo_n "(cached) " >&6
24335
24935
else
24336
24936
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24382
24982
# Check definition of posix sigwait()
24383
24983
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking style of sigwait" >&5
24384
24984
$as_echo_n "checking style of sigwait... " >&6; }
24385
 
if test "${pandora_cv_sigwait+set}" = set; then :
 
24985
if ${pandora_cv_sigwait+:} false; then :
24386
24986
  $as_echo_n "(cached) " >&6
24387
24987
else
24388
24988
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24431
25031
# Check if pthread_attr_setscope() exists
24432
25032
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_attr_setscope" >&5
24433
25033
$as_echo_n "checking for pthread_attr_setscope... " >&6; }
24434
 
if test "${pandora_cv_pthread_attr_setscope+set}" = set; then :
 
25034
if ${pandora_cv_pthread_attr_setscope+:} false; then :
24435
25035
  $as_echo_n "(cached) " >&6
24436
25036
else
24437
25037
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24476
25076
 
24477
25077
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if pthread_yield takes zero arguments" >&5
24478
25078
$as_echo_n "checking if pthread_yield takes zero arguments... " >&6; }
24479
 
if test "${ac_cv_pthread_yield_zero_arg+set}" = set; then :
 
25079
if ${ac_cv_pthread_yield_zero_arg+:} false; then :
24480
25080
  $as_echo_n "(cached) " >&6
24481
25081
else
24482
25082
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24515
25115
fi
24516
25116
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if pthread_yield takes 1 argument" >&5
24517
25117
$as_echo_n "checking if pthread_yield takes 1 argument... " >&6; }
24518
 
if test "${ac_cv_pthread_yield_one_arg+set}" = set; then :
 
25118
if ${ac_cv_pthread_yield_one_arg+:} false; then :
24519
25119
  $as_echo_n "(cached) " >&6
24520
25120
else
24521
25121
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24620
25220
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
24621
25221
$as_echo_n "checking for non-GNU ld... " >&6; }
24622
25222
fi
24623
 
if test "${acl_cv_path_LD+set}" = set; then :
 
25223
if ${acl_cv_path_LD+:} false; then :
24624
25224
  $as_echo_n "(cached) " >&6
24625
25225
else
24626
25226
  if test -z "$LD"; then
24654
25254
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24655
25255
$as_echo "no" >&6; }
24656
25256
fi
24657
 
test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
 
25257
test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
24658
25258
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
24659
25259
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
24660
 
if test "${acl_cv_prog_gnu_ld+set}" = set; then :
 
25260
if ${acl_cv_prog_gnu_ld+:} false; then :
24661
25261
  $as_echo_n "(cached) " >&6
24662
25262
else
24663
25263
  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
24677
25277
 
24678
25278
                                                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
24679
25279
$as_echo_n "checking for shared library run path origin... " >&6; }
24680
 
if test "${acl_cv_rpath+set}" = set; then :
 
25280
if ${acl_cv_rpath+:} false; then :
24681
25281
  $as_echo_n "(cached) " >&6
24682
25282
else
24683
25283
 
25219
25819
 
25220
25820
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libprotobuf" >&5
25221
25821
$as_echo_n "checking for libprotobuf... " >&6; }
25222
 
if test "${ac_cv_libprotobuf+set}" = set; then :
 
25822
if ${ac_cv_libprotobuf+:} false; then :
25223
25823
  $as_echo_n "(cached) " >&6
25224
25824
else
25225
25825
 
25290
25890
 
25291
25891
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
25292
25892
 
25293
 
    as_fn_error "libprotobuf is required for ${PACKAGE}. On Debian this can be found in libprotobuf-dev. On RedHat this can be found in protobuf-devel." "$LINENO" 5
 
25893
    as_fn_error $? "libprotobuf is required for ${PACKAGE}. On Debian this can be found in libprotobuf-dev. On RedHat this can be found in protobuf-devel." "$LINENO" 5
25294
25894
 
25295
25895
else
25296
25896
 
25316
25916
 
25317
25917
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for protobuf >= $p_recent_ver" >&5
25318
25918
$as_echo_n "checking for protobuf >= $p_recent_ver... " >&6; }
25319
 
if test "${drizzle_cv_protobuf_recent+set}" = set; then :
 
25919
if ${drizzle_cv_protobuf_recent+:} false; then :
25320
25920
  $as_echo_n "(cached) " >&6
25321
25921
else
25322
25922
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25349
25949
 
25350
25950
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
25351
25951
 
25352
 
    as_fn_error "Your version of Google Protocol Buffers is too old. ${PACKAGE} requires at least version $p_recent_ver" "$LINENO" 5
 
25952
    as_fn_error $? "Your version of Google Protocol Buffers is too old. ${PACKAGE} requires at least version $p_recent_ver" "$LINENO" 5
25353
25953
 
25354
25954
else
25355
25955
 
25373
25973
set dummy protoc; ac_word=$2
25374
25974
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25375
25975
$as_echo_n "checking for $ac_word... " >&6; }
25376
 
if test "${ac_cv_path_PROTOC+set}" = set; then :
 
25976
if ${ac_cv_path_PROTOC+:} false; then :
25377
25977
  $as_echo_n "(cached) " >&6
25378
25978
else
25379
25979
  case $PROTOC in
25422
26022
 
25423
26023
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
25424
26024
 
25425
 
    as_fn_error "Couldn't find the protoc compiler. On Debian this can be found in protobuf-compiler. On RedHat this can be found in protobuf-compiler." "$LINENO" 5
 
26025
    as_fn_error $? "Couldn't find the protoc compiler. On Debian this can be found in protobuf-compiler. On RedHat this can be found in protobuf-compiler." "$LINENO" 5
25426
26026
 
25427
26027
else
25428
26028
 
25448
26048
 
25449
26049
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
25450
26050
 
25451
 
    as_fn_error "could not find libpthread" "$LINENO" 5
 
26051
    as_fn_error $? "could not find libpthread" "$LINENO" 5
25452
26052
 
25453
26053
else
25454
26054
 
25468
26068
      for ac_header in uuid/uuid.h
25469
26069
do :
25470
26070
  ac_fn_cxx_check_header_mongrel "$LINENO" "uuid/uuid.h" "ac_cv_header_uuid_uuid_h" "$ac_includes_default"
25471
 
if test "x$ac_cv_header_uuid_uuid_h" = x""yes; then :
 
26071
if test "x$ac_cv_header_uuid_uuid_h" = xyes; then :
25472
26072
  cat >>confdefs.h <<_ACEOF
25473
26073
#define HAVE_UUID_UUID_H 1
25474
26074
_ACEOF
25978
26578
 
25979
26579
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libuuid" >&5
25980
26580
$as_echo_n "checking for libuuid... " >&6; }
25981
 
if test "${ac_cv_libuuid+set}" = set; then :
 
26581
if ${ac_cv_libuuid+:} false; then :
25982
26582
  $as_echo_n "(cached) " >&6
25983
26583
else
25984
26584
 
26050
26650
 
26051
26651
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
26052
26652
 
26053
 
    as_fn_error "Couldn't find uuid/uuid.h. On Debian this can be found in uuid-dev. On RHEL 4 this can be found in e2fsprogs-devel and Fedora/RHEL 6 in libuuid-devel." "$LINENO" 5
 
26653
    as_fn_error $? "Couldn't find uuid/uuid.h. On Debian this can be found in uuid-dev. On RHEL 4 this can be found in e2fsprogs-devel and Fedora/RHEL 6 in libuuid-devel." "$LINENO" 5
26054
26654
 
26055
26655
else
26056
26656
 
26571
27171
 
26572
27172
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libz" >&5
26573
27173
$as_echo_n "checking for libz... " >&6; }
26574
 
if test "${ac_cv_libz+set}" = set; then :
 
27174
if ${ac_cv_libz+:} false; then :
26575
27175
  $as_echo_n "(cached) " >&6
26576
27176
else
26577
27177
 
26643
27243
 
26644
27244
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
26645
27245
 
26646
 
    as_fn_error "libz is required for ${PACKAGE}. On Debian this can be found in zlib1g-dev. On RedHat this can be found in zlib-devel." "$LINENO" 5
 
27246
    as_fn_error $? "libz is required for ${PACKAGE}. On Debian this can be found in zlib1g-dev. On RedHat this can be found in zlib-devel." "$LINENO" 5
26647
27247
 
26648
27248
else
26649
27249
 
27164
27764
 
27165
27765
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpcre" >&5
27166
27766
$as_echo_n "checking for libpcre... " >&6; }
27167
 
if test "${ac_cv_libpcre+set}" = set; then :
 
27767
if ${ac_cv_libpcre+:} false; then :
27168
27768
  $as_echo_n "(cached) " >&6
27169
27769
else
27170
27770
 
27727
28327
 
27728
28328
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpcre" >&5
27729
28329
$as_echo_n "checking for libpcre... " >&6; }
27730
 
if test "${ac_cv_libpcre+set}" = set; then :
 
28330
if ${ac_cv_libpcre+:} false; then :
27731
28331
  $as_echo_n "(cached) " >&6
27732
28332
else
27733
28333
 
27809
28409
 
27810
28410
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
27811
28411
 
27812
 
    as_fn_error "libpcre is required for ${PACKAGE}. On Debian this can be found in libpcre3-dev. On RedHat this can be found in pcre-devel." "$LINENO" 5
 
28412
    as_fn_error $? "libpcre is required for ${PACKAGE}. On Debian this can be found in libpcre3-dev. On RedHat this can be found in pcre-devel." "$LINENO" 5
27813
28413
 
27814
28414
else
27815
28415
 
27841
28441
 
27842
28442
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a readline compatible library" >&5
27843
28443
$as_echo_n "checking for a readline compatible library... " >&6; }
27844
 
if test "${ac_cv_libreadline+set}" = set; then :
 
28444
if ${ac_cv_libreadline+:} false; then :
27845
28445
  $as_echo_n "(cached) " >&6
27846
28446
else
27847
28447
 
27902
28502
do :
27903
28503
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
27904
28504
ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
27905
 
eval as_val=\$$as_ac_Header
27906
 
   if test "x$as_val" = x""yes; then :
 
28505
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
27907
28506
  cat >>confdefs.h <<_ACEOF
27908
28507
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
27909
28508
_ACEOF
27914
28513
 
27915
28514
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readline supports history" >&5
27916
28515
$as_echo_n "checking whether readline supports history... " >&6; }
27917
 
if test "${ac_cv_libreadline_history+set}" = set; then :
 
28516
if ${ac_cv_libreadline_history+:} false; then :
27918
28517
  $as_echo_n "(cached) " >&6
27919
28518
else
27920
28519
 
27954
28553
do :
27955
28554
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
27956
28555
ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
27957
 
eval as_val=\$$as_ac_Header
27958
 
   if test "x$as_val" = x""yes; then :
 
28556
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
27959
28557
  cat >>confdefs.h <<_ACEOF
27960
28558
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
27961
28559
_ACEOF
27969
28567
 
27970
28568
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking defined rl_compentry_func_t" >&5
27971
28569
$as_echo_n "checking defined rl_compentry_func_t... " >&6; }
27972
 
if test "${pandora_cv_rl_compentry+set}" = set; then :
 
28570
if ${pandora_cv_rl_compentry+:} false; then :
27973
28571
  $as_echo_n "(cached) " >&6
27974
28572
else
27975
28573
 
28023
28621
 
28024
28622
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking rl_compentry_func_t works" >&5
28025
28623
$as_echo_n "checking rl_compentry_func_t works... " >&6; }
28026
 
if test "${pandora_cv_rl_compentry_works+set}" = set; then :
 
28624
if ${pandora_cv_rl_compentry_works+:} false; then :
28027
28625
  $as_echo_n "(cached) " >&6
28028
28626
else
28029
28627
 
28077
28675
 
28078
28676
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking defined rl_completion_func_t" >&5
28079
28677
$as_echo_n "checking defined rl_completion_func_t... " >&6; }
28080
 
if test "${pandora_cv_rl_completion+set}" = set; then :
 
28678
if ${pandora_cv_rl_completion+:} false; then :
28081
28679
  $as_echo_n "(cached) " >&6
28082
28680
else
28083
28681
 
28124
28722
 
28125
28723
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIOCGWINSZ in sys/ioctl.h" >&5
28126
28724
$as_echo_n "checking for TIOCGWINSZ in sys/ioctl.h... " >&6; }
28127
 
if test "${pandora_cv_tiocgwinsz_in_ioctl+set}" = set; then :
 
28725
if ${pandora_cv_tiocgwinsz_in_ioctl+:} false; then :
28128
28726
  $as_echo_n "(cached) " >&6
28129
28727
else
28130
28728
 
28188
28786
 
28189
28787
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
28190
28788
 
28191
 
    as_fn_error "libreadline is required for ${PACKAGE}. On Debian this can be found in libreadline5-dev. On RedHat this can be found in readline-devel." "$LINENO" 5
 
28789
    as_fn_error $? "libreadline is required for ${PACKAGE}. On Debian this can be found in libreadline5-dev. On RedHat this can be found in readline-devel." "$LINENO" 5
28192
28790
 
28193
28791
else
28194
28792
 
28211
28809
  LIBS=""
28212
28810
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
28213
28811
$as_echo_n "checking for dlopen in -ldl... " >&6; }
28214
 
if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
 
28812
if ${ac_cv_lib_dl_dlopen+:} false; then :
28215
28813
  $as_echo_n "(cached) " >&6
28216
28814
else
28217
28815
  ac_check_lib_save_LIBS=$LIBS
28245
28843
fi
28246
28844
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
28247
28845
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
28248
 
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
 
28846
if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
28249
28847
  cat >>confdefs.h <<_ACEOF
28250
28848
#define HAVE_LIBDL 1
28251
28849
_ACEOF
28257
28855
  for ac_func in dlopen
28258
28856
do :
28259
28857
  ac_fn_cxx_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
28260
 
if test "x$ac_cv_func_dlopen" = x""yes; then :
 
28858
if test "x$ac_cv_func_dlopen" = xyes; then :
28261
28859
  cat >>confdefs.h <<_ACEOF
28262
28860
#define HAVE_DLOPEN 1
28263
28861
_ACEOF
28284
28882
 
28285
28883
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
28286
28884
 
28287
 
    as_fn_error "libdl/dlopen() is required for ${PACKAGE}. On Debian this can be found in libc6-dev. On RedHat this can be found in glibc-devel." "$LINENO" 5
 
28885
    as_fn_error $? "libdl/dlopen() is required for ${PACKAGE}. On Debian this can be found in libc6-dev. On RedHat this can be found in glibc-devel." "$LINENO" 5
28288
28886
 
28289
28887
else
28290
28888
 
28314
28912
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
28315
28913
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
28316
28914
"
28317
 
eval as_val=\$$as_ac_Header
28318
 
   if test "x$as_val" = x""yes; then :
 
28915
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
28319
28916
  cat >>confdefs.h <<_ACEOF
28320
28917
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
28321
28918
_ACEOF
28335
28932
set dummy $ac_prog; ac_word=$2
28336
28933
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28337
28934
$as_echo_n "checking for $ac_word... " >&6; }
28338
 
if test "${ac_cv_prog_YACC+set}" = set; then :
 
28935
if ${ac_cv_prog_YACC+:} false; then :
28339
28936
  $as_echo_n "(cached) " >&6
28340
28937
else
28341
28938
  if test -n "$YACC"; then
28399
28996
 
28400
28997
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
28401
28998
$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
28402
 
if test "${ac_cv_struct_tm+set}" = set; then :
 
28999
if ${ac_cv_struct_tm+:} false; then :
28403
29000
  $as_echo_n "(cached) " >&6
28404
29001
else
28405
29002
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28437
29034
# for constant arguments.  Useless!
28438
29035
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
28439
29036
$as_echo_n "checking for working alloca.h... " >&6; }
28440
 
if test "${ac_cv_working_alloca_h+set}" = set; then :
 
29037
if ${ac_cv_working_alloca_h+:} false; then :
28441
29038
  $as_echo_n "(cached) " >&6
28442
29039
else
28443
29040
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28470
29067
 
28471
29068
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
28472
29069
$as_echo_n "checking for alloca... " >&6; }
28473
 
if test "${ac_cv_func_alloca_works+set}" = set; then :
 
29070
if ${ac_cv_func_alloca_works+:} false; then :
28474
29071
  $as_echo_n "(cached) " >&6
28475
29072
else
28476
29073
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28489
29086
 #pragma alloca
28490
29087
#   else
28491
29088
#    ifndef alloca /* predefined by HP cc +Olibcalls */
28492
 
char *alloca ();
 
29089
void *alloca (size_t);
28493
29090
#    endif
28494
29091
#   endif
28495
29092
#  endif
28533
29130
 
28534
29131
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
28535
29132
$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
28536
 
if test "${ac_cv_os_cray+set}" = set; then :
 
29133
if ${ac_cv_os_cray+:} false; then :
28537
29134
  $as_echo_n "(cached) " >&6
28538
29135
else
28539
29136
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28560
29157
  for ac_func in _getb67 GETB67 getb67; do
28561
29158
    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
28562
29159
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
28563
 
eval as_val=\$$as_ac_var
28564
 
   if test "x$as_val" = x""yes; then :
 
29160
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
28565
29161
 
28566
29162
cat >>confdefs.h <<_ACEOF
28567
29163
#define CRAY_STACKSEG_END $ac_func
28575
29171
 
28576
29172
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
28577
29173
$as_echo_n "checking stack direction for C alloca... " >&6; }
28578
 
if test "${ac_cv_c_stack_direction+set}" = set; then :
 
29174
if ${ac_cv_c_stack_direction+:} false; then :
28579
29175
  $as_echo_n "(cached) " >&6
28580
29176
else
28581
29177
  if test "$cross_compiling" = yes; then :
28626
29222
 
28627
29223
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether utime accepts a null argument" >&5
28628
29224
$as_echo_n "checking whether utime accepts a null argument... " >&6; }
28629
 
if test "${ac_cv_func_utime_null+set}" = set; then :
 
29225
if ${ac_cv_func_utime_null+:} false; then :
28630
29226
  $as_echo_n "(cached) " >&6
28631
29227
else
28632
29228
  rm -f conftest.data; >conftest.data
28676
29272
  for ac_func in vprintf
28677
29273
do :
28678
29274
  ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"
28679
 
if test "x$ac_cv_func_vprintf" = x""yes; then :
 
29275
if test "x$ac_cv_func_vprintf" = xyes; then :
28680
29276
  cat >>confdefs.h <<_ACEOF
28681
29277
#define HAVE_VPRINTF 1
28682
29278
_ACEOF
28683
29279
 
28684
29280
ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
28685
 
if test "x$ac_cv_func__doprnt" = x""yes; then :
 
29281
if test "x$ac_cv_func__doprnt" = xyes; then :
28686
29282
 
28687
29283
$as_echo "#define HAVE_DOPRNT 1" >>confdefs.h
28688
29284
 
28696
29292
 
28697
29293
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking working fdatasync" >&5
28698
29294
$as_echo_n "checking working fdatasync... " >&6; }
28699
 
if test "${ac_cv_func_fdatasync+set}" = set; then :
 
29295
if ${ac_cv_func_fdatasync+:} false; then :
28700
29296
  $as_echo_n "(cached) " >&6
28701
29297
else
28702
29298
 
28753
29349
do :
28754
29350
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
28755
29351
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
28756
 
eval as_val=\$$as_ac_var
28757
 
   if test "x$as_val" = x""yes; then :
 
29352
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
28758
29353
  cat >>confdefs.h <<_ACEOF
28759
29354
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
28760
29355
_ACEOF
28765
29360
 
28766
29361
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
28767
29362
$as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
28768
 
if test "${ac_cv_header_stat_broken+set}" = set; then :
 
29363
if ${ac_cv_header_stat_broken+:} false; then :
28769
29364
  $as_echo_n "(cached) " >&6
28770
29365
else
28771
29366
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28810
29405
  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
28811
29406
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
28812
29407
$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
28813
 
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
 
29408
if eval \${$as_ac_Header+:} false; then :
28814
29409
  $as_echo_n "(cached) " >&6
28815
29410
else
28816
29411
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28837
29432
eval ac_res=\$$as_ac_Header
28838
29433
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
28839
29434
$as_echo "$ac_res" >&6; }
28840
 
eval as_val=\$$as_ac_Header
28841
 
   if test "x$as_val" = x""yes; then :
 
29435
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
28842
29436
  cat >>confdefs.h <<_ACEOF
28843
29437
#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
28844
29438
_ACEOF
28851
29445
if test $ac_header_dirent = dirent.h; then
28852
29446
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
28853
29447
$as_echo_n "checking for library containing opendir... " >&6; }
28854
 
if test "${ac_cv_search_opendir+set}" = set; then :
 
29448
if ${ac_cv_search_opendir+:} false; then :
28855
29449
  $as_echo_n "(cached) " >&6
28856
29450
else
28857
29451
  ac_func_search_save_LIBS=$LIBS
28885
29479
fi
28886
29480
rm -f core conftest.err conftest.$ac_objext \
28887
29481
    conftest$ac_exeext
28888
 
  if test "${ac_cv_search_opendir+set}" = set; then :
 
29482
  if ${ac_cv_search_opendir+:} false; then :
28889
29483
  break
28890
29484
fi
28891
29485
done
28892
 
if test "${ac_cv_search_opendir+set}" = set; then :
 
29486
if ${ac_cv_search_opendir+:} false; then :
28893
29487
 
28894
29488
else
28895
29489
  ac_cv_search_opendir=no
28908
29502
else
28909
29503
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
28910
29504
$as_echo_n "checking for library containing opendir... " >&6; }
28911
 
if test "${ac_cv_search_opendir+set}" = set; then :
 
29505
if ${ac_cv_search_opendir+:} false; then :
28912
29506
  $as_echo_n "(cached) " >&6
28913
29507
else
28914
29508
  ac_func_search_save_LIBS=$LIBS
28942
29536
fi
28943
29537
rm -f core conftest.err conftest.$ac_objext \
28944
29538
    conftest$ac_exeext
28945
 
  if test "${ac_cv_search_opendir+set}" = set; then :
 
29539
  if ${ac_cv_search_opendir+:} false; then :
28946
29540
  break
28947
29541
fi
28948
29542
done
28949
 
if test "${ac_cv_search_opendir+set}" = set; then :
 
29543
if ${ac_cv_search_opendir+:} false; then :
28950
29544
 
28951
29545
else
28952
29546
  ac_cv_search_opendir=no
28966
29560
 
28967
29561
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
28968
29562
$as_echo_n "checking for ANSI C header files... " >&6; }
28969
 
if test "${ac_cv_header_stdc+set}" = set; then :
 
29563
if ${ac_cv_header_stdc+:} false; then :
28970
29564
  $as_echo_n "(cached) " >&6
28971
29565
else
28972
29566
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29078
29672
 
29079
29673
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
29080
29674
$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
29081
 
if test "${ac_cv_header_sys_wait_h+set}" = set; then :
 
29675
if ${ac_cv_header_sys_wait_h+:} false; then :
29082
29676
  $as_echo_n "(cached) " >&6
29083
29677
else
29084
29678
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29119
29713
 
29120
29714
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
29121
29715
$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
29122
 
if test "${ac_cv_header_stdbool_h+set}" = set; then :
 
29716
if ${ac_cv_header_stdbool_h+:} false; then :
29123
29717
  $as_echo_n "(cached) " >&6
29124
29718
else
29125
29719
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29151
29745
        char b[false == 0 ? 1 : -1];
29152
29746
        char c[__bool_true_false_are_defined == 1 ? 1 : -1];
29153
29747
        char d[(bool) 0.5 == true ? 1 : -1];
29154
 
        bool e = &s;
 
29748
        /* See body of main program for 'e'.  */
29155
29749
        char f[(_Bool) 0.0 == false ? 1 : -1];
29156
29750
        char g[true];
29157
29751
        char h[sizeof (_Bool)];
29162
29756
        _Bool n[m];
29163
29757
        char o[sizeof n == m * sizeof n[0] ? 1 : -1];
29164
29758
        char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
29165
 
#       if defined __xlc__ || defined __GNUC__
29166
 
         /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0
29167
 
            reported by James Lemley on 2005-10-05; see
29168
 
            http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html
29169
 
            This test is not quite right, since xlc is allowed to
29170
 
            reject this program, as the initializer for xlcbug is
29171
 
            not one of the forms that C requires support for.
29172
 
            However, doing the test right would require a runtime
29173
 
            test, and that would make cross-compilation harder.
29174
 
            Let us hope that IBM fixes the xlc bug, and also adds
29175
 
            support for this kind of constant expression.  In the
29176
 
            meantime, this test will reject xlc, which is OK, since
29177
 
            our stdbool.h substitute should suffice.  We also test
29178
 
            this with GCC, where it should work, to detect more
29179
 
            quickly whether someone messes up the test in the
29180
 
            future.  */
29181
 
         char digs[] = "0123456789";
29182
 
         int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1);
29183
 
#       endif
29184
29759
        /* Catch a bug in an HP-UX C compiler.  See
29185
29760
           http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
29186
29761
           http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
29192
29767
main ()
29193
29768
{
29194
29769
 
 
29770
        bool e = &s;
29195
29771
        *pq |= q;
29196
29772
        *pq |= ! q;
29197
29773
        /* Refer to every declared value, to avoid compiler optimizations.  */
29212
29788
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
29213
29789
$as_echo "$ac_cv_header_stdbool_h" >&6; }
29214
29790
ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
29215
 
if test "x$ac_cv_type__Bool" = x""yes; then :
 
29791
if test "x$ac_cv_type__Bool" = xyes; then :
29216
29792
 
29217
29793
cat >>confdefs.h <<_ACEOF
29218
29794
#define HAVE__BOOL 1
29232
29808
do :
29233
29809
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
29234
29810
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
29235
 
eval as_val=\$$as_ac_Header
29236
 
   if test "x$as_val" = x""yes; then :
 
29811
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
29237
29812
  cat >>confdefs.h <<_ACEOF
29238
29813
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
29239
29814
_ACEOF
29246
29821
do :
29247
29822
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
29248
29823
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
29249
 
eval as_val=\$$as_ac_Header
29250
 
   if test "x$as_val" = x""yes; then :
 
29824
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
29251
29825
  cat >>confdefs.h <<_ACEOF
29252
29826
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
29253
29827
_ACEOF
29260
29834
do :
29261
29835
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
29262
29836
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
29263
 
eval as_val=\$$as_ac_Header
29264
 
   if test "x$as_val" = x""yes; then :
 
29837
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
29265
29838
  cat >>confdefs.h <<_ACEOF
29266
29839
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
29267
29840
_ACEOF
29274
29847
do :
29275
29848
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
29276
29849
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
29277
 
eval as_val=\$$as_ac_Header
29278
 
   if test "x$as_val" = x""yes; then :
 
29850
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
29279
29851
  cat >>confdefs.h <<_ACEOF
29280
29852
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
29281
29853
_ACEOF
29287
29859
  for ac_header in sched.h
29288
29860
do :
29289
29861
  ac_fn_c_check_header_mongrel "$LINENO" "sched.h" "ac_cv_header_sched_h" "$ac_includes_default"
29290
 
if test "x$ac_cv_header_sched_h" = x""yes; then :
 
29862
if test "x$ac_cv_header_sched_h" = xyes; then :
29291
29863
  cat >>confdefs.h <<_ACEOF
29292
29864
#define HAVE_SCHED_H 1
29293
29865
_ACEOF
29299
29871
  for ac_header in sys/prctl.h
29300
29872
do :
29301
29873
  ac_fn_c_check_header_mongrel "$LINENO" "sys/prctl.h" "ac_cv_header_sys_prctl_h" "$ac_includes_default"
29302
 
if test "x$ac_cv_header_sys_prctl_h" = x""yes; then :
 
29874
if test "x$ac_cv_header_sys_prctl_h" = xyes; then :
29303
29875
  cat >>confdefs.h <<_ACEOF
29304
29876
#define HAVE_SYS_PRCTL_H 1
29305
29877
_ACEOF
29311
29883
  for ac_header in execinfo.h
29312
29884
do :
29313
29885
  ac_fn_c_check_header_mongrel "$LINENO" "execinfo.h" "ac_cv_header_execinfo_h" "$ac_includes_default"
29314
 
if test "x$ac_cv_header_execinfo_h" = x""yes; then :
 
29886
if test "x$ac_cv_header_execinfo_h" = xyes; then :
29315
29887
  cat >>confdefs.h <<_ACEOF
29316
29888
#define HAVE_EXECINFO_H 1
29317
29889
_ACEOF
29323
29895
  for ac_header in locale.h
29324
29896
do :
29325
29897
  ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default"
29326
 
if test "x$ac_cv_header_locale_h" = x""yes; then :
 
29898
if test "x$ac_cv_header_locale_h" = xyes; then :
29327
29899
  cat >>confdefs.h <<_ACEOF
29328
29900
#define HAVE_LOCALE_H 1
29329
29901
_ACEOF
29336
29908
do :
29337
29909
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
29338
29910
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
29339
 
eval as_val=\$$as_ac_Header
29340
 
   if test "x$as_val" = x""yes; then :
 
29911
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
29341
29912
  cat >>confdefs.h <<_ACEOF
29342
29913
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
29343
29914
_ACEOF
29349
29920
  for ac_header in paths.h
29350
29921
do :
29351
29922
  ac_fn_c_check_header_mongrel "$LINENO" "paths.h" "ac_cv_header_paths_h" "$ac_includes_default"
29352
 
if test "x$ac_cv_header_paths_h" = x""yes; then :
 
29923
if test "x$ac_cv_header_paths_h" = xyes; then :
29353
29924
  cat >>confdefs.h <<_ACEOF
29354
29925
#define HAVE_PATHS_H 1
29355
29926
_ACEOF
29367
29938
 
29368
29939
    # For the sched_yield() function on Solaris
29369
29940
  ac_fn_c_check_func "$LINENO" "sched_yield" "ac_cv_func_sched_yield"
29370
 
if test "x$ac_cv_func_sched_yield" = x""yes; then :
 
29941
if test "x$ac_cv_func_sched_yield" = xyes; then :
29371
29942
 
29372
29943
else
29373
29944
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lposix4" >&5
29374
29945
$as_echo_n "checking for sched_yield in -lposix4... " >&6; }
29375
 
if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then :
 
29946
if ${ac_cv_lib_posix4_sched_yield+:} false; then :
29376
29947
  $as_echo_n "(cached) " >&6
29377
29948
else
29378
29949
  ac_check_lib_save_LIBS=$LIBS
29406
29977
fi
29407
29978
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_yield" >&5
29408
29979
$as_echo "$ac_cv_lib_posix4_sched_yield" >&6; }
29409
 
if test "x$ac_cv_lib_posix4_sched_yield" = x""yes; then :
 
29980
if test "x$ac_cv_lib_posix4_sched_yield" = xyes; then :
29410
29981
 
29411
29982
$as_echo "#define HAVE_SCHED_YIELD 1" >>confdefs.h
29412
29983
 LIBS="$LIBS -lposix4"
29418
29989
  if test "$ac_cv_header_termio_h" = "no" -a "$ac_cv_header_termios_h" = "no"; then :
29419
29990
 
29420
29991
    ac_fn_c_check_func "$LINENO" "gtty" "ac_cv_func_gtty"
29421
 
if test "x$ac_cv_func_gtty" = x""yes; then :
 
29992
if test "x$ac_cv_func_gtty" = xyes; then :
29422
29993
 
29423
29994
else
29424
29995
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtty in -lcompat" >&5
29425
29996
$as_echo_n "checking for gtty in -lcompat... " >&6; }
29426
 
if test "${ac_cv_lib_compat_gtty+set}" = set; then :
 
29997
if ${ac_cv_lib_compat_gtty+:} false; then :
29427
29998
  $as_echo_n "(cached) " >&6
29428
29999
else
29429
30000
  ac_check_lib_save_LIBS=$LIBS
29457
30028
fi
29458
30029
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_compat_gtty" >&5
29459
30030
$as_echo "$ac_cv_lib_compat_gtty" >&6; }
29460
 
if test "x$ac_cv_lib_compat_gtty" = x""yes; then :
 
30031
if test "x$ac_cv_lib_compat_gtty" = xyes; then :
29461
30032
  cat >>confdefs.h <<_ACEOF
29462
30033
#define HAVE_LIBCOMPAT 1
29463
30034
_ACEOF
29480
30051
    #endif
29481
30052
 
29482
30053
"
29483
 
eval as_val=\$$as_ac_Header
29484
 
   if test "x$as_val" = x""yes; then :
 
30054
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
29485
30055
  cat >>confdefs.h <<_ACEOF
29486
30056
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
29487
30057
_ACEOF
29491
30061
done
29492
30062
 
29493
30063
  ac_fn_c_check_type "$LINENO" "uint" "ac_cv_type_uint" "$ac_includes_default"
29494
 
if test "x$ac_cv_type_uint" = x""yes; then :
 
30064
if test "x$ac_cv_type_uint" = xyes; then :
29495
30065
 
29496
30066
cat >>confdefs.h <<_ACEOF
29497
30067
#define HAVE_UINT 1
29500
30070
 
29501
30071
fi
29502
30072
ac_fn_c_check_type "$LINENO" "ulong" "ac_cv_type_ulong" "$ac_includes_default"
29503
 
if test "x$ac_cv_type_ulong" = x""yes; then :
 
30073
if test "x$ac_cv_type_ulong" = xyes; then :
29504
30074
 
29505
30075
cat >>confdefs.h <<_ACEOF
29506
30076
#define HAVE_ULONG 1
29516
30086
 
29517
30087
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
29518
30088
 
29519
 
    as_fn_error "\"bison is required for ${PACKAGE} to build from a bzr branch\"" "$LINENO" 5
 
30089
    as_fn_error $? "\"bison is required for ${PACKAGE} to build from a bzr branch\"" "$LINENO" 5
29520
30090
 
29521
30091
else
29522
30092
 
29541
30111
  for ac_header in cxxabi.h
29542
30112
do :
29543
30113
  ac_fn_cxx_check_header_mongrel "$LINENO" "cxxabi.h" "ac_cv_header_cxxabi_h" "$ac_includes_default"
29544
 
if test "x$ac_cv_header_cxxabi_h" = x""yes; then :
 
30114
if test "x$ac_cv_header_cxxabi_h" = xyes; then :
29545
30115
  cat >>confdefs.h <<_ACEOF
29546
30116
#define HAVE_CXXABI_H 1
29547
30117
_ACEOF
29552
30122
 
29553
30123
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking checking for abi::__cxa_demangle" >&5
29554
30124
$as_echo_n "checking checking for abi::__cxa_demangle... " >&6; }
29555
 
if test "${pandora_cv_cxa_demangle+set}" = set; then :
 
30125
if ${pandora_cv_cxa_demangle+:} false; then :
29556
30126
  $as_echo_n "(cached) " >&6
29557
30127
else
29558
30128
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30118
30688
 
30119
30689
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libc" >&5
30120
30690
$as_echo_n "checking for libc... " >&6; }
30121
 
if test "${ac_cv_libc+set}" = set; then :
 
30691
if ${ac_cv_libc+:} false; then :
30122
30692
  $as_echo_n "(cached) " >&6
30123
30693
else
30124
30694
 
30188
30758
 
30189
30759
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if boost is recent enough" >&5
30190
30760
$as_echo_n "checking if boost is recent enough... " >&6; }
30191
 
if test "${pandora_cv_recent_boost+set}" = set; then :
 
30761
if ${pandora_cv_recent_boost+:} false; then :
30192
30762
  $as_echo_n "(cached) " >&6
30193
30763
else
30194
30764
 
30245
30815
 
30246
30816
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if boost is recent enough for GCC Profile Mode" >&5
30247
30817
$as_echo_n "checking if boost is recent enough for GCC Profile Mode... " >&6; }
30248
 
if test "${pandora_cv_boost_profile+set}" = set; then :
 
30818
if ${pandora_cv_boost_profile+:} false; then :
30249
30819
  $as_echo_n "(cached) " >&6
30250
30820
else
30251
30821
 
30307
30877
 
30308
30878
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
30309
30879
 
30310
 
    as_fn_error "boost is required for ${PACKAGE}" "$LINENO" 5
 
30880
    as_fn_error $? "boost is required for ${PACKAGE}" "$LINENO" 5
30311
30881
 
30312
30882
else
30313
30883
 
30842
31412
 
30843
31413
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libc" >&5
30844
31414
$as_echo_n "checking for libc... " >&6; }
30845
 
if test "${ac_cv_libc+set}" = set; then :
 
31415
if ${ac_cv_libc+:} false; then :
30846
31416
  $as_echo_n "(cached) " >&6
30847
31417
else
30848
31418
 
30912
31482
 
30913
31483
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if boost is recent enough" >&5
30914
31484
$as_echo_n "checking if boost is recent enough... " >&6; }
30915
 
if test "${pandora_cv_recent_boost+set}" = set; then :
 
31485
if ${pandora_cv_recent_boost+:} false; then :
30916
31486
  $as_echo_n "(cached) " >&6
30917
31487
else
30918
31488
 
30969
31539
 
30970
31540
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if boost is recent enough for GCC Profile Mode" >&5
30971
31541
$as_echo_n "checking if boost is recent enough for GCC Profile Mode... " >&6; }
30972
 
if test "${pandora_cv_boost_profile+set}" = set; then :
 
31542
if ${pandora_cv_boost_profile+:} false; then :
30973
31543
  $as_echo_n "(cached) " >&6
30974
31544
else
30975
31545
 
31031
31601
 
31032
31602
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
31033
31603
 
31034
 
    as_fn_error "boost is required for ${PACKAGE}" "$LINENO" 5
 
31604
    as_fn_error $? "boost is required for ${PACKAGE}" "$LINENO" 5
31035
31605
 
31036
31606
else
31037
31607
 
31553
32123
 
31554
32124
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libboost_program_options-mt" >&5
31555
32125
$as_echo_n "checking for libboost_program_options-mt... " >&6; }
31556
 
if test "${ac_cv_libboost_program_options_mt+set}" = set; then :
 
32126
if ${ac_cv_libboost_program_options_mt+:} false; then :
31557
32127
  $as_echo_n "(cached) " >&6
31558
32128
else
31559
32129
 
32113
32683
 
32114
32684
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libboost_program_options" >&5
32115
32685
$as_echo_n "checking for libboost_program_options... " >&6; }
32116
 
if test "${ac_cv_libboost_program_options+set}" = set; then :
 
32686
if ${ac_cv_libboost_program_options+:} false; then :
32117
32687
  $as_echo_n "(cached) " >&6
32118
32688
else
32119
32689
 
32194
32764
 
32195
32765
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
32196
32766
 
32197
 
    as_fn_error "boost::program_options is required for ${PACKAGE}" "$LINENO" 5
 
32767
    as_fn_error $? "boost::program_options is required for ${PACKAGE}" "$LINENO" 5
32198
32768
 
32199
32769
else
32200
32770
 
32729
33299
 
32730
33300
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libc" >&5
32731
33301
$as_echo_n "checking for libc... " >&6; }
32732
 
if test "${ac_cv_libc+set}" = set; then :
 
33302
if ${ac_cv_libc+:} false; then :
32733
33303
  $as_echo_n "(cached) " >&6
32734
33304
else
32735
33305
 
32799
33369
 
32800
33370
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if boost is recent enough" >&5
32801
33371
$as_echo_n "checking if boost is recent enough... " >&6; }
32802
 
if test "${pandora_cv_recent_boost+set}" = set; then :
 
33372
if ${pandora_cv_recent_boost+:} false; then :
32803
33373
  $as_echo_n "(cached) " >&6
32804
33374
else
32805
33375
 
32856
33426
 
32857
33427
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if boost is recent enough for GCC Profile Mode" >&5
32858
33428
$as_echo_n "checking if boost is recent enough for GCC Profile Mode... " >&6; }
32859
 
if test "${pandora_cv_boost_profile+set}" = set; then :
 
33429
if ${pandora_cv_boost_profile+:} false; then :
32860
33430
  $as_echo_n "(cached) " >&6
32861
33431
else
32862
33432
 
32918
33488
 
32919
33489
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
32920
33490
 
32921
 
    as_fn_error "boost is required for ${PACKAGE}" "$LINENO" 5
 
33491
    as_fn_error $? "boost is required for ${PACKAGE}" "$LINENO" 5
32922
33492
 
32923
33493
else
32924
33494
 
33446
34016
 
33447
34017
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libboost_thread-mt" >&5
33448
34018
$as_echo_n "checking for libboost_thread-mt... " >&6; }
33449
 
if test "${ac_cv_libboost_thread_mt+set}" = set; then :
 
34019
if ${ac_cv_libboost_thread_mt+:} false; then :
33450
34020
  $as_echo_n "(cached) " >&6
33451
34021
else
33452
34022
 
34005
34575
 
34006
34576
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libboost_thread" >&5
34007
34577
$as_echo_n "checking for libboost_thread... " >&6; }
34008
 
if test "${ac_cv_libboost_thread+set}" = set; then :
 
34578
if ${ac_cv_libboost_thread+:} false; then :
34009
34579
  $as_echo_n "(cached) " >&6
34010
34580
else
34011
34581
 
34088
34658
 
34089
34659
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
34090
34660
 
34091
 
    as_fn_error "boost::thread is required for ${PACKAGE}" "$LINENO" 5
 
34661
    as_fn_error $? "boost::thread is required for ${PACKAGE}" "$LINENO" 5
34092
34662
 
34093
34663
else
34094
34664
 
34623
35193
 
34624
35194
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libc" >&5
34625
35195
$as_echo_n "checking for libc... " >&6; }
34626
 
if test "${ac_cv_libc+set}" = set; then :
 
35196
if ${ac_cv_libc+:} false; then :
34627
35197
  $as_echo_n "(cached) " >&6
34628
35198
else
34629
35199
 
34693
35263
 
34694
35264
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if boost is recent enough" >&5
34695
35265
$as_echo_n "checking if boost is recent enough... " >&6; }
34696
 
if test "${pandora_cv_recent_boost+set}" = set; then :
 
35266
if ${pandora_cv_recent_boost+:} false; then :
34697
35267
  $as_echo_n "(cached) " >&6
34698
35268
else
34699
35269
 
34750
35320
 
34751
35321
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if boost is recent enough for GCC Profile Mode" >&5
34752
35322
$as_echo_n "checking if boost is recent enough for GCC Profile Mode... " >&6; }
34753
 
if test "${pandora_cv_boost_profile+set}" = set; then :
 
35323
if ${pandora_cv_boost_profile+:} false; then :
34754
35324
  $as_echo_n "(cached) " >&6
34755
35325
else
34756
35326
 
34812
35382
 
34813
35383
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
34814
35384
 
34815
 
    as_fn_error "boost is required for ${PACKAGE}" "$LINENO" 5
 
35385
    as_fn_error $? "boost is required for ${PACKAGE}" "$LINENO" 5
34816
35386
 
34817
35387
else
34818
35388
 
35340
35910
 
35341
35911
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libboost_regex-mt" >&5
35342
35912
$as_echo_n "checking for libboost_regex-mt... " >&6; }
35343
 
if test "${ac_cv_libboost_regex_mt+set}" = set; then :
 
35913
if ${ac_cv_libboost_regex_mt+:} false; then :
35344
35914
  $as_echo_n "(cached) " >&6
35345
35915
else
35346
35916
 
35899
36469
 
35900
36470
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libboost_regex" >&5
35901
36471
$as_echo_n "checking for libboost_regex... " >&6; }
35902
 
if test "${ac_cv_libboost_regex+set}" = set; then :
 
36472
if ${ac_cv_libboost_regex+:} false; then :
35903
36473
  $as_echo_n "(cached) " >&6
35904
36474
else
35905
36475
 
35982
36552
 
35983
36553
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
35984
36554
 
35985
 
    as_fn_error "boost::regex is required for ${PACKAGE}" "$LINENO" 5
 
36555
    as_fn_error $? "boost::regex is required for ${PACKAGE}" "$LINENO" 5
35986
36556
 
35987
36557
else
35988
36558
 
36517
37087
 
36518
37088
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libc" >&5
36519
37089
$as_echo_n "checking for libc... " >&6; }
36520
 
if test "${ac_cv_libc+set}" = set; then :
 
37090
if ${ac_cv_libc+:} false; then :
36521
37091
  $as_echo_n "(cached) " >&6
36522
37092
else
36523
37093
 
36587
37157
 
36588
37158
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if boost is recent enough" >&5
36589
37159
$as_echo_n "checking if boost is recent enough... " >&6; }
36590
 
if test "${pandora_cv_recent_boost+set}" = set; then :
 
37160
if ${pandora_cv_recent_boost+:} false; then :
36591
37161
  $as_echo_n "(cached) " >&6
36592
37162
else
36593
37163
 
36644
37214
 
36645
37215
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if boost is recent enough for GCC Profile Mode" >&5
36646
37216
$as_echo_n "checking if boost is recent enough for GCC Profile Mode... " >&6; }
36647
 
if test "${pandora_cv_boost_profile+set}" = set; then :
 
37217
if ${pandora_cv_boost_profile+:} false; then :
36648
37218
  $as_echo_n "(cached) " >&6
36649
37219
else
36650
37220
 
36706
37276
 
36707
37277
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
36708
37278
 
36709
 
    as_fn_error "boost is required for ${PACKAGE}" "$LINENO" 5
 
37279
    as_fn_error $? "boost is required for ${PACKAGE}" "$LINENO" 5
36710
37280
 
36711
37281
else
36712
37282
 
37229
37799
 
37230
37800
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libboost_date_time-mt" >&5
37231
37801
$as_echo_n "checking for libboost_date_time-mt... " >&6; }
37232
 
if test "${ac_cv_libboost_date_time_mt+set}" = set; then :
 
37802
if ${ac_cv_libboost_date_time_mt+:} false; then :
37233
37803
  $as_echo_n "(cached) " >&6
37234
37804
else
37235
37805
 
37788
38358
 
37789
38359
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libboost_date_time" >&5
37790
38360
$as_echo_n "checking for libboost_date_time... " >&6; }
37791
 
if test "${ac_cv_libboost_date_time+set}" = set; then :
 
38361
if ${ac_cv_libboost_date_time+:} false; then :
37792
38362
  $as_echo_n "(cached) " >&6
37793
38363
else
37794
38364
 
37868
38438
 
37869
38439
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
37870
38440
 
37871
 
    as_fn_error "Boost.Date_Time is required for ${PACKAGE}" "$LINENO" 5
 
38441
    as_fn_error $? "Boost.Date_Time is required for ${PACKAGE}" "$LINENO" 5
37872
38442
 
37873
38443
else
37874
38444
 
38403
38973
 
38404
38974
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libc" >&5
38405
38975
$as_echo_n "checking for libc... " >&6; }
38406
 
if test "${ac_cv_libc+set}" = set; then :
 
38976
if ${ac_cv_libc+:} false; then :
38407
38977
  $as_echo_n "(cached) " >&6
38408
38978
else
38409
38979
 
38473
39043
 
38474
39044
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if boost is recent enough" >&5
38475
39045
$as_echo_n "checking if boost is recent enough... " >&6; }
38476
 
if test "${pandora_cv_recent_boost+set}" = set; then :
 
39046
if ${pandora_cv_recent_boost+:} false; then :
38477
39047
  $as_echo_n "(cached) " >&6
38478
39048
else
38479
39049
 
38530
39100
 
38531
39101
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if boost is recent enough for GCC Profile Mode" >&5
38532
39102
$as_echo_n "checking if boost is recent enough for GCC Profile Mode... " >&6; }
38533
 
if test "${pandora_cv_boost_profile+set}" = set; then :
 
39103
if ${pandora_cv_boost_profile+:} false; then :
38534
39104
  $as_echo_n "(cached) " >&6
38535
39105
else
38536
39106
 
38592
39162
 
38593
39163
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
38594
39164
 
38595
 
    as_fn_error "boost is required for ${PACKAGE}" "$LINENO" 5
 
39165
    as_fn_error $? "boost is required for ${PACKAGE}" "$LINENO" 5
38596
39166
 
38597
39167
else
38598
39168
 
39114
39684
 
39115
39685
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libboost_filesystem-mt" >&5
39116
39686
$as_echo_n "checking for libboost_filesystem-mt... " >&6; }
39117
 
if test "${ac_cv_libboost_filesystem_mt+set}" = set; then :
 
39687
if ${ac_cv_libboost_filesystem_mt+:} false; then :
39118
39688
  $as_echo_n "(cached) " >&6
39119
39689
else
39120
39690
 
39673
40243
 
39674
40244
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libboost_filesystem" >&5
39675
40245
$as_echo_n "checking for libboost_filesystem... " >&6; }
39676
 
if test "${ac_cv_libboost_filesystem+set}" = set; then :
 
40246
if ${ac_cv_libboost_filesystem+:} false; then :
39677
40247
  $as_echo_n "(cached) " >&6
39678
40248
else
39679
40249
 
39756
40326
 
39757
40327
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
39758
40328
 
39759
 
    as_fn_error "Boost.Filesystem is required for ${PACKAGE}" "$LINENO" 5
 
40329
    as_fn_error $? "Boost.Filesystem is required for ${PACKAGE}" "$LINENO" 5
39760
40330
 
39761
40331
else
39762
40332
 
40291
40861
 
40292
40862
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libc" >&5
40293
40863
$as_echo_n "checking for libc... " >&6; }
40294
 
if test "${ac_cv_libc+set}" = set; then :
 
40864
if ${ac_cv_libc+:} false; then :
40295
40865
  $as_echo_n "(cached) " >&6
40296
40866
else
40297
40867
 
40361
40931
 
40362
40932
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if boost is recent enough" >&5
40363
40933
$as_echo_n "checking if boost is recent enough... " >&6; }
40364
 
if test "${pandora_cv_recent_boost+set}" = set; then :
 
40934
if ${pandora_cv_recent_boost+:} false; then :
40365
40935
  $as_echo_n "(cached) " >&6
40366
40936
else
40367
40937
 
40418
40988
 
40419
40989
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if boost is recent enough for GCC Profile Mode" >&5
40420
40990
$as_echo_n "checking if boost is recent enough for GCC Profile Mode... " >&6; }
40421
 
if test "${pandora_cv_boost_profile+set}" = set; then :
 
40991
if ${pandora_cv_boost_profile+:} false; then :
40422
40992
  $as_echo_n "(cached) " >&6
40423
40993
else
40424
40994
 
40480
41050
 
40481
41051
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
40482
41052
 
40483
 
    as_fn_error "boost is required for ${PACKAGE}" "$LINENO" 5
 
41053
    as_fn_error $? "boost is required for ${PACKAGE}" "$LINENO" 5
40484
41054
 
40485
41055
else
40486
41056
 
41002
41572
 
41003
41573
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libboost_iostreams-mt" >&5
41004
41574
$as_echo_n "checking for libboost_iostreams-mt... " >&6; }
41005
 
if test "${ac_cv_libboost_iostreams_mt+set}" = set; then :
 
41575
if ${ac_cv_libboost_iostreams_mt+:} false; then :
41006
41576
  $as_echo_n "(cached) " >&6
41007
41577
else
41008
41578
 
41563
42133
 
41564
42134
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libboost_iostreams" >&5
41565
42135
$as_echo_n "checking for libboost_iostreams... " >&6; }
41566
 
if test "${ac_cv_libboost_iostreams+set}" = set; then :
 
42136
if ${ac_cv_libboost_iostreams+:} false; then :
41567
42137
  $as_echo_n "(cached) " >&6
41568
42138
else
41569
42139
 
41645
42215
 
41646
42216
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
41647
42217
 
41648
 
    as_fn_error "Boost.Iostreams is required for ${PACKAGE}" "$LINENO" 5
 
42218
    as_fn_error $? "Boost.Iostreams is required for ${PACKAGE}" "$LINENO" 5
41649
42219
 
41650
42220
else
41651
42221
 
41663
42233
 
41664
42234
 
41665
42235
 
41666
 
 
41667
42236
  # Check whether --enable-boost was given.
41668
42237
if test "${enable_boost+set}" = set; then :
41669
42238
  enableval=$enable_boost; ac_enable_boost="$enableval"
42181
42750
 
42182
42751
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libc" >&5
42183
42752
$as_echo_n "checking for libc... " >&6; }
42184
 
if test "${ac_cv_libc+set}" = set; then :
 
42753
if ${ac_cv_libc+:} false; then :
42185
42754
  $as_echo_n "(cached) " >&6
42186
42755
else
42187
42756
 
42251
42820
 
42252
42821
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if boost is recent enough" >&5
42253
42822
$as_echo_n "checking if boost is recent enough... " >&6; }
42254
 
if test "${pandora_cv_recent_boost+set}" = set; then :
 
42823
if ${pandora_cv_recent_boost+:} false; then :
42255
42824
  $as_echo_n "(cached) " >&6
42256
42825
else
42257
42826
 
42308
42877
 
42309
42878
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if boost is recent enough for GCC Profile Mode" >&5
42310
42879
$as_echo_n "checking if boost is recent enough for GCC Profile Mode... " >&6; }
42311
 
if test "${pandora_cv_boost_profile+set}" = set; then :
 
42880
if ${pandora_cv_boost_profile+:} false; then :
42312
42881
  $as_echo_n "(cached) " >&6
42313
42882
else
42314
42883
 
42877
43446
 
42878
43447
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libboost_unit_test_framework-mt" >&5
42879
43448
$as_echo_n "checking for libboost_unit_test_framework-mt... " >&6; }
42880
 
if test "${ac_cv_libboost_unit_test_framework_mt+set}" = set; then :
 
43449
if ${ac_cv_libboost_unit_test_framework_mt+:} false; then :
42881
43450
  $as_echo_n "(cached) " >&6
42882
43451
else
42883
43452
 
43436
44005
 
43437
44006
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libboost_unit_test_framework" >&5
43438
44007
$as_echo_n "checking for libboost_unit_test_framework... " >&6; }
43439
 
if test "${ac_cv_libboost_unit_test_framework+set}" = set; then :
 
44008
if ${ac_cv_libboost_unit_test_framework+:} false; then :
43440
44009
  $as_echo_n "(cached) " >&6
43441
44010
else
43442
44011
 
44028
44597
 
44029
44598
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsqlite3" >&5
44030
44599
$as_echo_n "checking for libsqlite3... " >&6; }
44031
 
if test "${ac_cv_libsqlite3+set}" = set; then :
 
44600
if ${ac_cv_libsqlite3+:} false; then :
44032
44601
  $as_echo_n "(cached) " >&6
44033
44602
else
44034
44603
 
44107
44676
 
44108
44677
 
44109
44678
 
44110
 
 
44111
44679
#########################################################################
44112
44680
 
44113
44681
 
44626
45194
 
44627
45195
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcurl" >&5
44628
45196
$as_echo_n "checking for libcurl... " >&6; }
44629
 
if test "${ac_cv_libcurl+set}" = set; then :
 
45197
if ${ac_cv_libcurl+:} false; then :
44630
45198
  $as_echo_n "(cached) " >&6
44631
45199
else
44632
45200
 
44690
45258
 
44691
45259
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libcurl has CURLOPT_USERNAME" >&5
44692
45260
$as_echo_n "checking if libcurl has CURLOPT_USERNAME... " >&6; }
44693
 
if test "${pandora_cv_curl_have_username+set}" = set; then :
 
45261
if ${pandora_cv_curl_have_username+:} false; then :
44694
45262
  $as_echo_n "(cached) " >&6
44695
45263
else
44696
45264
 
44698
45266
/* end confdefs.h.  */
44699
45267
 
44700
45268
 
44701
 
           CURL *handle;
44702
 
           handle=curl_easy_init();
44703
 
           rv= curl_easy_setopt(curl_handle, CURLOPT_USERNAME, "foo");
 
45269
           #include <curl/curl.h>
44704
45270
 
44705
45271
int
44706
45272
main ()
44707
45273
{
44708
45274
 
 
45275
           CURL *curl_handle=curl_easy_init();
 
45276
           CURLcode rv= curl_easy_setopt(curl_handle, CURLOPT_USERNAME, "foo");
 
45277
           (void)rv;
 
45278
 
44709
45279
  ;
44710
45280
  return 0;
44711
45281
}
 
45282
 
44712
45283
_ACEOF
44713
45284
if ac_fn_c_try_compile "$LINENO"; then :
44714
45285
  pandora_cv_curl_have_username=yes
45250
45821
 
45251
45822
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libldap" >&5
45252
45823
$as_echo_n "checking for libldap... " >&6; }
45253
 
if test "${ac_cv_libldap+set}" = set; then :
 
45824
if ${ac_cv_libldap+:} false; then :
45254
45825
  $as_echo_n "(cached) " >&6
45255
45826
else
45256
45827
 
45813
46384
 
45814
46385
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libldap" >&5
45815
46386
$as_echo_n "checking for libldap... " >&6; }
45816
 
if test "${ac_cv_libldap+set}" = set; then :
 
46387
if ${ac_cv_libldap+:} false; then :
45817
46388
  $as_echo_n "(cached) " >&6
45818
46389
else
45819
46390
 
46405
46976
 
46406
46977
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgearman" >&5
46407
46978
$as_echo_n "checking for libgearman... " >&6; }
46408
 
if test "${ac_cv_libgearman+set}" = set; then :
 
46979
if ${ac_cv_libgearman+:} false; then :
46409
46980
  $as_echo_n "(cached) " >&6
46410
46981
else
46411
46982
 
46481
47052
 
46482
47053
 
46483
47054
 
46484
 
 
46485
 
  # Check whether --enable-libhaildb was given.
46486
 
if test "${enable_libhaildb+set}" = set; then :
46487
 
  enableval=$enable_libhaildb; ac_enable_libhaildb="$enableval"
46488
 
else
46489
 
  ac_enable_libhaildb="yes"
46490
 
fi
46491
 
 
46492
 
 
46493
 
 
46494
 
  if test "x$ac_enable_libhaildb" = "xyes"; then :
46495
 
 
46496
 
 
46497
 
 
46498
 
 
46499
 
 
46500
 
 
46501
 
 
46502
 
 
46503
 
 
46504
 
 
46505
 
 
46506
 
 
46507
 
 
46508
 
 
46509
 
    use_additional=yes
46510
 
  if test "x$GCC" = "xyes" -a "x" = "xsystem"
46511
 
  then
46512
 
    i_system="-isystem "
46513
 
  else
46514
 
    i_system="-I"
46515
 
  fi
46516
 
 
46517
 
 
46518
 
  acl_save_prefix="$prefix"
46519
 
  prefix="$acl_final_prefix"
46520
 
  acl_save_exec_prefix="$exec_prefix"
46521
 
  exec_prefix="$acl_final_exec_prefix"
46522
 
 
46523
 
    eval additional_includedir=\"$includedir\"
46524
 
    eval additional_libdir=\"$libdir\"
46525
 
 
46526
 
  exec_prefix="$acl_save_exec_prefix"
46527
 
  prefix="$acl_save_prefix"
46528
 
 
46529
 
 
46530
 
# Check whether --with-libhaildb-prefix was given.
46531
 
if test "${with_libhaildb_prefix+set}" = set; then :
46532
 
  withval=$with_libhaildb_prefix;
46533
 
    if test "X$withval" = "Xno"; then
46534
 
      use_additional=no
46535
 
    else
46536
 
      if test "X$withval" = "X"; then
46537
 
 
46538
 
  acl_save_prefix="$prefix"
46539
 
  prefix="$acl_final_prefix"
46540
 
  acl_save_exec_prefix="$exec_prefix"
46541
 
  exec_prefix="$acl_final_exec_prefix"
46542
 
 
46543
 
          eval additional_includedir=\"$includedir\"
46544
 
          eval additional_libdir=\"$libdir\"
46545
 
 
46546
 
  exec_prefix="$acl_save_exec_prefix"
46547
 
  prefix="$acl_save_prefix"
46548
 
 
46549
 
      else
46550
 
        additional_includedir="$withval/include"
46551
 
        additional_libdir="$withval/$acl_libdirstem"
46552
 
        if test "$acl_libdirstem2" != "$acl_libdirstem" \
46553
 
           && ! test -d "$withval/$acl_libdirstem"; then
46554
 
          additional_libdir="$withval/$acl_libdirstem2"
46555
 
        fi
46556
 
      fi
46557
 
    fi
46558
 
 
46559
 
fi
46560
 
 
46561
 
      LIBHAILDB=
46562
 
  LTLIBHAILDB=
46563
 
  INCHAILDB=
46564
 
  LIBHAILDB_PREFIX=
46565
 
  rpathdirs=
46566
 
  ltrpathdirs=
46567
 
  names_already_handled=
46568
 
  names_next_round='haildb '
46569
 
  while test -n "$names_next_round"; do
46570
 
    names_this_round="$names_next_round"
46571
 
    names_next_round=
46572
 
    for name in $names_this_round; do
46573
 
      already_handled=
46574
 
      for n in $names_already_handled; do
46575
 
        if test "$n" = "$name"; then
46576
 
          already_handled=yes
46577
 
          break
46578
 
        fi
46579
 
      done
46580
 
      if test -z "$already_handled"; then
46581
 
        names_already_handled="$names_already_handled $name"
46582
 
                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
46583
 
        eval value=\"\$HAVE_LIB$uppername\"
46584
 
        if test -n "$value"; then
46585
 
          if test "$value" = yes; then
46586
 
            eval value=\"\$LIB$uppername\"
46587
 
            test -z "$value" || LIBHAILDB="${LIBHAILDB}${LIBHAILDB:+ }$value"
46588
 
            eval value=\"\$LTLIB$uppername\"
46589
 
            test -z "$value" || LTLIBHAILDB="${LTLIBHAILDB}${LTLIBHAILDB:+ }$value"
46590
 
          else
46591
 
                                    :
46592
 
          fi
46593
 
        else
46594
 
                              found_dir=
46595
 
          found_la=
46596
 
          found_so=
46597
 
          found_a=
46598
 
          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
46599
 
          if test -n "$acl_shlibext"; then
46600
 
            shrext=".$acl_shlibext"             # typically: shrext=.so
46601
 
          else
46602
 
            shrext=
46603
 
          fi
46604
 
          if test $use_additional = yes; then
46605
 
            dir="$additional_libdir"
46606
 
                                    if test -n "$acl_shlibext"; then
46607
 
              if test -f "$dir/$libname$shrext"; then
46608
 
                found_dir="$dir"
46609
 
                found_so="$dir/$libname$shrext"
46610
 
              else
46611
 
                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
46612
 
                  ver=`(cd "$dir" && \
46613
 
                        for f in "$libname$shrext".*; do echo "$f"; done \
46614
 
                        | sed -e "s,^$libname$shrext\\\\.,," \
46615
 
                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
46616
 
                        | sed 1q ) 2>/dev/null`
46617
 
                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
46618
 
                    found_dir="$dir"
46619
 
                    found_so="$dir/$libname$shrext.$ver"
46620
 
                  fi
46621
 
                else
46622
 
                  eval library_names=\"$acl_library_names_spec\"
46623
 
                  for f in $library_names; do
46624
 
                    if test -f "$dir/$f"; then
46625
 
                      found_dir="$dir"
46626
 
                      found_so="$dir/$f"
46627
 
                      break
46628
 
                    fi
46629
 
                  done
46630
 
                fi
46631
 
              fi
46632
 
            fi
46633
 
                        if test "X$found_dir" = "X"; then
46634
 
              if test -f "$dir/$libname.$acl_libext"; then
46635
 
                found_dir="$dir"
46636
 
                found_a="$dir/$libname.$acl_libext"
46637
 
              fi
46638
 
            fi
46639
 
            if test "X$found_dir" != "X"; then
46640
 
              if test -f "$dir/$libname.la"; then
46641
 
                found_la="$dir/$libname.la"
46642
 
              fi
46643
 
            fi
46644
 
          fi
46645
 
          if test "X$found_dir" = "X"; then
46646
 
            for x in $LDFLAGS $LTLIBHAILDB; do
46647
 
 
46648
 
  acl_save_prefix="$prefix"
46649
 
  prefix="$acl_final_prefix"
46650
 
  acl_save_exec_prefix="$exec_prefix"
46651
 
  exec_prefix="$acl_final_exec_prefix"
46652
 
  eval x=\"$x\"
46653
 
  exec_prefix="$acl_save_exec_prefix"
46654
 
  prefix="$acl_save_prefix"
46655
 
 
46656
 
              case "$x" in
46657
 
                -L*)
46658
 
                  dir=`echo "X$x" | sed -e 's/^X-L//'`
46659
 
                                    if test -n "$acl_shlibext"; then
46660
 
                    if test -f "$dir/$libname$shrext"; then
46661
 
                      found_dir="$dir"
46662
 
                      found_so="$dir/$libname$shrext"
46663
 
                    else
46664
 
                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
46665
 
                        ver=`(cd "$dir" && \
46666
 
                              for f in "$libname$shrext".*; do echo "$f"; done \
46667
 
                              | sed -e "s,^$libname$shrext\\\\.,," \
46668
 
                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
46669
 
                              | sed 1q ) 2>/dev/null`
46670
 
                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
46671
 
                          found_dir="$dir"
46672
 
                          found_so="$dir/$libname$shrext.$ver"
46673
 
                        fi
46674
 
                      else
46675
 
                        eval library_names=\"$acl_library_names_spec\"
46676
 
                        for f in $library_names; do
46677
 
                          if test -f "$dir/$f"; then
46678
 
                            found_dir="$dir"
46679
 
                            found_so="$dir/$f"
46680
 
                            break
46681
 
                          fi
46682
 
                        done
46683
 
                      fi
46684
 
                    fi
46685
 
                  fi
46686
 
                                    if test "X$found_dir" = "X"; then
46687
 
                    if test -f "$dir/$libname.$acl_libext"; then
46688
 
                      found_dir="$dir"
46689
 
                      found_a="$dir/$libname.$acl_libext"
46690
 
                    fi
46691
 
                  fi
46692
 
                  if test "X$found_dir" != "X"; then
46693
 
                    if test -f "$dir/$libname.la"; then
46694
 
                      found_la="$dir/$libname.la"
46695
 
                    fi
46696
 
                  fi
46697
 
                  ;;
46698
 
              esac
46699
 
              if test "X$found_dir" != "X"; then
46700
 
                break
46701
 
              fi
46702
 
            done
46703
 
          fi
46704
 
          if test "X$found_dir" != "X"; then
46705
 
                        LTLIBHAILDB="${LTLIBHAILDB}${LTLIBHAILDB:+ }-L$found_dir -l$name"
46706
 
            if test "X$found_so" != "X"; then
46707
 
                                                        if test "$enable_rpath" = no \
46708
 
                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
46709
 
                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
46710
 
                                LIBHAILDB="${LIBHAILDB}${LIBHAILDB:+ }$found_so"
46711
 
              else
46712
 
                                                                                haveit=
46713
 
                for x in $ltrpathdirs; do
46714
 
                  if test "X$x" = "X$found_dir"; then
46715
 
                    haveit=yes
46716
 
                    break
46717
 
                  fi
46718
 
                done
46719
 
                if test -z "$haveit"; then
46720
 
                  ltrpathdirs="$ltrpathdirs $found_dir"
46721
 
                fi
46722
 
                                if test "$acl_hardcode_direct" = yes; then
46723
 
                                                      LIBHAILDB="${LIBHAILDB}${LIBHAILDB:+ }$found_so"
46724
 
                else
46725
 
                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
46726
 
                                                            LIBHAILDB="${LIBHAILDB}${LIBHAILDB:+ }$found_so"
46727
 
                                                            haveit=
46728
 
                    for x in $rpathdirs; do
46729
 
                      if test "X$x" = "X$found_dir"; then
46730
 
                        haveit=yes
46731
 
                        break
46732
 
                      fi
46733
 
                    done
46734
 
                    if test -z "$haveit"; then
46735
 
                      rpathdirs="$rpathdirs $found_dir"
46736
 
                    fi
46737
 
                  else
46738
 
                                                                                haveit=
46739
 
                    for x in $LDFLAGS $LIBHAILDB; do
46740
 
 
46741
 
  acl_save_prefix="$prefix"
46742
 
  prefix="$acl_final_prefix"
46743
 
  acl_save_exec_prefix="$exec_prefix"
46744
 
  exec_prefix="$acl_final_exec_prefix"
46745
 
  eval x=\"$x\"
46746
 
  exec_prefix="$acl_save_exec_prefix"
46747
 
  prefix="$acl_save_prefix"
46748
 
 
46749
 
                      if test "X$x" = "X-L$found_dir"; then
46750
 
                        haveit=yes
46751
 
                        break
46752
 
                      fi
46753
 
                    done
46754
 
                    if test -z "$haveit"; then
46755
 
                      LIBHAILDB="${LIBHAILDB}${LIBHAILDB:+ }-L$found_dir"
46756
 
                    fi
46757
 
                    if test "$acl_hardcode_minus_L" != no; then
46758
 
                                                                                        LIBHAILDB="${LIBHAILDB}${LIBHAILDB:+ }$found_so"
46759
 
                    else
46760
 
                                                                                                                                                                                LIBHAILDB="${LIBHAILDB}${LIBHAILDB:+ }-l$name"
46761
 
                    fi
46762
 
                  fi
46763
 
                fi
46764
 
              fi
46765
 
            else
46766
 
              if test "X$found_a" != "X"; then
46767
 
                                LIBHAILDB="${LIBHAILDB}${LIBHAILDB:+ }$found_a"
46768
 
              else
46769
 
                                                LIBHAILDB="${LIBHAILDB}${LIBHAILDB:+ }-L$found_dir -l$name"
46770
 
              fi
46771
 
            fi
46772
 
                        additional_includedir=
46773
 
            case "$found_dir" in
46774
 
              */$acl_libdirstem | */$acl_libdirstem/)
46775
 
                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
46776
 
                if test "$name" = 'haildb'; then
46777
 
                  LIBHAILDB_PREFIX="$basedir"
46778
 
                fi
46779
 
                additional_includedir="$basedir/include"
46780
 
                ;;
46781
 
              */$acl_libdirstem2 | */$acl_libdirstem2/)
46782
 
                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
46783
 
                if test "$name" = 'haildb'; then
46784
 
                  LIBHAILDB_PREFIX="$basedir"
46785
 
                fi
46786
 
                additional_includedir="$basedir/include"
46787
 
                ;;
46788
 
            esac
46789
 
            if test "X$additional_includedir" != "X"; then
46790
 
                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
46791
 
                haveit=
46792
 
                if test "X$additional_includedir" = "X/usr/local/include"; then
46793
 
                  if test -n "$GCC"; then
46794
 
                    case $host_os in
46795
 
                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
46796
 
                    esac
46797
 
                  fi
46798
 
                fi
46799
 
                if test -z "$haveit"; then
46800
 
                  for x in $CPPFLAGS $INCHAILDB; do
46801
 
 
46802
 
  acl_save_prefix="$prefix"
46803
 
  prefix="$acl_final_prefix"
46804
 
  acl_save_exec_prefix="$exec_prefix"
46805
 
  exec_prefix="$acl_final_exec_prefix"
46806
 
  eval x=\"$x\"
46807
 
  exec_prefix="$acl_save_exec_prefix"
46808
 
  prefix="$acl_save_prefix"
46809
 
 
46810
 
                    if test "X$x" = "X${i_system}$additional_includedir"; then
46811
 
                      haveit=yes
46812
 
                      break
46813
 
                    fi
46814
 
                  done
46815
 
                  if test -z "$haveit"; then
46816
 
                    if test -d "$additional_includedir"; then
46817
 
                                            INCHAILDB="${INCHAILDB}${INCHAILDB:+ }${i_system}$additional_includedir"
46818
 
                    fi
46819
 
                  fi
46820
 
                fi
46821
 
              fi
46822
 
            fi
46823
 
                        if test -n "$found_la"; then
46824
 
                                                        save_libdir="$libdir"
46825
 
              case "$found_la" in
46826
 
                */* | *\\*) . "$found_la" ;;
46827
 
                *) . "./$found_la" ;;
46828
 
              esac
46829
 
              libdir="$save_libdir"
46830
 
                            for dep in $dependency_libs; do
46831
 
                case "$dep" in
46832
 
                  -L*)
46833
 
                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
46834
 
                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
46835
 
                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
46836
 
                      haveit=
46837
 
                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
46838
 
                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
46839
 
                        if test -n "$GCC"; then
46840
 
                          case $host_os in
46841
 
                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
46842
 
                          esac
46843
 
                        fi
46844
 
                      fi
46845
 
                      if test -z "$haveit"; then
46846
 
                        haveit=
46847
 
                        for x in $LDFLAGS $LIBHAILDB; do
46848
 
 
46849
 
  acl_save_prefix="$prefix"
46850
 
  prefix="$acl_final_prefix"
46851
 
  acl_save_exec_prefix="$exec_prefix"
46852
 
  exec_prefix="$acl_final_exec_prefix"
46853
 
  eval x=\"$x\"
46854
 
  exec_prefix="$acl_save_exec_prefix"
46855
 
  prefix="$acl_save_prefix"
46856
 
 
46857
 
                          if test "X$x" = "X-L$additional_libdir"; then
46858
 
                            haveit=yes
46859
 
                            break
46860
 
                          fi
46861
 
                        done
46862
 
                        if test -z "$haveit"; then
46863
 
                          if test -d "$additional_libdir"; then
46864
 
                                                        LIBHAILDB="${LIBHAILDB}${LIBHAILDB:+ }-L$additional_libdir"
46865
 
                          fi
46866
 
                        fi
46867
 
                        haveit=
46868
 
                        for x in $LDFLAGS $LTLIBHAILDB; do
46869
 
 
46870
 
  acl_save_prefix="$prefix"
46871
 
  prefix="$acl_final_prefix"
46872
 
  acl_save_exec_prefix="$exec_prefix"
46873
 
  exec_prefix="$acl_final_exec_prefix"
46874
 
  eval x=\"$x\"
46875
 
  exec_prefix="$acl_save_exec_prefix"
46876
 
  prefix="$acl_save_prefix"
46877
 
 
46878
 
                          if test "X$x" = "X-L$additional_libdir"; then
46879
 
                            haveit=yes
46880
 
                            break
46881
 
                          fi
46882
 
                        done
46883
 
                        if test -z "$haveit"; then
46884
 
                          if test -d "$additional_libdir"; then
46885
 
                                                        LTLIBHAILDB="${LTLIBHAILDB}${LTLIBHAILDB:+ }-L$additional_libdir"
46886
 
                          fi
46887
 
                        fi
46888
 
                      fi
46889
 
                    fi
46890
 
                    ;;
46891
 
                  -R*)
46892
 
                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
46893
 
                    if test "$enable_rpath" != no; then
46894
 
                                                                  haveit=
46895
 
                      for x in $rpathdirs; do
46896
 
                        if test "X$x" = "X$dir"; then
46897
 
                          haveit=yes
46898
 
                          break
46899
 
                        fi
46900
 
                      done
46901
 
                      if test -z "$haveit"; then
46902
 
                        rpathdirs="$rpathdirs $dir"
46903
 
                      fi
46904
 
                                                                  haveit=
46905
 
                      for x in $ltrpathdirs; do
46906
 
                        if test "X$x" = "X$dir"; then
46907
 
                          haveit=yes
46908
 
                          break
46909
 
                        fi
46910
 
                      done
46911
 
                      if test -z "$haveit"; then
46912
 
                        ltrpathdirs="$ltrpathdirs $dir"
46913
 
                      fi
46914
 
                    fi
46915
 
                    ;;
46916
 
                  -l*)
46917
 
                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
46918
 
                    ;;
46919
 
                  *.la)
46920
 
                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
46921
 
                    ;;
46922
 
                  *)
46923
 
                                        LIBHAILDB="${LIBHAILDB}${LIBHAILDB:+ }$dep"
46924
 
                    LTLIBHAILDB="${LTLIBHAILDB}${LTLIBHAILDB:+ }$dep"
46925
 
                    ;;
46926
 
                esac
46927
 
              done
46928
 
            fi
46929
 
          else
46930
 
                                                            LIBHAILDB="${LIBHAILDB}${LIBHAILDB:+ }-l$name"
46931
 
            LTLIBHAILDB="${LTLIBHAILDB}${LTLIBHAILDB:+ }-l$name"
46932
 
          fi
46933
 
        fi
46934
 
      fi
46935
 
    done
46936
 
  done
46937
 
  if test "X$rpathdirs" != "X"; then
46938
 
    if test -n "$acl_hardcode_libdir_separator"; then
46939
 
                        alldirs=
46940
 
      for found_dir in $rpathdirs; do
46941
 
        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
46942
 
      done
46943
 
            acl_save_libdir="$libdir"
46944
 
      libdir="$alldirs"
46945
 
      eval flag=\"$acl_hardcode_libdir_flag_spec\"
46946
 
      libdir="$acl_save_libdir"
46947
 
      LIBHAILDB="${LIBHAILDB}${LIBHAILDB:+ }$flag"
46948
 
    else
46949
 
            for found_dir in $rpathdirs; do
46950
 
        acl_save_libdir="$libdir"
46951
 
        libdir="$found_dir"
46952
 
        eval flag=\"$acl_hardcode_libdir_flag_spec\"
46953
 
        libdir="$acl_save_libdir"
46954
 
        LIBHAILDB="${LIBHAILDB}${LIBHAILDB:+ }$flag"
46955
 
      done
46956
 
    fi
46957
 
  fi
46958
 
  if test "X$ltrpathdirs" != "X"; then
46959
 
            for found_dir in $ltrpathdirs; do
46960
 
      LTLIBHAILDB="${LTLIBHAILDB}${LTLIBHAILDB:+ }-R$found_dir"
46961
 
    done
46962
 
  fi
46963
 
 
46964
 
 
46965
 
 
46966
 
 
46967
 
 
46968
 
 
46969
 
 
46970
 
        ac_save_CPPFLAGS="$CPPFLAGS"
46971
 
 
46972
 
  for element in $INCHAILDB; do
46973
 
    haveit=
46974
 
    for x in $CPPFLAGS; do
46975
 
 
46976
 
  acl_save_prefix="$prefix"
46977
 
  prefix="$acl_final_prefix"
46978
 
  acl_save_exec_prefix="$exec_prefix"
46979
 
  exec_prefix="$acl_final_exec_prefix"
46980
 
  eval x=\"$x\"
46981
 
  exec_prefix="$acl_save_exec_prefix"
46982
 
  prefix="$acl_save_prefix"
46983
 
 
46984
 
      if test "X$x" = "X$element"; then
46985
 
        haveit=yes
46986
 
        break
46987
 
      fi
46988
 
    done
46989
 
    if test -z "$haveit"; then
46990
 
      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
46991
 
    fi
46992
 
  done
46993
 
 
46994
 
 
46995
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libhaildb" >&5
46996
 
$as_echo_n "checking for libhaildb... " >&6; }
46997
 
if test "${ac_cv_libhaildb+set}" = set; then :
46998
 
  $as_echo_n "(cached) " >&6
46999
 
else
47000
 
 
47001
 
    ac_save_LIBS="$LIBS"
47002
 
    LIBS="$LIBS $LIBHAILDB"
47003
 
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47004
 
/* end confdefs.h.  */
47005
 
 
47006
 
      #include <haildb.h>
47007
 
 
47008
 
int
47009
 
main ()
47010
 
{
47011
 
 
47012
 
      ib_update_table_statistics(NULL);
47013
 
 
47014
 
  ;
47015
 
  return 0;
47016
 
}
47017
 
_ACEOF
47018
 
if ac_fn_c_try_link "$LINENO"; then :
47019
 
  ac_cv_libhaildb=yes
47020
 
else
47021
 
  ac_cv_libhaildb=no
47022
 
fi
47023
 
rm -f core conftest.err conftest.$ac_objext \
47024
 
    conftest$ac_exeext conftest.$ac_ext
47025
 
    LIBS="$ac_save_LIBS"
47026
 
 
47027
 
fi
47028
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libhaildb" >&5
47029
 
$as_echo "$ac_cv_libhaildb" >&6; }
47030
 
  if test "$ac_cv_libhaildb" = yes; then
47031
 
    HAVE_LIBHAILDB=yes
47032
 
 
47033
 
$as_echo "#define HAVE_LIBHAILDB 1" >>confdefs.h
47034
 
 
47035
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libhaildb" >&5
47036
 
$as_echo_n "checking how to link with libhaildb... " >&6; }
47037
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBHAILDB" >&5
47038
 
$as_echo "$LIBHAILDB" >&6; }
47039
 
  else
47040
 
    HAVE_LIBHAILDB=no
47041
 
            CPPFLAGS="$ac_save_CPPFLAGS"
47042
 
    LIBHAILDB=
47043
 
    LTLIBHAILDB=
47044
 
    LIBHAILDB_PREFIX=
47045
 
  fi
47046
 
 
47047
 
 
47048
 
 
47049
 
 
47050
 
 
47051
 
 
47052
 
 
47053
 
    if test "x${ac_cv_libhaildb}" = "xyes"; then :
47054
 
 
47055
 
 
47056
 
$as_echo "#define HAVE_HAILDB_H 1" >>confdefs.h
47057
 
 
47058
 
 
47059
 
fi
47060
 
 
47061
 
else
47062
 
 
47063
 
    ac_cv_libhaildb="no"
47064
 
 
47065
 
fi
47066
 
   if test "x${ac_cv_libhaildb}" = "xyes"; then
47067
 
  HAVE_LIBHAILDB_TRUE=
47068
 
  HAVE_LIBHAILDB_FALSE='#'
47069
 
else
47070
 
  HAVE_LIBHAILDB_TRUE='#'
47071
 
  HAVE_LIBHAILDB_FALSE=
47072
 
fi
47073
 
 
47074
 
 
47075
 
 
47076
 
 
47077
 
 
47078
47055
  for ac_prog in 'flex'
47079
47056
do
47080
47057
  # Extract the first word of "$ac_prog", so it can be a program name with args.
47081
47058
set dummy $ac_prog; ac_word=$2
47082
47059
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
47083
47060
$as_echo_n "checking for $ac_word... " >&6; }
47084
 
if test "${ac_cv_prog_LEX+set}" = set; then :
 
47061
if ${ac_cv_prog_LEX+:} false; then :
47085
47062
  $as_echo_n "(cached) " >&6
47086
47063
else
47087
47064
  if test -n "$LEX"; then
47157
47134
  for ac_header in libaio.h
47158
47135
do :
47159
47136
  ac_fn_c_check_header_mongrel "$LINENO" "libaio.h" "ac_cv_header_libaio_h" "$ac_includes_default"
47160
 
if test "x$ac_cv_header_libaio_h" = x""yes; then :
 
47137
if test "x$ac_cv_header_libaio_h" = xyes; then :
47161
47138
  cat >>confdefs.h <<_ACEOF
47162
47139
#define HAVE_LIBAIO_H 1
47163
47140
_ACEOF
47667
47644
 
47668
47645
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libaio" >&5
47669
47646
$as_echo_n "checking for libaio... " >&6; }
47670
 
if test "${ac_cv_libaio+set}" = set; then :
 
47647
if ${ac_cv_libaio+:} false; then :
47671
47648
  $as_echo_n "(cached) " >&6
47672
47649
else
47673
47650
 
47752
47729
for ac_func in getpagesize
47753
47730
do :
47754
47731
  ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
47755
 
if test "x$ac_cv_func_getpagesize" = x""yes; then :
 
47732
if test "x$ac_cv_func_getpagesize" = xyes; then :
47756
47733
  cat >>confdefs.h <<_ACEOF
47757
47734
#define HAVE_GETPAGESIZE 1
47758
47735
_ACEOF
47762
47739
 
47763
47740
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
47764
47741
$as_echo_n "checking for working mmap... " >&6; }
47765
 
if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
 
47742
if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
47766
47743
  $as_echo_n "(cached) " >&6
47767
47744
else
47768
47745
  if test "$cross_compiling" = yes; then :
47927
47904
rm -f conftest.mmap conftest.txt
47928
47905
 
47929
47906
 
 
47907
  # Check whether --enable-libv8 was given.
 
47908
if test "${enable_libv8+set}" = set; then :
 
47909
  enableval=$enable_libv8; ac_enable_libv8="$enableval"
 
47910
else
 
47911
  ac_enable_libv8="yes"
 
47912
fi
 
47913
 
 
47914
 
 
47915
 
 
47916
 
 
47917
 
 
47918
  # v8 is written in C++, need to use g++ for test link below
 
47919
  ac_ext=cpp
 
47920
ac_cpp='$CXXCPP $CPPFLAGS'
 
47921
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
47922
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
47923
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
47924
 
 
47925
 
 
47926
 
 
47927
 
 
47928
 
 
47929
 
 
47930
 
 
47931
 
 
47932
 
 
47933
 
 
47934
 
 
47935
 
 
47936
 
 
47937
 
 
47938
 
 
47939
    use_additional=yes
 
47940
  if test "x$GCC" = "xyes" -a "x" = "xsystem"
 
47941
  then
 
47942
    i_system="-isystem "
 
47943
  else
 
47944
    i_system="-I"
 
47945
  fi
 
47946
 
 
47947
 
 
47948
  acl_save_prefix="$prefix"
 
47949
  prefix="$acl_final_prefix"
 
47950
  acl_save_exec_prefix="$exec_prefix"
 
47951
  exec_prefix="$acl_final_exec_prefix"
 
47952
 
 
47953
    eval additional_includedir=\"$includedir\"
 
47954
    eval additional_libdir=\"$libdir\"
 
47955
 
 
47956
  exec_prefix="$acl_save_exec_prefix"
 
47957
  prefix="$acl_save_prefix"
 
47958
 
 
47959
 
 
47960
# Check whether --with-libv8-prefix was given.
 
47961
if test "${with_libv8_prefix+set}" = set; then :
 
47962
  withval=$with_libv8_prefix;
 
47963
    if test "X$withval" = "Xno"; then
 
47964
      use_additional=no
 
47965
    else
 
47966
      if test "X$withval" = "X"; then
 
47967
 
 
47968
  acl_save_prefix="$prefix"
 
47969
  prefix="$acl_final_prefix"
 
47970
  acl_save_exec_prefix="$exec_prefix"
 
47971
  exec_prefix="$acl_final_exec_prefix"
 
47972
 
 
47973
          eval additional_includedir=\"$includedir\"
 
47974
          eval additional_libdir=\"$libdir\"
 
47975
 
 
47976
  exec_prefix="$acl_save_exec_prefix"
 
47977
  prefix="$acl_save_prefix"
 
47978
 
 
47979
      else
 
47980
        additional_includedir="$withval/include"
 
47981
        additional_libdir="$withval/$acl_libdirstem"
 
47982
        if test "$acl_libdirstem2" != "$acl_libdirstem" \
 
47983
           && ! test -d "$withval/$acl_libdirstem"; then
 
47984
          additional_libdir="$withval/$acl_libdirstem2"
 
47985
        fi
 
47986
      fi
 
47987
    fi
 
47988
 
 
47989
fi
 
47990
 
 
47991
      LIBV8=
 
47992
  LTLIBV8=
 
47993
  INCV8=
 
47994
  LIBV8_PREFIX=
 
47995
  rpathdirs=
 
47996
  ltrpathdirs=
 
47997
  names_already_handled=
 
47998
  names_next_round='v8 pthread'
 
47999
  while test -n "$names_next_round"; do
 
48000
    names_this_round="$names_next_round"
 
48001
    names_next_round=
 
48002
    for name in $names_this_round; do
 
48003
      already_handled=
 
48004
      for n in $names_already_handled; do
 
48005
        if test "$n" = "$name"; then
 
48006
          already_handled=yes
 
48007
          break
 
48008
        fi
 
48009
      done
 
48010
      if test -z "$already_handled"; then
 
48011
        names_already_handled="$names_already_handled $name"
 
48012
                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
 
48013
        eval value=\"\$HAVE_LIB$uppername\"
 
48014
        if test -n "$value"; then
 
48015
          if test "$value" = yes; then
 
48016
            eval value=\"\$LIB$uppername\"
 
48017
            test -z "$value" || LIBV8="${LIBV8}${LIBV8:+ }$value"
 
48018
            eval value=\"\$LTLIB$uppername\"
 
48019
            test -z "$value" || LTLIBV8="${LTLIBV8}${LTLIBV8:+ }$value"
 
48020
          else
 
48021
                                    :
 
48022
          fi
 
48023
        else
 
48024
                              found_dir=
 
48025
          found_la=
 
48026
          found_so=
 
48027
          found_a=
 
48028
          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
 
48029
          if test -n "$acl_shlibext"; then
 
48030
            shrext=".$acl_shlibext"             # typically: shrext=.so
 
48031
          else
 
48032
            shrext=
 
48033
          fi
 
48034
          if test $use_additional = yes; then
 
48035
            dir="$additional_libdir"
 
48036
                                    if test -n "$acl_shlibext"; then
 
48037
              if test -f "$dir/$libname$shrext"; then
 
48038
                found_dir="$dir"
 
48039
                found_so="$dir/$libname$shrext"
 
48040
              else
 
48041
                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
 
48042
                  ver=`(cd "$dir" && \
 
48043
                        for f in "$libname$shrext".*; do echo "$f"; done \
 
48044
                        | sed -e "s,^$libname$shrext\\\\.,," \
 
48045
                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
 
48046
                        | sed 1q ) 2>/dev/null`
 
48047
                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
 
48048
                    found_dir="$dir"
 
48049
                    found_so="$dir/$libname$shrext.$ver"
 
48050
                  fi
 
48051
                else
 
48052
                  eval library_names=\"$acl_library_names_spec\"
 
48053
                  for f in $library_names; do
 
48054
                    if test -f "$dir/$f"; then
 
48055
                      found_dir="$dir"
 
48056
                      found_so="$dir/$f"
 
48057
                      break
 
48058
                    fi
 
48059
                  done
 
48060
                fi
 
48061
              fi
 
48062
            fi
 
48063
                        if test "X$found_dir" = "X"; then
 
48064
              if test -f "$dir/$libname.$acl_libext"; then
 
48065
                found_dir="$dir"
 
48066
                found_a="$dir/$libname.$acl_libext"
 
48067
              fi
 
48068
            fi
 
48069
            if test "X$found_dir" != "X"; then
 
48070
              if test -f "$dir/$libname.la"; then
 
48071
                found_la="$dir/$libname.la"
 
48072
              fi
 
48073
            fi
 
48074
          fi
 
48075
          if test "X$found_dir" = "X"; then
 
48076
            for x in $LDFLAGS $LTLIBV8; do
 
48077
 
 
48078
  acl_save_prefix="$prefix"
 
48079
  prefix="$acl_final_prefix"
 
48080
  acl_save_exec_prefix="$exec_prefix"
 
48081
  exec_prefix="$acl_final_exec_prefix"
 
48082
  eval x=\"$x\"
 
48083
  exec_prefix="$acl_save_exec_prefix"
 
48084
  prefix="$acl_save_prefix"
 
48085
 
 
48086
              case "$x" in
 
48087
                -L*)
 
48088
                  dir=`echo "X$x" | sed -e 's/^X-L//'`
 
48089
                                    if test -n "$acl_shlibext"; then
 
48090
                    if test -f "$dir/$libname$shrext"; then
 
48091
                      found_dir="$dir"
 
48092
                      found_so="$dir/$libname$shrext"
 
48093
                    else
 
48094
                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
 
48095
                        ver=`(cd "$dir" && \
 
48096
                              for f in "$libname$shrext".*; do echo "$f"; done \
 
48097
                              | sed -e "s,^$libname$shrext\\\\.,," \
 
48098
                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
 
48099
                              | sed 1q ) 2>/dev/null`
 
48100
                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
 
48101
                          found_dir="$dir"
 
48102
                          found_so="$dir/$libname$shrext.$ver"
 
48103
                        fi
 
48104
                      else
 
48105
                        eval library_names=\"$acl_library_names_spec\"
 
48106
                        for f in $library_names; do
 
48107
                          if test -f "$dir/$f"; then
 
48108
                            found_dir="$dir"
 
48109
                            found_so="$dir/$f"
 
48110
                            break
 
48111
                          fi
 
48112
                        done
 
48113
                      fi
 
48114
                    fi
 
48115
                  fi
 
48116
                                    if test "X$found_dir" = "X"; then
 
48117
                    if test -f "$dir/$libname.$acl_libext"; then
 
48118
                      found_dir="$dir"
 
48119
                      found_a="$dir/$libname.$acl_libext"
 
48120
                    fi
 
48121
                  fi
 
48122
                  if test "X$found_dir" != "X"; then
 
48123
                    if test -f "$dir/$libname.la"; then
 
48124
                      found_la="$dir/$libname.la"
 
48125
                    fi
 
48126
                  fi
 
48127
                  ;;
 
48128
              esac
 
48129
              if test "X$found_dir" != "X"; then
 
48130
                break
 
48131
              fi
 
48132
            done
 
48133
          fi
 
48134
          if test "X$found_dir" != "X"; then
 
48135
                        LTLIBV8="${LTLIBV8}${LTLIBV8:+ }-L$found_dir -l$name"
 
48136
            if test "X$found_so" != "X"; then
 
48137
                                                        if test "$enable_rpath" = no \
 
48138
                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
 
48139
                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
 
48140
                                LIBV8="${LIBV8}${LIBV8:+ }$found_so"
 
48141
              else
 
48142
                                                                                haveit=
 
48143
                for x in $ltrpathdirs; do
 
48144
                  if test "X$x" = "X$found_dir"; then
 
48145
                    haveit=yes
 
48146
                    break
 
48147
                  fi
 
48148
                done
 
48149
                if test -z "$haveit"; then
 
48150
                  ltrpathdirs="$ltrpathdirs $found_dir"
 
48151
                fi
 
48152
                                if test "$acl_hardcode_direct" = yes; then
 
48153
                                                      LIBV8="${LIBV8}${LIBV8:+ }$found_so"
 
48154
                else
 
48155
                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
 
48156
                                                            LIBV8="${LIBV8}${LIBV8:+ }$found_so"
 
48157
                                                            haveit=
 
48158
                    for x in $rpathdirs; do
 
48159
                      if test "X$x" = "X$found_dir"; then
 
48160
                        haveit=yes
 
48161
                        break
 
48162
                      fi
 
48163
                    done
 
48164
                    if test -z "$haveit"; then
 
48165
                      rpathdirs="$rpathdirs $found_dir"
 
48166
                    fi
 
48167
                  else
 
48168
                                                                                haveit=
 
48169
                    for x in $LDFLAGS $LIBV8; do
 
48170
 
 
48171
  acl_save_prefix="$prefix"
 
48172
  prefix="$acl_final_prefix"
 
48173
  acl_save_exec_prefix="$exec_prefix"
 
48174
  exec_prefix="$acl_final_exec_prefix"
 
48175
  eval x=\"$x\"
 
48176
  exec_prefix="$acl_save_exec_prefix"
 
48177
  prefix="$acl_save_prefix"
 
48178
 
 
48179
                      if test "X$x" = "X-L$found_dir"; then
 
48180
                        haveit=yes
 
48181
                        break
 
48182
                      fi
 
48183
                    done
 
48184
                    if test -z "$haveit"; then
 
48185
                      LIBV8="${LIBV8}${LIBV8:+ }-L$found_dir"
 
48186
                    fi
 
48187
                    if test "$acl_hardcode_minus_L" != no; then
 
48188
                                                                                        LIBV8="${LIBV8}${LIBV8:+ }$found_so"
 
48189
                    else
 
48190
                                                                                                                                                                                LIBV8="${LIBV8}${LIBV8:+ }-l$name"
 
48191
                    fi
 
48192
                  fi
 
48193
                fi
 
48194
              fi
 
48195
            else
 
48196
              if test "X$found_a" != "X"; then
 
48197
                                LIBV8="${LIBV8}${LIBV8:+ }$found_a"
 
48198
              else
 
48199
                                                LIBV8="${LIBV8}${LIBV8:+ }-L$found_dir -l$name"
 
48200
              fi
 
48201
            fi
 
48202
                        additional_includedir=
 
48203
            case "$found_dir" in
 
48204
              */$acl_libdirstem | */$acl_libdirstem/)
 
48205
                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
 
48206
                if test "$name" = 'v8'; then
 
48207
                  LIBV8_PREFIX="$basedir"
 
48208
                fi
 
48209
                additional_includedir="$basedir/include"
 
48210
                ;;
 
48211
              */$acl_libdirstem2 | */$acl_libdirstem2/)
 
48212
                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
 
48213
                if test "$name" = 'v8'; then
 
48214
                  LIBV8_PREFIX="$basedir"
 
48215
                fi
 
48216
                additional_includedir="$basedir/include"
 
48217
                ;;
 
48218
            esac
 
48219
            if test "X$additional_includedir" != "X"; then
 
48220
                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
 
48221
                haveit=
 
48222
                if test "X$additional_includedir" = "X/usr/local/include"; then
 
48223
                  if test -n "$GCC"; then
 
48224
                    case $host_os in
 
48225
                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
 
48226
                    esac
 
48227
                  fi
 
48228
                fi
 
48229
                if test -z "$haveit"; then
 
48230
                  for x in $CPPFLAGS $INCV8; do
 
48231
 
 
48232
  acl_save_prefix="$prefix"
 
48233
  prefix="$acl_final_prefix"
 
48234
  acl_save_exec_prefix="$exec_prefix"
 
48235
  exec_prefix="$acl_final_exec_prefix"
 
48236
  eval x=\"$x\"
 
48237
  exec_prefix="$acl_save_exec_prefix"
 
48238
  prefix="$acl_save_prefix"
 
48239
 
 
48240
                    if test "X$x" = "X${i_system}$additional_includedir"; then
 
48241
                      haveit=yes
 
48242
                      break
 
48243
                    fi
 
48244
                  done
 
48245
                  if test -z "$haveit"; then
 
48246
                    if test -d "$additional_includedir"; then
 
48247
                                            INCV8="${INCV8}${INCV8:+ }${i_system}$additional_includedir"
 
48248
                    fi
 
48249
                  fi
 
48250
                fi
 
48251
              fi
 
48252
            fi
 
48253
                        if test -n "$found_la"; then
 
48254
                                                        save_libdir="$libdir"
 
48255
              case "$found_la" in
 
48256
                */* | *\\*) . "$found_la" ;;
 
48257
                *) . "./$found_la" ;;
 
48258
              esac
 
48259
              libdir="$save_libdir"
 
48260
                            for dep in $dependency_libs; do
 
48261
                case "$dep" in
 
48262
                  -L*)
 
48263
                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
 
48264
                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
 
48265
                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
 
48266
                      haveit=
 
48267
                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
 
48268
                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
 
48269
                        if test -n "$GCC"; then
 
48270
                          case $host_os in
 
48271
                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
 
48272
                          esac
 
48273
                        fi
 
48274
                      fi
 
48275
                      if test -z "$haveit"; then
 
48276
                        haveit=
 
48277
                        for x in $LDFLAGS $LIBV8; do
 
48278
 
 
48279
  acl_save_prefix="$prefix"
 
48280
  prefix="$acl_final_prefix"
 
48281
  acl_save_exec_prefix="$exec_prefix"
 
48282
  exec_prefix="$acl_final_exec_prefix"
 
48283
  eval x=\"$x\"
 
48284
  exec_prefix="$acl_save_exec_prefix"
 
48285
  prefix="$acl_save_prefix"
 
48286
 
 
48287
                          if test "X$x" = "X-L$additional_libdir"; then
 
48288
                            haveit=yes
 
48289
                            break
 
48290
                          fi
 
48291
                        done
 
48292
                        if test -z "$haveit"; then
 
48293
                          if test -d "$additional_libdir"; then
 
48294
                                                        LIBV8="${LIBV8}${LIBV8:+ }-L$additional_libdir"
 
48295
                          fi
 
48296
                        fi
 
48297
                        haveit=
 
48298
                        for x in $LDFLAGS $LTLIBV8; do
 
48299
 
 
48300
  acl_save_prefix="$prefix"
 
48301
  prefix="$acl_final_prefix"
 
48302
  acl_save_exec_prefix="$exec_prefix"
 
48303
  exec_prefix="$acl_final_exec_prefix"
 
48304
  eval x=\"$x\"
 
48305
  exec_prefix="$acl_save_exec_prefix"
 
48306
  prefix="$acl_save_prefix"
 
48307
 
 
48308
                          if test "X$x" = "X-L$additional_libdir"; then
 
48309
                            haveit=yes
 
48310
                            break
 
48311
                          fi
 
48312
                        done
 
48313
                        if test -z "$haveit"; then
 
48314
                          if test -d "$additional_libdir"; then
 
48315
                                                        LTLIBV8="${LTLIBV8}${LTLIBV8:+ }-L$additional_libdir"
 
48316
                          fi
 
48317
                        fi
 
48318
                      fi
 
48319
                    fi
 
48320
                    ;;
 
48321
                  -R*)
 
48322
                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
 
48323
                    if test "$enable_rpath" != no; then
 
48324
                                                                  haveit=
 
48325
                      for x in $rpathdirs; do
 
48326
                        if test "X$x" = "X$dir"; then
 
48327
                          haveit=yes
 
48328
                          break
 
48329
                        fi
 
48330
                      done
 
48331
                      if test -z "$haveit"; then
 
48332
                        rpathdirs="$rpathdirs $dir"
 
48333
                      fi
 
48334
                                                                  haveit=
 
48335
                      for x in $ltrpathdirs; do
 
48336
                        if test "X$x" = "X$dir"; then
 
48337
                          haveit=yes
 
48338
                          break
 
48339
                        fi
 
48340
                      done
 
48341
                      if test -z "$haveit"; then
 
48342
                        ltrpathdirs="$ltrpathdirs $dir"
 
48343
                      fi
 
48344
                    fi
 
48345
                    ;;
 
48346
                  -l*)
 
48347
                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
 
48348
                    ;;
 
48349
                  *.la)
 
48350
                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
 
48351
                    ;;
 
48352
                  *)
 
48353
                                        LIBV8="${LIBV8}${LIBV8:+ }$dep"
 
48354
                    LTLIBV8="${LTLIBV8}${LTLIBV8:+ }$dep"
 
48355
                    ;;
 
48356
                esac
 
48357
              done
 
48358
            fi
 
48359
          else
 
48360
                                                            LIBV8="${LIBV8}${LIBV8:+ }-l$name"
 
48361
            LTLIBV8="${LTLIBV8}${LTLIBV8:+ }-l$name"
 
48362
          fi
 
48363
        fi
 
48364
      fi
 
48365
    done
 
48366
  done
 
48367
  if test "X$rpathdirs" != "X"; then
 
48368
    if test -n "$acl_hardcode_libdir_separator"; then
 
48369
                        alldirs=
 
48370
      for found_dir in $rpathdirs; do
 
48371
        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
 
48372
      done
 
48373
            acl_save_libdir="$libdir"
 
48374
      libdir="$alldirs"
 
48375
      eval flag=\"$acl_hardcode_libdir_flag_spec\"
 
48376
      libdir="$acl_save_libdir"
 
48377
      LIBV8="${LIBV8}${LIBV8:+ }$flag"
 
48378
    else
 
48379
            for found_dir in $rpathdirs; do
 
48380
        acl_save_libdir="$libdir"
 
48381
        libdir="$found_dir"
 
48382
        eval flag=\"$acl_hardcode_libdir_flag_spec\"
 
48383
        libdir="$acl_save_libdir"
 
48384
        LIBV8="${LIBV8}${LIBV8:+ }$flag"
 
48385
      done
 
48386
    fi
 
48387
  fi
 
48388
  if test "X$ltrpathdirs" != "X"; then
 
48389
            for found_dir in $ltrpathdirs; do
 
48390
      LTLIBV8="${LTLIBV8}${LTLIBV8:+ }-R$found_dir"
 
48391
    done
 
48392
  fi
 
48393
 
 
48394
 
 
48395
 
 
48396
 
 
48397
 
 
48398
 
 
48399
 
 
48400
        ac_save_CPPFLAGS="$CPPFLAGS"
 
48401
 
 
48402
  for element in $INCV8; do
 
48403
    haveit=
 
48404
    for x in $CPPFLAGS; do
 
48405
 
 
48406
  acl_save_prefix="$prefix"
 
48407
  prefix="$acl_final_prefix"
 
48408
  acl_save_exec_prefix="$exec_prefix"
 
48409
  exec_prefix="$acl_final_exec_prefix"
 
48410
  eval x=\"$x\"
 
48411
  exec_prefix="$acl_save_exec_prefix"
 
48412
  prefix="$acl_save_prefix"
 
48413
 
 
48414
      if test "X$x" = "X$element"; then
 
48415
        haveit=yes
 
48416
        break
 
48417
      fi
 
48418
    done
 
48419
    if test -z "$haveit"; then
 
48420
      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
 
48421
    fi
 
48422
  done
 
48423
 
 
48424
 
 
48425
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libv8" >&5
 
48426
$as_echo_n "checking for libv8... " >&6; }
 
48427
if ${ac_cv_libv8+:} false; then :
 
48428
  $as_echo_n "(cached) " >&6
 
48429
else
 
48430
 
 
48431
    ac_save_LIBS="$LIBS"
 
48432
    LIBS="$LIBS $LIBV8"
 
48433
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
48434
/* end confdefs.h.  */
 
48435
 
 
48436
    #include <v8.h>
 
48437
 
 
48438
int
 
48439
main ()
 
48440
{
 
48441
 
 
48442
    v8::HandleScope handle_scope;
 
48443
 
 
48444
  ;
 
48445
  return 0;
 
48446
}
 
48447
_ACEOF
 
48448
if ac_fn_cxx_try_link "$LINENO"; then :
 
48449
  ac_cv_libv8=yes
 
48450
else
 
48451
  ac_cv_libv8=no
 
48452
fi
 
48453
rm -f core conftest.err conftest.$ac_objext \
 
48454
    conftest$ac_exeext conftest.$ac_ext
 
48455
    LIBS="$ac_save_LIBS"
 
48456
 
 
48457
fi
 
48458
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libv8" >&5
 
48459
$as_echo "$ac_cv_libv8" >&6; }
 
48460
  if test "$ac_cv_libv8" = yes; then
 
48461
    HAVE_LIBV8=yes
 
48462
 
 
48463
$as_echo "#define HAVE_LIBV8 1" >>confdefs.h
 
48464
 
 
48465
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libv8" >&5
 
48466
$as_echo_n "checking how to link with libv8... " >&6; }
 
48467
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBV8" >&5
 
48468
$as_echo "$LIBV8" >&6; }
 
48469
  else
 
48470
    HAVE_LIBV8=no
 
48471
            CPPFLAGS="$ac_save_CPPFLAGS"
 
48472
    LIBV8=
 
48473
    LTLIBV8=
 
48474
    LIBV8_PREFIX=
 
48475
  fi
 
48476
 
 
48477
 
 
48478
 
 
48479
 
 
48480
 
 
48481
 
 
48482
 
 
48483
 
 
48484
   if test "x${ac_cv_libv8}" = "xyes"; then
 
48485
  HAVE_LIBV8_TRUE=
 
48486
  HAVE_LIBV8_FALSE='#'
 
48487
else
 
48488
  HAVE_LIBV8_TRUE='#'
 
48489
  HAVE_LIBV8_FALSE=
 
48490
fi
 
48491
 
 
48492
 
 
48493
 
 
48494
 
 
48495
 
 
48496
  # Check whether --enable-libevent was given.
 
48497
if test "${enable_libevent+set}" = set; then :
 
48498
  enableval=$enable_libevent; ac_enable_libevent="$enableval"
 
48499
else
 
48500
  ac_enable_libevent="yes"
 
48501
fi
 
48502
 
 
48503
 
 
48504
 
 
48505
 
 
48506
 
 
48507
 
 
48508
 
 
48509
 
 
48510
 
 
48511
 
 
48512
 
 
48513
 
 
48514
 
 
48515
 
 
48516
 
 
48517
 
 
48518
 
 
48519
 
 
48520
    use_additional=yes
 
48521
  if test "x$GCC" = "xyes" -a "x" = "xsystem"
 
48522
  then
 
48523
    i_system="-isystem "
 
48524
  else
 
48525
    i_system="-I"
 
48526
  fi
 
48527
 
 
48528
 
 
48529
  acl_save_prefix="$prefix"
 
48530
  prefix="$acl_final_prefix"
 
48531
  acl_save_exec_prefix="$exec_prefix"
 
48532
  exec_prefix="$acl_final_exec_prefix"
 
48533
 
 
48534
    eval additional_includedir=\"$includedir\"
 
48535
    eval additional_libdir=\"$libdir\"
 
48536
 
 
48537
  exec_prefix="$acl_save_exec_prefix"
 
48538
  prefix="$acl_save_prefix"
 
48539
 
 
48540
 
 
48541
# Check whether --with-libevent-prefix was given.
 
48542
if test "${with_libevent_prefix+set}" = set; then :
 
48543
  withval=$with_libevent_prefix;
 
48544
    if test "X$withval" = "Xno"; then
 
48545
      use_additional=no
 
48546
    else
 
48547
      if test "X$withval" = "X"; then
 
48548
 
 
48549
  acl_save_prefix="$prefix"
 
48550
  prefix="$acl_final_prefix"
 
48551
  acl_save_exec_prefix="$exec_prefix"
 
48552
  exec_prefix="$acl_final_exec_prefix"
 
48553
 
 
48554
          eval additional_includedir=\"$includedir\"
 
48555
          eval additional_libdir=\"$libdir\"
 
48556
 
 
48557
  exec_prefix="$acl_save_exec_prefix"
 
48558
  prefix="$acl_save_prefix"
 
48559
 
 
48560
      else
 
48561
        additional_includedir="$withval/include"
 
48562
        additional_libdir="$withval/$acl_libdirstem"
 
48563
        if test "$acl_libdirstem2" != "$acl_libdirstem" \
 
48564
           && ! test -d "$withval/$acl_libdirstem"; then
 
48565
          additional_libdir="$withval/$acl_libdirstem2"
 
48566
        fi
 
48567
      fi
 
48568
    fi
 
48569
 
 
48570
fi
 
48571
 
 
48572
      LIBEVENT=
 
48573
  LTLIBEVENT=
 
48574
  INCEVENT=
 
48575
  LIBEVENT_PREFIX=
 
48576
  rpathdirs=
 
48577
  ltrpathdirs=
 
48578
  names_already_handled=
 
48579
  names_next_round='event '
 
48580
  while test -n "$names_next_round"; do
 
48581
    names_this_round="$names_next_round"
 
48582
    names_next_round=
 
48583
    for name in $names_this_round; do
 
48584
      already_handled=
 
48585
      for n in $names_already_handled; do
 
48586
        if test "$n" = "$name"; then
 
48587
          already_handled=yes
 
48588
          break
 
48589
        fi
 
48590
      done
 
48591
      if test -z "$already_handled"; then
 
48592
        names_already_handled="$names_already_handled $name"
 
48593
                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
 
48594
        eval value=\"\$HAVE_LIB$uppername\"
 
48595
        if test -n "$value"; then
 
48596
          if test "$value" = yes; then
 
48597
            eval value=\"\$LIB$uppername\"
 
48598
            test -z "$value" || LIBEVENT="${LIBEVENT}${LIBEVENT:+ }$value"
 
48599
            eval value=\"\$LTLIB$uppername\"
 
48600
            test -z "$value" || LTLIBEVENT="${LTLIBEVENT}${LTLIBEVENT:+ }$value"
 
48601
          else
 
48602
                                    :
 
48603
          fi
 
48604
        else
 
48605
                              found_dir=
 
48606
          found_la=
 
48607
          found_so=
 
48608
          found_a=
 
48609
          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
 
48610
          if test -n "$acl_shlibext"; then
 
48611
            shrext=".$acl_shlibext"             # typically: shrext=.so
 
48612
          else
 
48613
            shrext=
 
48614
          fi
 
48615
          if test $use_additional = yes; then
 
48616
            dir="$additional_libdir"
 
48617
                                    if test -n "$acl_shlibext"; then
 
48618
              if test -f "$dir/$libname$shrext"; then
 
48619
                found_dir="$dir"
 
48620
                found_so="$dir/$libname$shrext"
 
48621
              else
 
48622
                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
 
48623
                  ver=`(cd "$dir" && \
 
48624
                        for f in "$libname$shrext".*; do echo "$f"; done \
 
48625
                        | sed -e "s,^$libname$shrext\\\\.,," \
 
48626
                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
 
48627
                        | sed 1q ) 2>/dev/null`
 
48628
                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
 
48629
                    found_dir="$dir"
 
48630
                    found_so="$dir/$libname$shrext.$ver"
 
48631
                  fi
 
48632
                else
 
48633
                  eval library_names=\"$acl_library_names_spec\"
 
48634
                  for f in $library_names; do
 
48635
                    if test -f "$dir/$f"; then
 
48636
                      found_dir="$dir"
 
48637
                      found_so="$dir/$f"
 
48638
                      break
 
48639
                    fi
 
48640
                  done
 
48641
                fi
 
48642
              fi
 
48643
            fi
 
48644
                        if test "X$found_dir" = "X"; then
 
48645
              if test -f "$dir/$libname.$acl_libext"; then
 
48646
                found_dir="$dir"
 
48647
                found_a="$dir/$libname.$acl_libext"
 
48648
              fi
 
48649
            fi
 
48650
            if test "X$found_dir" != "X"; then
 
48651
              if test -f "$dir/$libname.la"; then
 
48652
                found_la="$dir/$libname.la"
 
48653
              fi
 
48654
            fi
 
48655
          fi
 
48656
          if test "X$found_dir" = "X"; then
 
48657
            for x in $LDFLAGS $LTLIBEVENT; do
 
48658
 
 
48659
  acl_save_prefix="$prefix"
 
48660
  prefix="$acl_final_prefix"
 
48661
  acl_save_exec_prefix="$exec_prefix"
 
48662
  exec_prefix="$acl_final_exec_prefix"
 
48663
  eval x=\"$x\"
 
48664
  exec_prefix="$acl_save_exec_prefix"
 
48665
  prefix="$acl_save_prefix"
 
48666
 
 
48667
              case "$x" in
 
48668
                -L*)
 
48669
                  dir=`echo "X$x" | sed -e 's/^X-L//'`
 
48670
                                    if test -n "$acl_shlibext"; then
 
48671
                    if test -f "$dir/$libname$shrext"; then
 
48672
                      found_dir="$dir"
 
48673
                      found_so="$dir/$libname$shrext"
 
48674
                    else
 
48675
                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
 
48676
                        ver=`(cd "$dir" && \
 
48677
                              for f in "$libname$shrext".*; do echo "$f"; done \
 
48678
                              | sed -e "s,^$libname$shrext\\\\.,," \
 
48679
                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
 
48680
                              | sed 1q ) 2>/dev/null`
 
48681
                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
 
48682
                          found_dir="$dir"
 
48683
                          found_so="$dir/$libname$shrext.$ver"
 
48684
                        fi
 
48685
                      else
 
48686
                        eval library_names=\"$acl_library_names_spec\"
 
48687
                        for f in $library_names; do
 
48688
                          if test -f "$dir/$f"; then
 
48689
                            found_dir="$dir"
 
48690
                            found_so="$dir/$f"
 
48691
                            break
 
48692
                          fi
 
48693
                        done
 
48694
                      fi
 
48695
                    fi
 
48696
                  fi
 
48697
                                    if test "X$found_dir" = "X"; then
 
48698
                    if test -f "$dir/$libname.$acl_libext"; then
 
48699
                      found_dir="$dir"
 
48700
                      found_a="$dir/$libname.$acl_libext"
 
48701
                    fi
 
48702
                  fi
 
48703
                  if test "X$found_dir" != "X"; then
 
48704
                    if test -f "$dir/$libname.la"; then
 
48705
                      found_la="$dir/$libname.la"
 
48706
                    fi
 
48707
                  fi
 
48708
                  ;;
 
48709
              esac
 
48710
              if test "X$found_dir" != "X"; then
 
48711
                break
 
48712
              fi
 
48713
            done
 
48714
          fi
 
48715
          if test "X$found_dir" != "X"; then
 
48716
                        LTLIBEVENT="${LTLIBEVENT}${LTLIBEVENT:+ }-L$found_dir -l$name"
 
48717
            if test "X$found_so" != "X"; then
 
48718
                                                        if test "$enable_rpath" = no \
 
48719
                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
 
48720
                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
 
48721
                                LIBEVENT="${LIBEVENT}${LIBEVENT:+ }$found_so"
 
48722
              else
 
48723
                                                                                haveit=
 
48724
                for x in $ltrpathdirs; do
 
48725
                  if test "X$x" = "X$found_dir"; then
 
48726
                    haveit=yes
 
48727
                    break
 
48728
                  fi
 
48729
                done
 
48730
                if test -z "$haveit"; then
 
48731
                  ltrpathdirs="$ltrpathdirs $found_dir"
 
48732
                fi
 
48733
                                if test "$acl_hardcode_direct" = yes; then
 
48734
                                                      LIBEVENT="${LIBEVENT}${LIBEVENT:+ }$found_so"
 
48735
                else
 
48736
                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
 
48737
                                                            LIBEVENT="${LIBEVENT}${LIBEVENT:+ }$found_so"
 
48738
                                                            haveit=
 
48739
                    for x in $rpathdirs; do
 
48740
                      if test "X$x" = "X$found_dir"; then
 
48741
                        haveit=yes
 
48742
                        break
 
48743
                      fi
 
48744
                    done
 
48745
                    if test -z "$haveit"; then
 
48746
                      rpathdirs="$rpathdirs $found_dir"
 
48747
                    fi
 
48748
                  else
 
48749
                                                                                haveit=
 
48750
                    for x in $LDFLAGS $LIBEVENT; do
 
48751
 
 
48752
  acl_save_prefix="$prefix"
 
48753
  prefix="$acl_final_prefix"
 
48754
  acl_save_exec_prefix="$exec_prefix"
 
48755
  exec_prefix="$acl_final_exec_prefix"
 
48756
  eval x=\"$x\"
 
48757
  exec_prefix="$acl_save_exec_prefix"
 
48758
  prefix="$acl_save_prefix"
 
48759
 
 
48760
                      if test "X$x" = "X-L$found_dir"; then
 
48761
                        haveit=yes
 
48762
                        break
 
48763
                      fi
 
48764
                    done
 
48765
                    if test -z "$haveit"; then
 
48766
                      LIBEVENT="${LIBEVENT}${LIBEVENT:+ }-L$found_dir"
 
48767
                    fi
 
48768
                    if test "$acl_hardcode_minus_L" != no; then
 
48769
                                                                                        LIBEVENT="${LIBEVENT}${LIBEVENT:+ }$found_so"
 
48770
                    else
 
48771
                                                                                                                                                                                LIBEVENT="${LIBEVENT}${LIBEVENT:+ }-l$name"
 
48772
                    fi
 
48773
                  fi
 
48774
                fi
 
48775
              fi
 
48776
            else
 
48777
              if test "X$found_a" != "X"; then
 
48778
                                LIBEVENT="${LIBEVENT}${LIBEVENT:+ }$found_a"
 
48779
              else
 
48780
                                                LIBEVENT="${LIBEVENT}${LIBEVENT:+ }-L$found_dir -l$name"
 
48781
              fi
 
48782
            fi
 
48783
                        additional_includedir=
 
48784
            case "$found_dir" in
 
48785
              */$acl_libdirstem | */$acl_libdirstem/)
 
48786
                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
 
48787
                if test "$name" = 'event'; then
 
48788
                  LIBEVENT_PREFIX="$basedir"
 
48789
                fi
 
48790
                additional_includedir="$basedir/include"
 
48791
                ;;
 
48792
              */$acl_libdirstem2 | */$acl_libdirstem2/)
 
48793
                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
 
48794
                if test "$name" = 'event'; then
 
48795
                  LIBEVENT_PREFIX="$basedir"
 
48796
                fi
 
48797
                additional_includedir="$basedir/include"
 
48798
                ;;
 
48799
            esac
 
48800
            if test "X$additional_includedir" != "X"; then
 
48801
                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
 
48802
                haveit=
 
48803
                if test "X$additional_includedir" = "X/usr/local/include"; then
 
48804
                  if test -n "$GCC"; then
 
48805
                    case $host_os in
 
48806
                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
 
48807
                    esac
 
48808
                  fi
 
48809
                fi
 
48810
                if test -z "$haveit"; then
 
48811
                  for x in $CPPFLAGS $INCEVENT; do
 
48812
 
 
48813
  acl_save_prefix="$prefix"
 
48814
  prefix="$acl_final_prefix"
 
48815
  acl_save_exec_prefix="$exec_prefix"
 
48816
  exec_prefix="$acl_final_exec_prefix"
 
48817
  eval x=\"$x\"
 
48818
  exec_prefix="$acl_save_exec_prefix"
 
48819
  prefix="$acl_save_prefix"
 
48820
 
 
48821
                    if test "X$x" = "X${i_system}$additional_includedir"; then
 
48822
                      haveit=yes
 
48823
                      break
 
48824
                    fi
 
48825
                  done
 
48826
                  if test -z "$haveit"; then
 
48827
                    if test -d "$additional_includedir"; then
 
48828
                                            INCEVENT="${INCEVENT}${INCEVENT:+ }${i_system}$additional_includedir"
 
48829
                    fi
 
48830
                  fi
 
48831
                fi
 
48832
              fi
 
48833
            fi
 
48834
                        if test -n "$found_la"; then
 
48835
                                                        save_libdir="$libdir"
 
48836
              case "$found_la" in
 
48837
                */* | *\\*) . "$found_la" ;;
 
48838
                *) . "./$found_la" ;;
 
48839
              esac
 
48840
              libdir="$save_libdir"
 
48841
                            for dep in $dependency_libs; do
 
48842
                case "$dep" in
 
48843
                  -L*)
 
48844
                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
 
48845
                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
 
48846
                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
 
48847
                      haveit=
 
48848
                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
 
48849
                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
 
48850
                        if test -n "$GCC"; then
 
48851
                          case $host_os in
 
48852
                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
 
48853
                          esac
 
48854
                        fi
 
48855
                      fi
 
48856
                      if test -z "$haveit"; then
 
48857
                        haveit=
 
48858
                        for x in $LDFLAGS $LIBEVENT; do
 
48859
 
 
48860
  acl_save_prefix="$prefix"
 
48861
  prefix="$acl_final_prefix"
 
48862
  acl_save_exec_prefix="$exec_prefix"
 
48863
  exec_prefix="$acl_final_exec_prefix"
 
48864
  eval x=\"$x\"
 
48865
  exec_prefix="$acl_save_exec_prefix"
 
48866
  prefix="$acl_save_prefix"
 
48867
 
 
48868
                          if test "X$x" = "X-L$additional_libdir"; then
 
48869
                            haveit=yes
 
48870
                            break
 
48871
                          fi
 
48872
                        done
 
48873
                        if test -z "$haveit"; then
 
48874
                          if test -d "$additional_libdir"; then
 
48875
                                                        LIBEVENT="${LIBEVENT}${LIBEVENT:+ }-L$additional_libdir"
 
48876
                          fi
 
48877
                        fi
 
48878
                        haveit=
 
48879
                        for x in $LDFLAGS $LTLIBEVENT; do
 
48880
 
 
48881
  acl_save_prefix="$prefix"
 
48882
  prefix="$acl_final_prefix"
 
48883
  acl_save_exec_prefix="$exec_prefix"
 
48884
  exec_prefix="$acl_final_exec_prefix"
 
48885
  eval x=\"$x\"
 
48886
  exec_prefix="$acl_save_exec_prefix"
 
48887
  prefix="$acl_save_prefix"
 
48888
 
 
48889
                          if test "X$x" = "X-L$additional_libdir"; then
 
48890
                            haveit=yes
 
48891
                            break
 
48892
                          fi
 
48893
                        done
 
48894
                        if test -z "$haveit"; then
 
48895
                          if test -d "$additional_libdir"; then
 
48896
                                                        LTLIBEVENT="${LTLIBEVENT}${LTLIBEVENT:+ }-L$additional_libdir"
 
48897
                          fi
 
48898
                        fi
 
48899
                      fi
 
48900
                    fi
 
48901
                    ;;
 
48902
                  -R*)
 
48903
                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
 
48904
                    if test "$enable_rpath" != no; then
 
48905
                                                                  haveit=
 
48906
                      for x in $rpathdirs; do
 
48907
                        if test "X$x" = "X$dir"; then
 
48908
                          haveit=yes
 
48909
                          break
 
48910
                        fi
 
48911
                      done
 
48912
                      if test -z "$haveit"; then
 
48913
                        rpathdirs="$rpathdirs $dir"
 
48914
                      fi
 
48915
                                                                  haveit=
 
48916
                      for x in $ltrpathdirs; do
 
48917
                        if test "X$x" = "X$dir"; then
 
48918
                          haveit=yes
 
48919
                          break
 
48920
                        fi
 
48921
                      done
 
48922
                      if test -z "$haveit"; then
 
48923
                        ltrpathdirs="$ltrpathdirs $dir"
 
48924
                      fi
 
48925
                    fi
 
48926
                    ;;
 
48927
                  -l*)
 
48928
                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
 
48929
                    ;;
 
48930
                  *.la)
 
48931
                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
 
48932
                    ;;
 
48933
                  *)
 
48934
                                        LIBEVENT="${LIBEVENT}${LIBEVENT:+ }$dep"
 
48935
                    LTLIBEVENT="${LTLIBEVENT}${LTLIBEVENT:+ }$dep"
 
48936
                    ;;
 
48937
                esac
 
48938
              done
 
48939
            fi
 
48940
          else
 
48941
                                                            LIBEVENT="${LIBEVENT}${LIBEVENT:+ }-l$name"
 
48942
            LTLIBEVENT="${LTLIBEVENT}${LTLIBEVENT:+ }-l$name"
 
48943
          fi
 
48944
        fi
 
48945
      fi
 
48946
    done
 
48947
  done
 
48948
  if test "X$rpathdirs" != "X"; then
 
48949
    if test -n "$acl_hardcode_libdir_separator"; then
 
48950
                        alldirs=
 
48951
      for found_dir in $rpathdirs; do
 
48952
        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
 
48953
      done
 
48954
            acl_save_libdir="$libdir"
 
48955
      libdir="$alldirs"
 
48956
      eval flag=\"$acl_hardcode_libdir_flag_spec\"
 
48957
      libdir="$acl_save_libdir"
 
48958
      LIBEVENT="${LIBEVENT}${LIBEVENT:+ }$flag"
 
48959
    else
 
48960
            for found_dir in $rpathdirs; do
 
48961
        acl_save_libdir="$libdir"
 
48962
        libdir="$found_dir"
 
48963
        eval flag=\"$acl_hardcode_libdir_flag_spec\"
 
48964
        libdir="$acl_save_libdir"
 
48965
        LIBEVENT="${LIBEVENT}${LIBEVENT:+ }$flag"
 
48966
      done
 
48967
    fi
 
48968
  fi
 
48969
  if test "X$ltrpathdirs" != "X"; then
 
48970
            for found_dir in $ltrpathdirs; do
 
48971
      LTLIBEVENT="${LTLIBEVENT}${LTLIBEVENT:+ }-R$found_dir"
 
48972
    done
 
48973
  fi
 
48974
 
 
48975
 
 
48976
 
 
48977
 
 
48978
 
 
48979
 
 
48980
 
 
48981
        ac_save_CPPFLAGS="$CPPFLAGS"
 
48982
 
 
48983
  for element in $INCEVENT; do
 
48984
    haveit=
 
48985
    for x in $CPPFLAGS; do
 
48986
 
 
48987
  acl_save_prefix="$prefix"
 
48988
  prefix="$acl_final_prefix"
 
48989
  acl_save_exec_prefix="$exec_prefix"
 
48990
  exec_prefix="$acl_final_exec_prefix"
 
48991
  eval x=\"$x\"
 
48992
  exec_prefix="$acl_save_exec_prefix"
 
48993
  prefix="$acl_save_prefix"
 
48994
 
 
48995
      if test "X$x" = "X$element"; then
 
48996
        haveit=yes
 
48997
        break
 
48998
      fi
 
48999
    done
 
49000
    if test -z "$haveit"; then
 
49001
      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
 
49002
    fi
 
49003
  done
 
49004
 
 
49005
 
 
49006
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libevent" >&5
 
49007
$as_echo_n "checking for libevent... " >&6; }
 
49008
if ${ac_cv_libevent+:} false; then :
 
49009
  $as_echo_n "(cached) " >&6
 
49010
else
 
49011
 
 
49012
    ac_save_LIBS="$LIBS"
 
49013
    LIBS="$LIBS $LIBEVENT"
 
49014
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
49015
/* end confdefs.h.  */
 
49016
 
 
49017
    #include <sys/types.h>
 
49018
    #include <sys/time.h>
 
49019
    #include <stdlib.h>
 
49020
    #include <event.h>
 
49021
 
 
49022
int
 
49023
main ()
 
49024
{
 
49025
 
 
49026
    struct bufferevent bev;
 
49027
    bufferevent_settimeout(&bev, 1, 1);
 
49028
    event_init();
 
49029
    event_loop(EVLOOP_ONCE);
 
49030
 
 
49031
  ;
 
49032
  return 0;
 
49033
}
 
49034
_ACEOF
 
49035
if ac_fn_cxx_try_link "$LINENO"; then :
 
49036
  ac_cv_libevent=yes
 
49037
else
 
49038
  ac_cv_libevent=no
 
49039
fi
 
49040
rm -f core conftest.err conftest.$ac_objext \
 
49041
    conftest$ac_exeext conftest.$ac_ext
 
49042
    LIBS="$ac_save_LIBS"
 
49043
 
 
49044
fi
 
49045
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libevent" >&5
 
49046
$as_echo "$ac_cv_libevent" >&6; }
 
49047
  if test "$ac_cv_libevent" = yes; then
 
49048
    HAVE_LIBEVENT=yes
 
49049
 
 
49050
$as_echo "#define HAVE_LIBEVENT 1" >>confdefs.h
 
49051
 
 
49052
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libevent" >&5
 
49053
$as_echo_n "checking how to link with libevent... " >&6; }
 
49054
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBEVENT" >&5
 
49055
$as_echo "$LIBEVENT" >&6; }
 
49056
  else
 
49057
    HAVE_LIBEVENT=no
 
49058
            CPPFLAGS="$ac_save_CPPFLAGS"
 
49059
    LIBEVENT=
 
49060
    LTLIBEVENT=
 
49061
    LIBEVENT_PREFIX=
 
49062
  fi
 
49063
 
 
49064
 
 
49065
 
 
49066
 
 
49067
 
 
49068
 
 
49069
 
 
49070
 
 
49071
   if test "x${ac_cv_libevent}" = "xyes"; then
 
49072
  HAVE_LIBEVENT_TRUE=
 
49073
  HAVE_LIBEVENT_FALSE='#'
 
49074
else
 
49075
  HAVE_LIBEVENT_TRUE='#'
 
49076
  HAVE_LIBEVENT_FALSE=
 
49077
fi
 
49078
 
 
49079
 
 
49080
  if test "x${ac_cv_libevent}" = "xyes"; then :
 
49081
 
 
49082
    save_LIBS="${LIBS}"
 
49083
    LIBS="${LIBS} ${LTLIBEVENT}"
 
49084
    for ac_func in event_base_new
 
49085
do :
 
49086
  ac_fn_cxx_check_func "$LINENO" "event_base_new" "ac_cv_func_event_base_new"
 
49087
if test "x$ac_cv_func_event_base_new" = xyes; then :
 
49088
  cat >>confdefs.h <<_ACEOF
 
49089
#define HAVE_EVENT_BASE_NEW 1
 
49090
_ACEOF
 
49091
 
 
49092
fi
 
49093
done
 
49094
 
 
49095
    for ac_func in event_base_free
 
49096
do :
 
49097
  ac_fn_cxx_check_func "$LINENO" "event_base_free" "ac_cv_func_event_base_free"
 
49098
if test "x$ac_cv_func_event_base_free" = xyes; then :
 
49099
  cat >>confdefs.h <<_ACEOF
 
49100
#define HAVE_EVENT_BASE_FREE 1
 
49101
_ACEOF
 
49102
 
 
49103
fi
 
49104
done
 
49105
 
 
49106
    for ac_func in event_base_get_method
 
49107
do :
 
49108
  ac_fn_cxx_check_func "$LINENO" "event_base_get_method" "ac_cv_func_event_base_get_method"
 
49109
if test "x$ac_cv_func_event_base_get_method" = xyes; then :
 
49110
  cat >>confdefs.h <<_ACEOF
 
49111
#define HAVE_EVENT_BASE_GET_METHOD 1
 
49112
_ACEOF
 
49113
 
 
49114
fi
 
49115
done
 
49116
 
 
49117
    LIBS="$save_LIBS"
 
49118
 
 
49119
fi
 
49120
 
 
49121
 
 
49122
 
47930
49123
 
47931
49124
 
47932
49125
 
48441
49634
 
48442
49635
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmemcached" >&5
48443
49636
$as_echo_n "checking for libmemcached... " >&6; }
48444
 
if test "${ac_cv_libmemcached+set}" = set; then :
 
49637
if ${ac_cv_libmemcached+:} false; then :
48445
49638
  $as_echo_n "(cached) " >&6
48446
49639
else
48447
49640
 
48464
49657
  return 0;
48465
49658
}
48466
49659
_ACEOF
48467
 
if ac_fn_c_try_link "$LINENO"; then :
 
49660
if ac_fn_cxx_try_link "$LINENO"; then :
48468
49661
  ac_cv_libmemcached=yes
48469
49662
else
48470
49663
  ac_cv_libmemcached=no
49009
50202
 
49010
50203
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmemcachedprotocol" >&5
49011
50204
$as_echo_n "checking for libmemcachedprotocol... " >&6; }
49012
 
if test "${ac_cv_libmemcachedprotocol+set}" = set; then :
 
50205
if ${ac_cv_libmemcachedprotocol+:} false; then :
49013
50206
  $as_echo_n "(cached) " >&6
49014
50207
else
49015
50208
 
49031
50224
  return 0;
49032
50225
}
49033
50226
_ACEOF
49034
 
if ac_fn_c_try_link "$LINENO"; then :
 
50227
if ac_fn_cxx_try_link "$LINENO"; then :
49035
50228
  ac_cv_libmemcachedprotocol=yes
49036
50229
else
49037
50230
  ac_cv_libmemcachedprotocol=no
49075
50268
 
49076
50269
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libmemcached has memcached_server_fn" >&5
49077
50270
$as_echo_n "checking if libmemcached has memcached_server_fn... " >&6; }
49078
 
if test "${pandora_cv_libmemcached_server_fn+set}" = set; then :
 
50271
if ${pandora_cv_libmemcached_server_fn+:} false; then :
49079
50272
  $as_echo_n "(cached) " >&6
49080
50273
else
49081
50274
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49092
50285
  return 0;
49093
50286
}
49094
50287
_ACEOF
49095
 
if ac_fn_c_try_compile "$LINENO"; then :
 
50288
if ac_fn_cxx_try_compile "$LINENO"; then :
49096
50289
  pandora_cv_libmemcached_server_fn=yes
49097
50290
else
49098
50291
  pandora_cv_libmemcached_server_fn=no
49140
50333
set dummy $ac_cv_with_memcached; ac_word=$2
49141
50334
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
49142
50335
$as_echo_n "checking for $ac_word... " >&6; }
49143
 
if test "${ac_cv_path_MEMCACHED_BINARY+set}" = set; then :
 
50336
if ${ac_cv_path_MEMCACHED_BINARY+:} false; then :
49144
50337
  $as_echo_n "(cached) " >&6
49145
50338
else
49146
50339
  case $MEMCACHED_BINARY in
49612
50805
else
49613
50806
 
49614
50807
        if test "x${requested_auth_http_plugin}" = "xyes"; then :
49615
 
  as_fn_error "Plugin auth_http was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
 
50808
  as_fn_error $? "Plugin auth_http was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
49616
50809
fi
49617
50810
        with_auth_http_plugin=no
49618
50811
 
49743
50936
else
49744
50937
 
49745
50938
        if test "x${requested_auth_ldap_plugin}" = "xyes"; then :
49746
 
  as_fn_error "Plugin auth_ldap was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
 
50939
  as_fn_error $? "Plugin auth_ldap was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
49747
50940
fi
49748
50941
        with_auth_ldap_plugin=no
49749
50942
 
50357
51550
 
50358
51551
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpam" >&5
50359
51552
$as_echo_n "checking for libpam... " >&6; }
50360
 
if test "${ac_cv_libpam+set}" = set; then :
 
51553
if ${ac_cv_libpam+:} false; then :
50361
51554
  $as_echo_n "(cached) " >&6
50362
51555
else
50363
51556
 
50432
51625
else
50433
51626
 
50434
51627
        if test "x${requested_auth_pam_plugin}" = "xyes"; then :
50435
 
  as_fn_error "Plugin auth_pam was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
 
51628
  as_fn_error $? "Plugin auth_pam was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
50436
51629
fi
50437
51630
        with_auth_pam_plugin=no
50438
51631
 
50495
51688
 
50496
51689
 
50497
51690
 
 
51691
# Check whether --with-auth-schema-plugin was given.
 
51692
if test "${with_auth_schema_plugin+set}" = set; then :
 
51693
  withval=$with_auth_schema_plugin;
 
51694
    with_auth_schema_plugin="$withval"
 
51695
    if test "x$with_auth_schema_plugin" = "xyes"; then :
 
51696
 
 
51697
      requested_auth_schema_plugin="yes"
 
51698
 
 
51699
else
 
51700
 
 
51701
      requested_auth_schema_plugin="no"
 
51702
 
 
51703
fi
 
51704
 
 
51705
else
 
51706
 
 
51707
    with_auth_schema_plugin="yes"
 
51708
    requested_auth_schema_plugin="no"
 
51709
 
 
51710
fi
 
51711
 
 
51712
 
 
51713
# Check whether --with-static-auth-schema-plugin was given.
 
51714
if test "${with_static_auth_schema_plugin+set}" = set; then :
 
51715
  withval=$with_static_auth_schema_plugin;
 
51716
    with_static_auth_schema_plugin=${withval}
 
51717
 
 
51718
else
 
51719
 
 
51720
    with_static_auth_schema_plugin=no
 
51721
 
 
51722
fi
 
51723
 
 
51724
if test "x${with_static_auth_schema_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
 
51725
 
 
51726
  shared_auth_schema_plugin=no
 
51727
 
 
51728
else
 
51729
 
 
51730
  shared_auth_schema_plugin=yes
 
51731
 
 
51732
fi
 
51733
# Check whether --enable-auth-schema-plugin was given.
 
51734
if test "${enable_auth_schema_plugin+set}" = set; then :
 
51735
  enableval=$enable_auth_schema_plugin; enable_auth_schema_plugin="$enableval"
 
51736
else
 
51737
  enable_auth_schema_plugin=no
 
51738
fi
 
51739
 
 
51740
 
 
51741
 
 
51742
 if test "x${with_auth_schema_plugin}" = "xyes" -a ! "x${shared_auth_schema_plugin}" = "xyes"; then
 
51743
  BUILD_AUTH_SCHEMA_PLUGIN_STATIC_TRUE=
 
51744
  BUILD_AUTH_SCHEMA_PLUGIN_STATIC_FALSE='#'
 
51745
else
 
51746
  BUILD_AUTH_SCHEMA_PLUGIN_STATIC_TRUE='#'
 
51747
  BUILD_AUTH_SCHEMA_PLUGIN_STATIC_FALSE=
 
51748
fi
 
51749
 
 
51750
 if test "x${with_auth_schema_plugin}" = "xyes" -a "x${shared_auth_schema_plugin}" = "xyes"; then
 
51751
  BUILD_AUTH_SCHEMA_PLUGIN_SHARED_TRUE=
 
51752
  BUILD_AUTH_SCHEMA_PLUGIN_SHARED_FALSE='#'
 
51753
else
 
51754
  BUILD_AUTH_SCHEMA_PLUGIN_SHARED_TRUE='#'
 
51755
  BUILD_AUTH_SCHEMA_PLUGIN_SHARED_FALSE=
 
51756
fi
 
51757
 
 
51758
 if test "x${with_auth_schema_plugin}" = "xyes"; then
 
51759
  BUILD_AUTH_SCHEMA_PLUGIN_TRUE=
 
51760
  BUILD_AUTH_SCHEMA_PLUGIN_FALSE='#'
 
51761
else
 
51762
  BUILD_AUTH_SCHEMA_PLUGIN_TRUE='#'
 
51763
  BUILD_AUTH_SCHEMA_PLUGIN_FALSE=
 
51764
fi
 
51765
 
 
51766
 
 
51767
if test "x$with_auth_schema_plugin" = "xyes"; then :
 
51768
 
 
51769
 
 
51770
      pandora_plugin_test_list="auth_schema,${pandora_plugin_test_list}"
 
51771
 
 
51772
      if test "x${with_static_auth_schema_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
 
51773
 
 
51774
 
 
51775
        if test "x$enable_auth_schema_plugin" = "xyes"; then :
 
51776
 
 
51777
          pandora_builtin_load_list="auth_schema,${pandora_builtin_load_list}"
 
51778
          pandora_builtin_load_symbols_list="_drizzled_auth_schema_plugin_,${pandora_builtin_load_symbols_list}"
 
51779
          PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} "
 
51780
 
 
51781
fi
 
51782
        pandora_builtin_list="auth_schema,${pandora_builtin_list}"
 
51783
        pandora_builtin_symbols_list="_drizzled_auth_schema_plugin_,${pandora_builtin_symbols_list}"
 
51784
        pandora_plugin_libs="${pandora_plugin_libs} \${top_builddir}/plugin/libauth_schema_plugin.la"
 
51785
 
 
51786
else
 
51787
 
 
51788
        if test "x$enable_auth_schema_plugin" = "xyes"; then :
 
51789
 
 
51790
          pandora_default_plugin_list="auth_schema,${pandora_default_plugin_list}"
 
51791
 
 
51792
fi
 
51793
 
 
51794
fi
 
51795
 
 
51796
fi
 
51797
 
 
51798
 
 
51799
 
50498
51800
# Check whether --with-auth-test-plugin was given.
50499
51801
if test "${with_auth_test_plugin+set}" = set; then :
50500
51802
  withval=$with_auth_test_plugin;
51927
53229
 
51928
53230
else
51929
53231
 
51930
 
    with_static_errmsg_stderr_plugin=no
 
53232
    with_static_errmsg_stderr_plugin=yes
51931
53233
 
51932
53234
fi
51933
53235
 
52132
53434
 
52133
53435
else
52134
53436
 
52135
 
    with_filtered_replicator_plugin="yes"
 
53437
    with_filtered_replicator_plugin="no"
52136
53438
    requested_filtered_replicator_plugin="no"
52137
53439
 
52138
53440
fi
52509
53811
else
52510
53812
 
52511
53813
        if test "x${requested_gearman_udf_plugin}" = "xyes"; then :
52512
 
  as_fn_error "Plugin gearman_udf was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
 
53814
  as_fn_error $? "Plugin gearman_udf was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
52513
53815
fi
52514
53816
        with_gearman_udf_plugin=no
52515
53817
 
52572
53874
 
52573
53875
 
52574
53876
 
52575
 
# Check whether --with-haildb-plugin was given.
52576
 
if test "${with_haildb_plugin+set}" = set; then :
52577
 
  withval=$with_haildb_plugin;
52578
 
    with_haildb_plugin="$withval"
52579
 
    if test "x$with_haildb_plugin" = "xyes"; then :
52580
 
 
52581
 
      requested_haildb_plugin="yes"
52582
 
 
52583
 
else
52584
 
 
52585
 
      requested_haildb_plugin="no"
52586
 
 
52587
 
fi
52588
 
 
52589
 
else
52590
 
 
52591
 
    with_haildb_plugin="yes"
52592
 
    requested_haildb_plugin="no"
52593
 
 
52594
 
fi
52595
 
 
52596
 
 
52597
 
# Check whether --with-static-haildb-plugin was given.
52598
 
if test "${with_static_haildb_plugin+set}" = set; then :
52599
 
  withval=$with_static_haildb_plugin;
52600
 
    with_static_haildb_plugin=${withval}
52601
 
 
52602
 
else
52603
 
 
52604
 
    with_static_haildb_plugin=no
52605
 
 
52606
 
fi
52607
 
 
52608
 
if test "x${with_static_haildb_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
52609
 
 
52610
 
  shared_haildb_plugin=no
52611
 
 
52612
 
else
52613
 
 
52614
 
  shared_haildb_plugin=yes
52615
 
 
52616
 
fi
52617
 
# Check whether --enable-haildb-plugin was given.
52618
 
if test "${enable_haildb_plugin+set}" = set; then :
52619
 
  enableval=$enable_haildb_plugin; enable_haildb_plugin="$enableval"
52620
 
else
52621
 
  enable_haildb_plugin=no
52622
 
fi
52623
 
 
52624
 
 
52625
 
 
52626
 
 
52627
 
 
52628
 
 
52629
 
 
52630
 
if test "x${with_haildb_plugin}" = "xyes" -a "x${ac_cv_libhaildb}" = "xyes"; then :
52631
 
 
52632
 
else
52633
 
 
52634
 
        if test "x${requested_haildb_plugin}" = "xyes"; then :
52635
 
  as_fn_error "Plugin haildb was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
52636
 
fi
52637
 
        with_haildb_plugin=no
52638
 
 
52639
 
fi
52640
 
 
52641
 
 
52642
 
 if test "x${with_haildb_plugin}" = "xyes" -a "x${ac_cv_libhaildb}" = "xyes" -a ! "x${shared_haildb_plugin}" = "xyes"; then
52643
 
  BUILD_HAILDB_PLUGIN_STATIC_TRUE=
52644
 
  BUILD_HAILDB_PLUGIN_STATIC_FALSE='#'
52645
 
else
52646
 
  BUILD_HAILDB_PLUGIN_STATIC_TRUE='#'
52647
 
  BUILD_HAILDB_PLUGIN_STATIC_FALSE=
52648
 
fi
52649
 
 
52650
 
 if test "x${with_haildb_plugin}" = "xyes" -a "x${ac_cv_libhaildb}" = "xyes" -a "x${shared_haildb_plugin}" = "xyes"; then
52651
 
  BUILD_HAILDB_PLUGIN_SHARED_TRUE=
52652
 
  BUILD_HAILDB_PLUGIN_SHARED_FALSE='#'
52653
 
else
52654
 
  BUILD_HAILDB_PLUGIN_SHARED_TRUE='#'
52655
 
  BUILD_HAILDB_PLUGIN_SHARED_FALSE=
52656
 
fi
52657
 
 
52658
 
 if test "x${with_haildb_plugin}" = "xyes" -a "x${ac_cv_libhaildb}" = "xyes"; then
52659
 
  BUILD_HAILDB_PLUGIN_TRUE=
52660
 
  BUILD_HAILDB_PLUGIN_FALSE='#'
52661
 
else
52662
 
  BUILD_HAILDB_PLUGIN_TRUE='#'
52663
 
  BUILD_HAILDB_PLUGIN_FALSE=
52664
 
fi
52665
 
 
52666
 
 
52667
 
if test "x$with_haildb_plugin" = "xyes"; then :
52668
 
 
52669
 
 
52670
 
      if test "x${with_static_haildb_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
52671
 
 
52672
 
 
52673
 
        if test "x$enable_haildb_plugin" = "xyes"; then :
52674
 
 
52675
 
          pandora_builtin_load_list="haildb,${pandora_builtin_load_list}"
52676
 
          pandora_builtin_load_symbols_list="_drizzled_haildb_plugin_,${pandora_builtin_load_symbols_list}"
52677
 
          PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} "
52678
 
 
52679
 
fi
52680
 
        pandora_builtin_list="haildb,${pandora_builtin_list}"
52681
 
        pandora_builtin_symbols_list="_drizzled_haildb_plugin_,${pandora_builtin_symbols_list}"
52682
 
        pandora_plugin_libs="${pandora_plugin_libs} \${top_builddir}/plugin/libhaildb_plugin.la"
52683
 
 
52684
 
else
52685
 
 
52686
 
        if test "x$enable_haildb_plugin" = "xyes"; then :
52687
 
 
52688
 
          pandora_default_plugin_list="haildb,${pandora_default_plugin_list}"
52689
 
 
52690
 
fi
52691
 
 
52692
 
fi
52693
 
 
52694
 
fi
52695
 
 
52696
 
 
52697
 
 
52698
53877
# Check whether --with-hello-events-plugin was given.
52699
53878
if test "${with_hello_events_plugin+set}" = set; then :
52700
53879
  withval=$with_hello_events_plugin;
53020
54199
 
53021
54200
 
53022
54201
 
 
54202
# Check whether --with-http-functions-plugin was given.
 
54203
if test "${with_http_functions_plugin+set}" = set; then :
 
54204
  withval=$with_http_functions_plugin;
 
54205
    with_http_functions_plugin="$withval"
 
54206
    if test "x$with_http_functions_plugin" = "xyes"; then :
 
54207
 
 
54208
      requested_http_functions_plugin="yes"
 
54209
 
 
54210
else
 
54211
 
 
54212
      requested_http_functions_plugin="no"
 
54213
 
 
54214
fi
 
54215
 
 
54216
else
 
54217
 
 
54218
    with_http_functions_plugin="yes"
 
54219
    requested_http_functions_plugin="no"
 
54220
 
 
54221
fi
 
54222
 
 
54223
 
 
54224
# Check whether --with-static-http-functions-plugin was given.
 
54225
if test "${with_static_http_functions_plugin+set}" = set; then :
 
54226
  withval=$with_static_http_functions_plugin;
 
54227
    with_static_http_functions_plugin=${withval}
 
54228
 
 
54229
else
 
54230
 
 
54231
    with_static_http_functions_plugin=no
 
54232
 
 
54233
fi
 
54234
 
 
54235
if test "x${with_static_http_functions_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
 
54236
 
 
54237
  shared_http_functions_plugin=no
 
54238
 
 
54239
else
 
54240
 
 
54241
  shared_http_functions_plugin=yes
 
54242
 
 
54243
fi
 
54244
# Check whether --enable-http-functions-plugin was given.
 
54245
if test "${enable_http_functions_plugin+set}" = set; then :
 
54246
  enableval=$enable_http_functions_plugin; enable_http_functions_plugin="$enableval"
 
54247
else
 
54248
  enable_http_functions_plugin=no
 
54249
fi
 
54250
 
 
54251
 
 
54252
 
 
54253
 
 
54254
  if test "x${ac_cv_libcurl}" = "xno"; then :
 
54255
 
 
54256
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libcurl development lib not found. On Debian this is found in libcurl4-gnutls-dev. On RHEL5/Fedora11 it's in curl-devel. On RHEL6/Fedora12 it's in libcurl-devel." >&5
 
54257
$as_echo "$as_me: WARNING: libcurl development lib not found. On Debian this is found in libcurl4-gnutls-dev. On RHEL5/Fedora11 it's in curl-devel. On RHEL6/Fedora12 it's in libcurl-devel." >&2;}
 
54258
 
 
54259
fi
 
54260
 
 
54261
if test "x$ac_cv_libcurl" = "xno"; then :
 
54262
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libcurl not found: not building http_functions" >&5
 
54263
$as_echo "$as_me: WARNING: libcurl not found: not building http_functions" >&2;}
 
54264
fi
 
54265
 
 
54266
  PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} ${LIBCURL}"
 
54267
 
 
54268
 
 
54269
 
 
54270
if test "x${with_http_functions_plugin}" = "xyes" -a "${ac_cv_libcurl}" = "yes"; then :
 
54271
 
 
54272
else
 
54273
 
 
54274
        if test "x${requested_http_functions_plugin}" = "xyes"; then :
 
54275
  as_fn_error $? "Plugin http_functions was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
 
54276
fi
 
54277
        with_http_functions_plugin=no
 
54278
 
 
54279
fi
 
54280
 
 
54281
 
 
54282
 if test "x${with_http_functions_plugin}" = "xyes" -a "${ac_cv_libcurl}" = "yes" -a ! "x${shared_http_functions_plugin}" = "xyes"; then
 
54283
  BUILD_HTTP_FUNCTIONS_PLUGIN_STATIC_TRUE=
 
54284
  BUILD_HTTP_FUNCTIONS_PLUGIN_STATIC_FALSE='#'
 
54285
else
 
54286
  BUILD_HTTP_FUNCTIONS_PLUGIN_STATIC_TRUE='#'
 
54287
  BUILD_HTTP_FUNCTIONS_PLUGIN_STATIC_FALSE=
 
54288
fi
 
54289
 
 
54290
 if test "x${with_http_functions_plugin}" = "xyes" -a "${ac_cv_libcurl}" = "yes" -a "x${shared_http_functions_plugin}" = "xyes"; then
 
54291
  BUILD_HTTP_FUNCTIONS_PLUGIN_SHARED_TRUE=
 
54292
  BUILD_HTTP_FUNCTIONS_PLUGIN_SHARED_FALSE='#'
 
54293
else
 
54294
  BUILD_HTTP_FUNCTIONS_PLUGIN_SHARED_TRUE='#'
 
54295
  BUILD_HTTP_FUNCTIONS_PLUGIN_SHARED_FALSE=
 
54296
fi
 
54297
 
 
54298
 if test "x${with_http_functions_plugin}" = "xyes" -a "${ac_cv_libcurl}" = "yes"; then
 
54299
  BUILD_HTTP_FUNCTIONS_PLUGIN_TRUE=
 
54300
  BUILD_HTTP_FUNCTIONS_PLUGIN_FALSE='#'
 
54301
else
 
54302
  BUILD_HTTP_FUNCTIONS_PLUGIN_TRUE='#'
 
54303
  BUILD_HTTP_FUNCTIONS_PLUGIN_FALSE=
 
54304
fi
 
54305
 
 
54306
 
 
54307
if test "x$with_http_functions_plugin" = "xyes"; then :
 
54308
 
 
54309
 
 
54310
      if test "x${with_static_http_functions_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
 
54311
 
 
54312
 
 
54313
        if test "x$enable_http_functions_plugin" = "xyes"; then :
 
54314
 
 
54315
          pandora_builtin_load_list="http_functions,${pandora_builtin_load_list}"
 
54316
          pandora_builtin_load_symbols_list="_drizzled_http_functions_plugin_,${pandora_builtin_load_symbols_list}"
 
54317
          PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} "
 
54318
 
 
54319
fi
 
54320
        pandora_builtin_list="http_functions,${pandora_builtin_list}"
 
54321
        pandora_builtin_symbols_list="_drizzled_http_functions_plugin_,${pandora_builtin_symbols_list}"
 
54322
        pandora_plugin_libs="${pandora_plugin_libs} \${top_builddir}/plugin/libhttp_functions_plugin.la"
 
54323
 
 
54324
else
 
54325
 
 
54326
        if test "x$enable_http_functions_plugin" = "xyes"; then :
 
54327
 
 
54328
          pandora_default_plugin_list="http_functions,${pandora_default_plugin_list}"
 
54329
 
 
54330
fi
 
54331
 
 
54332
fi
 
54333
 
 
54334
fi
 
54335
 
 
54336
 
 
54337
 
53023
54338
# Check whether --with-information-schema-dictionary-plugin was given.
53024
54339
if test "${with_information_schema_dictionary_plugin+set}" = set; then :
53025
54340
  withval=$with_information_schema_dictionary_plugin;
53204
54519
 
53205
54520
  if test "x${pandora_cv_skip_requires}" != "xno"; then :
53206
54521
 
53207
 
    as_fn_error "\"flex is required for ${PACKAGE} to build from a bzr branch\"" "$LINENO" 5
 
54522
    as_fn_error $? "\"flex is required for ${PACKAGE} to build from a bzr branch\"" "$LINENO" 5
53208
54523
 
53209
54524
else
53210
54525
 
53224
54539
 
53225
54540
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for aio_read in -lrt" >&5
53226
54541
$as_echo_n "checking for aio_read in -lrt... " >&6; }
53227
 
if test "${ac_cv_lib_rt_aio_read+set}" = set; then :
 
54542
if ${ac_cv_lib_rt_aio_read+:} false; then :
53228
54543
  $as_echo_n "(cached) " >&6
53229
54544
else
53230
54545
  ac_check_lib_save_LIBS=$LIBS
53258
54573
fi
53259
54574
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_aio_read" >&5
53260
54575
$as_echo "$ac_cv_lib_rt_aio_read" >&6; }
53261
 
if test "x$ac_cv_lib_rt_aio_read" = x""yes; then :
 
54576
if test "x$ac_cv_lib_rt_aio_read" = xyes; then :
53262
54577
  innodb_system_libs="-lrt"
53263
54578
fi
53264
54579
 
53267
54582
do :
53268
54583
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
53269
54584
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
53270
 
eval as_val=\$$as_ac_Header
53271
 
   if test "x$as_val" = x""yes; then :
 
54585
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
53272
54586
  cat >>confdefs.h <<_ACEOF
53273
54587
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
53274
54588
_ACEOF
53283
54597
# This bug is HP SR number 8606223364.
53284
54598
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
53285
54599
$as_echo_n "checking size of int... " >&6; }
53286
 
if test "${ac_cv_sizeof_int+set}" = set; then :
 
54600
if ${ac_cv_sizeof_int+:} false; then :
53287
54601
  $as_echo_n "(cached) " >&6
53288
54602
else
53289
54603
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int"        "$ac_includes_default"; then :
53292
54606
  if test "$ac_cv_type_int" = yes; then
53293
54607
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
53294
54608
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
53295
 
{ as_fn_set_status 77
53296
 
as_fn_error "cannot compute sizeof (int)
53297
 
See \`config.log' for more details." "$LINENO" 5; }; }
 
54609
as_fn_error 77 "cannot compute sizeof (int)
 
54610
See \`config.log' for more details" "$LINENO" 5; }
53298
54611
   else
53299
54612
     ac_cv_sizeof_int=0
53300
54613
   fi
53317
54630
# This bug is HP SR number 8606223364.
53318
54631
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
53319
54632
$as_echo_n "checking size of long... " >&6; }
53320
 
if test "${ac_cv_sizeof_long+set}" = set; then :
 
54633
if ${ac_cv_sizeof_long+:} false; then :
53321
54634
  $as_echo_n "(cached) " >&6
53322
54635
else
53323
54636
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
53326
54639
  if test "$ac_cv_type_long" = yes; then
53327
54640
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
53328
54641
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
53329
 
{ as_fn_set_status 77
53330
 
as_fn_error "cannot compute sizeof (long)
53331
 
See \`config.log' for more details." "$LINENO" 5; }; }
 
54642
as_fn_error 77 "cannot compute sizeof (long)
 
54643
See \`config.log' for more details" "$LINENO" 5; }
53332
54644
   else
53333
54645
     ac_cv_sizeof_long=0
53334
54646
   fi
53351
54663
# This bug is HP SR number 8606223364.
53352
54664
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void*" >&5
53353
54665
$as_echo_n "checking size of void*... " >&6; }
53354
 
if test "${ac_cv_sizeof_voidp+set}" = set; then :
 
54666
if ${ac_cv_sizeof_voidp+:} false; then :
53355
54667
  $as_echo_n "(cached) " >&6
53356
54668
else
53357
54669
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void*))" "ac_cv_sizeof_voidp"        "$ac_includes_default"; then :
53360
54672
  if test "$ac_cv_type_voidp" = yes; then
53361
54673
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
53362
54674
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
53363
 
{ as_fn_set_status 77
53364
 
as_fn_error "cannot compute sizeof (void*)
53365
 
See \`config.log' for more details." "$LINENO" 5; }; }
 
54675
as_fn_error 77 "cannot compute sizeof (void*)
 
54676
See \`config.log' for more details" "$LINENO" 5; }
53366
54677
   else
53367
54678
     ac_cv_sizeof_voidp=0
53368
54679
   fi
53383
54694
do :
53384
54695
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
53385
54696
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
53386
 
eval as_val=\$$as_ac_var
53387
 
   if test "x$as_val" = x""yes; then :
 
54697
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
53388
54698
  cat >>confdefs.h <<_ACEOF
53389
54699
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
53390
54700
_ACEOF
53396
54706
do :
53397
54707
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
53398
54708
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
53399
 
eval as_val=\$$as_ac_var
53400
 
   if test "x$as_val" = x""yes; then :
 
54709
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
53401
54710
  cat >>confdefs.h <<_ACEOF
53402
54711
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
53403
54712
_ACEOF
53407
54716
 
53408
54717
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
53409
54718
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
53410
 
if test "${ac_cv_c_bigendian+set}" = set; then :
 
54719
if ${ac_cv_c_bigendian+:} false; then :
53411
54720
  $as_echo_n "(cached) " >&6
53412
54721
else
53413
54722
  ac_cv_c_bigendian=unknown
53625
54934
 
53626
54935
     ;; #(
53627
54936
   *)
53628
 
     as_fn_error "unknown endianness
 
54937
     as_fn_error $? "unknown endianness
53629
54938
 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
53630
54939
 esac
53631
54940
 
53647
54956
do :
53648
54957
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
53649
54958
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
53650
 
eval as_val=\$$as_ac_var
53651
 
   if test "x$as_val" = x""yes; then :
 
54959
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
53652
54960
  cat >>confdefs.h <<_ACEOF
53653
54961
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
53654
54962
_ACEOF
53683
54991
 
53684
54992
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_t can be used by GCC atomic builtins" >&5
53685
54993
$as_echo_n "checking whether pthread_t can be used by GCC atomic builtins... " >&6; }
53686
 
if test "${ac_cv_plugin_innodb_have_gcc_atomic+set}" = set; then :
 
54994
if ${ac_cv_plugin_innodb_have_gcc_atomic+:} false; then :
53687
54995
  $as_echo_n "(cached) " >&6
53688
54996
else
53689
54997
 
53690
54998
    if test "$cross_compiling" = yes; then :
53691
54999
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
53692
55000
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
53693
 
as_fn_error "cannot run test program while cross compiling
53694
 
See \`config.log' for more details." "$LINENO" 5; }
 
55001
as_fn_error $? "cannot run test program while cross compiling
 
55002
See \`config.log' for more details" "$LINENO" 5; }
53695
55003
else
53696
55004
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53697
55005
/* end confdefs.h.  */
53741
55049
 
53742
55050
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __attribute__ visibility \"hidden\" is supported" >&5
53743
55051
$as_echo_n "checking whether __attribute__ visibility \"hidden\" is supported... " >&6; }
53744
 
if test "${ac_cv_can_use_hidden_+set}" = set; then :
 
55052
if ${ac_cv_can_use_hidden_+:} false; then :
53745
55053
  $as_echo_n "(cached) " >&6
53746
55054
else
53747
55055
 
53806
55114
 
53807
55115
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking checking if pthread_t size is integral" >&5
53808
55116
$as_echo_n "checking checking if pthread_t size is integral... " >&6; }
53809
 
if test "${ac_cv_plugin_innodb_pthread_integral+set}" = set; then :
 
55117
if ${ac_cv_plugin_innodb_pthread_integral+:} false; then :
53810
55118
  $as_echo_n "(cached) " >&6
53811
55119
else
53812
55120
 
53854
55162
# This bug is HP SR number 8606223364.
53855
55163
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of pthread_t" >&5
53856
55164
$as_echo_n "checking size of pthread_t... " >&6; }
53857
 
if test "${ac_cv_sizeof_pthread_t+set}" = set; then :
 
55165
if ${ac_cv_sizeof_pthread_t+:} false; then :
53858
55166
  $as_echo_n "(cached) " >&6
53859
55167
else
53860
55168
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (pthread_t))" "ac_cv_sizeof_pthread_t"        "
53866
55174
  if test "$ac_cv_type_pthread_t" = yes; then
53867
55175
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
53868
55176
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
53869
 
{ as_fn_set_status 77
53870
 
as_fn_error "cannot compute sizeof (pthread_t)
53871
 
See \`config.log' for more details." "$LINENO" 5; }; }
 
55177
as_fn_error 77 "cannot compute sizeof (pthread_t)
 
55178
See \`config.log' for more details" "$LINENO" 5; }
53872
55179
   else
53873
55180
     ac_cv_sizeof_pthread_t=0
53874
55181
   fi
53893
55200
  # Check for x86 PAUSE instruction
53894
55201
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for x86 PAUSE instruction" >&5
53895
55202
$as_echo_n "checking for x86 PAUSE instruction... " >&6; }
53896
 
if test "${ac_cv_plugin_innodb_has_pause+set}" = set; then :
 
55203
if ${ac_cv_plugin_innodb_has_pause+:} false; then :
53897
55204
  $as_echo_n "(cached) " >&6
53898
55205
else
53899
55206
 
53906
55213
  if test "$cross_compiling" = yes; then :
53907
55214
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
53908
55215
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
53909
 
as_fn_error "cannot run test program while cross compiling
53910
 
See \`config.log' for more details." "$LINENO" 5; }
 
55216
as_fn_error $? "cannot run test program while cross compiling
 
55217
See \`config.log' for more details" "$LINENO" 5; }
53911
55218
else
53912
55219
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53913
55220
/* end confdefs.h.  */
54009
55316
 
54010
55317
 
54011
55318
 
 
55319
# Check whether --with-ipv6-function-plugin was given.
 
55320
if test "${with_ipv6_function_plugin+set}" = set; then :
 
55321
  withval=$with_ipv6_function_plugin;
 
55322
    with_ipv6_function_plugin="$withval"
 
55323
    if test "x$with_ipv6_function_plugin" = "xyes"; then :
 
55324
 
 
55325
      requested_ipv6_function_plugin="yes"
 
55326
 
 
55327
else
 
55328
 
 
55329
      requested_ipv6_function_plugin="no"
 
55330
 
 
55331
fi
 
55332
 
 
55333
else
 
55334
 
 
55335
    with_ipv6_function_plugin="no"
 
55336
    requested_ipv6_function_plugin="no"
 
55337
 
 
55338
fi
 
55339
 
 
55340
 
 
55341
# Check whether --with-static-ipv6-function-plugin was given.
 
55342
if test "${with_static_ipv6_function_plugin+set}" = set; then :
 
55343
  withval=$with_static_ipv6_function_plugin;
 
55344
    with_static_ipv6_function_plugin=${withval}
 
55345
 
 
55346
else
 
55347
 
 
55348
    with_static_ipv6_function_plugin=yes
 
55349
 
 
55350
fi
 
55351
 
 
55352
if test "x${with_static_ipv6_function_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
 
55353
 
 
55354
  shared_ipv6_function_plugin=no
 
55355
 
 
55356
else
 
55357
 
 
55358
  shared_ipv6_function_plugin=yes
 
55359
 
 
55360
fi
 
55361
# Check whether --enable-ipv6-function-plugin was given.
 
55362
if test "${enable_ipv6_function_plugin+set}" = set; then :
 
55363
  enableval=$enable_ipv6_function_plugin; enable_ipv6_function_plugin="$enableval"
 
55364
else
 
55365
  enable_ipv6_function_plugin=no
 
55366
fi
 
55367
 
 
55368
 
 
55369
 
 
55370
 if test "x${with_ipv6_function_plugin}" = "xyes" -a ! "x${shared_ipv6_function_plugin}" = "xyes"; then
 
55371
  BUILD_IPV6_FUNCTION_PLUGIN_STATIC_TRUE=
 
55372
  BUILD_IPV6_FUNCTION_PLUGIN_STATIC_FALSE='#'
 
55373
else
 
55374
  BUILD_IPV6_FUNCTION_PLUGIN_STATIC_TRUE='#'
 
55375
  BUILD_IPV6_FUNCTION_PLUGIN_STATIC_FALSE=
 
55376
fi
 
55377
 
 
55378
 if test "x${with_ipv6_function_plugin}" = "xyes" -a "x${shared_ipv6_function_plugin}" = "xyes"; then
 
55379
  BUILD_IPV6_FUNCTION_PLUGIN_SHARED_TRUE=
 
55380
  BUILD_IPV6_FUNCTION_PLUGIN_SHARED_FALSE='#'
 
55381
else
 
55382
  BUILD_IPV6_FUNCTION_PLUGIN_SHARED_TRUE='#'
 
55383
  BUILD_IPV6_FUNCTION_PLUGIN_SHARED_FALSE=
 
55384
fi
 
55385
 
 
55386
 if test "x${with_ipv6_function_plugin}" = "xyes"; then
 
55387
  BUILD_IPV6_FUNCTION_PLUGIN_TRUE=
 
55388
  BUILD_IPV6_FUNCTION_PLUGIN_FALSE='#'
 
55389
else
 
55390
  BUILD_IPV6_FUNCTION_PLUGIN_TRUE='#'
 
55391
  BUILD_IPV6_FUNCTION_PLUGIN_FALSE=
 
55392
fi
 
55393
 
 
55394
 
 
55395
if test "x$with_ipv6_function_plugin" = "xyes"; then :
 
55396
 
 
55397
 
 
55398
      if test "x${with_static_ipv6_function_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
 
55399
 
 
55400
 
 
55401
        if test "x$enable_ipv6_function_plugin" = "xyes"; then :
 
55402
 
 
55403
          pandora_builtin_load_list="ipv6_function,${pandora_builtin_load_list}"
 
55404
          pandora_builtin_load_symbols_list="_drizzled_ipv6_function_plugin_,${pandora_builtin_load_symbols_list}"
 
55405
          PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} "
 
55406
 
 
55407
fi
 
55408
        pandora_builtin_list="ipv6_function,${pandora_builtin_list}"
 
55409
        pandora_builtin_symbols_list="_drizzled_ipv6_function_plugin_,${pandora_builtin_symbols_list}"
 
55410
        pandora_plugin_libs="${pandora_plugin_libs} \${top_builddir}/plugin/libipv6_function_plugin.la"
 
55411
 
 
55412
else
 
55413
 
 
55414
        if test "x$enable_ipv6_function_plugin" = "xyes"; then :
 
55415
 
 
55416
          pandora_default_plugin_list="ipv6_function,${pandora_default_plugin_list}"
 
55417
 
 
55418
fi
 
55419
 
 
55420
fi
 
55421
 
 
55422
fi
 
55423
 
 
55424
 
 
55425
 
 
55426
# Check whether --with-js-plugin was given.
 
55427
if test "${with_js_plugin+set}" = set; then :
 
55428
  withval=$with_js_plugin;
 
55429
    with_js_plugin="$withval"
 
55430
    if test "x$with_js_plugin" = "xyes"; then :
 
55431
 
 
55432
      requested_js_plugin="yes"
 
55433
 
 
55434
else
 
55435
 
 
55436
      requested_js_plugin="no"
 
55437
 
 
55438
fi
 
55439
 
 
55440
else
 
55441
 
 
55442
    with_js_plugin="yes"
 
55443
    requested_js_plugin="no"
 
55444
 
 
55445
fi
 
55446
 
 
55447
 
 
55448
# Check whether --with-static-js-plugin was given.
 
55449
if test "${with_static_js_plugin+set}" = set; then :
 
55450
  withval=$with_static_js_plugin;
 
55451
    with_static_js_plugin=${withval}
 
55452
 
 
55453
else
 
55454
 
 
55455
    with_static_js_plugin=no
 
55456
 
 
55457
fi
 
55458
 
 
55459
if test "x${with_static_js_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
 
55460
 
 
55461
  shared_js_plugin=no
 
55462
 
 
55463
else
 
55464
 
 
55465
  shared_js_plugin=yes
 
55466
 
 
55467
fi
 
55468
# Check whether --enable-js-plugin was given.
 
55469
if test "${enable_js_plugin+set}" = set; then :
 
55470
  enableval=$enable_js_plugin; enable_js_plugin="$enableval"
 
55471
else
 
55472
  enable_js_plugin=yes
 
55473
fi
 
55474
 
 
55475
 
 
55476
 
 
55477
 
 
55478
 
 
55479
 
 
55480
if test "x$ac_cv_libv8" = "xno"; then :
 
55481
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libv8 not found: not building js() function. (You'll find v8 in the libv8-dev package on Debian systems, and libv8-devel on Red Hat systems.)" >&5
 
55482
$as_echo "$as_me: WARNING: libv8 not found: not building js() function. (You'll find v8 in the libv8-dev package on Debian systems, and libv8-devel on Red Hat systems.)" >&2;}
 
55483
fi
 
55484
 
 
55485
if test "x${with_js_plugin}" = "xyes" -a "$ac_cv_libv8" = "yes"; then :
 
55486
 
 
55487
else
 
55488
 
 
55489
        if test "x${requested_js_plugin}" = "xyes"; then :
 
55490
  as_fn_error $? "Plugin js was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
 
55491
fi
 
55492
        with_js_plugin=no
 
55493
 
 
55494
fi
 
55495
 
 
55496
 
 
55497
 if test "x${with_js_plugin}" = "xyes" -a "$ac_cv_libv8" = "yes" -a ! "x${shared_js_plugin}" = "xyes"; then
 
55498
  BUILD_JS_PLUGIN_STATIC_TRUE=
 
55499
  BUILD_JS_PLUGIN_STATIC_FALSE='#'
 
55500
else
 
55501
  BUILD_JS_PLUGIN_STATIC_TRUE='#'
 
55502
  BUILD_JS_PLUGIN_STATIC_FALSE=
 
55503
fi
 
55504
 
 
55505
 if test "x${with_js_plugin}" = "xyes" -a "$ac_cv_libv8" = "yes" -a "x${shared_js_plugin}" = "xyes"; then
 
55506
  BUILD_JS_PLUGIN_SHARED_TRUE=
 
55507
  BUILD_JS_PLUGIN_SHARED_FALSE='#'
 
55508
else
 
55509
  BUILD_JS_PLUGIN_SHARED_TRUE='#'
 
55510
  BUILD_JS_PLUGIN_SHARED_FALSE=
 
55511
fi
 
55512
 
 
55513
 if test "x${with_js_plugin}" = "xyes" -a "$ac_cv_libv8" = "yes"; then
 
55514
  BUILD_JS_PLUGIN_TRUE=
 
55515
  BUILD_JS_PLUGIN_FALSE='#'
 
55516
else
 
55517
  BUILD_JS_PLUGIN_TRUE='#'
 
55518
  BUILD_JS_PLUGIN_FALSE=
 
55519
fi
 
55520
 
 
55521
 
 
55522
if test "x$with_js_plugin" = "xyes"; then :
 
55523
 
 
55524
 
 
55525
      pandora_plugin_test_list="js,${pandora_plugin_test_list}"
 
55526
 
 
55527
      if test "x${with_static_js_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
 
55528
 
 
55529
 
 
55530
        if test "x$enable_js_plugin" = "xyes"; then :
 
55531
 
 
55532
          pandora_builtin_load_list="js,${pandora_builtin_load_list}"
 
55533
          pandora_builtin_load_symbols_list="_drizzled_js_plugin_,${pandora_builtin_load_symbols_list}"
 
55534
          PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} "
 
55535
 
 
55536
fi
 
55537
        pandora_builtin_list="js,${pandora_builtin_list}"
 
55538
        pandora_builtin_symbols_list="_drizzled_js_plugin_,${pandora_builtin_symbols_list}"
 
55539
        pandora_plugin_libs="${pandora_plugin_libs} \${top_builddir}/plugin/libjs_plugin.la"
 
55540
 
 
55541
else
 
55542
 
 
55543
        if test "x$enable_js_plugin" = "xyes"; then :
 
55544
 
 
55545
          pandora_default_plugin_list="js,${pandora_default_plugin_list}"
 
55546
 
 
55547
fi
 
55548
 
 
55549
fi
 
55550
 
 
55551
fi
 
55552
 
 
55553
 
 
55554
 
 
55555
# Check whether --with-json-server-plugin was given.
 
55556
if test "${with_json_server_plugin+set}" = set; then :
 
55557
  withval=$with_json_server_plugin;
 
55558
    with_json_server_plugin="$withval"
 
55559
    if test "x$with_json_server_plugin" = "xyes"; then :
 
55560
 
 
55561
      requested_json_server_plugin="yes"
 
55562
 
 
55563
else
 
55564
 
 
55565
      requested_json_server_plugin="no"
 
55566
 
 
55567
fi
 
55568
 
 
55569
else
 
55570
 
 
55571
    with_json_server_plugin="yes"
 
55572
    requested_json_server_plugin="no"
 
55573
 
 
55574
fi
 
55575
 
 
55576
 
 
55577
# Check whether --with-static-json-server-plugin was given.
 
55578
if test "${with_static_json_server_plugin+set}" = set; then :
 
55579
  withval=$with_static_json_server_plugin;
 
55580
    with_static_json_server_plugin=${withval}
 
55581
 
 
55582
else
 
55583
 
 
55584
    with_static_json_server_plugin=no
 
55585
 
 
55586
fi
 
55587
 
 
55588
if test "x${with_static_json_server_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
 
55589
 
 
55590
  shared_json_server_plugin=no
 
55591
 
 
55592
else
 
55593
 
 
55594
  shared_json_server_plugin=yes
 
55595
 
 
55596
fi
 
55597
# Check whether --enable-json-server-plugin was given.
 
55598
if test "${enable_json_server_plugin+set}" = set; then :
 
55599
  enableval=$enable_json_server_plugin; enable_json_server_plugin="$enableval"
 
55600
else
 
55601
  enable_json_server_plugin=no
 
55602
fi
 
55603
 
 
55604
 
 
55605
 
 
55606
 
 
55607
 
 
55608
 
 
55609
 
 
55610
if test "x${with_json_server_plugin}" = "xyes" -a "x${ac_cv_libevent}" = "xyes" -a "x${ac_cv_libcurl}" = "xyes"; then :
 
55611
 
 
55612
else
 
55613
 
 
55614
        if test "x${requested_json_server_plugin}" = "xyes"; then :
 
55615
  as_fn_error $? "Plugin json_server was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
 
55616
fi
 
55617
        with_json_server_plugin=no
 
55618
 
 
55619
fi
 
55620
 
 
55621
 
 
55622
 if test "x${with_json_server_plugin}" = "xyes" -a "x${ac_cv_libevent}" = "xyes" -a "x${ac_cv_libcurl}" = "xyes" -a ! "x${shared_json_server_plugin}" = "xyes"; then
 
55623
  BUILD_JSON_SERVER_PLUGIN_STATIC_TRUE=
 
55624
  BUILD_JSON_SERVER_PLUGIN_STATIC_FALSE='#'
 
55625
else
 
55626
  BUILD_JSON_SERVER_PLUGIN_STATIC_TRUE='#'
 
55627
  BUILD_JSON_SERVER_PLUGIN_STATIC_FALSE=
 
55628
fi
 
55629
 
 
55630
 if test "x${with_json_server_plugin}" = "xyes" -a "x${ac_cv_libevent}" = "xyes" -a "x${ac_cv_libcurl}" = "xyes" -a "x${shared_json_server_plugin}" = "xyes"; then
 
55631
  BUILD_JSON_SERVER_PLUGIN_SHARED_TRUE=
 
55632
  BUILD_JSON_SERVER_PLUGIN_SHARED_FALSE='#'
 
55633
else
 
55634
  BUILD_JSON_SERVER_PLUGIN_SHARED_TRUE='#'
 
55635
  BUILD_JSON_SERVER_PLUGIN_SHARED_FALSE=
 
55636
fi
 
55637
 
 
55638
 if test "x${with_json_server_plugin}" = "xyes" -a "x${ac_cv_libevent}" = "xyes" -a "x${ac_cv_libcurl}" = "xyes"; then
 
55639
  BUILD_JSON_SERVER_PLUGIN_TRUE=
 
55640
  BUILD_JSON_SERVER_PLUGIN_FALSE='#'
 
55641
else
 
55642
  BUILD_JSON_SERVER_PLUGIN_TRUE='#'
 
55643
  BUILD_JSON_SERVER_PLUGIN_FALSE=
 
55644
fi
 
55645
 
 
55646
 
 
55647
if test "x$with_json_server_plugin" = "xyes"; then :
 
55648
 
 
55649
 
 
55650
      pandora_plugin_test_list="json_server,${pandora_plugin_test_list}"
 
55651
 
 
55652
      if test "x${with_static_json_server_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
 
55653
 
 
55654
 
 
55655
        if test "x$enable_json_server_plugin" = "xyes"; then :
 
55656
 
 
55657
          pandora_builtin_load_list="json_server,${pandora_builtin_load_list}"
 
55658
          pandora_builtin_load_symbols_list="_drizzled_json_server_plugin_,${pandora_builtin_load_symbols_list}"
 
55659
          PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} "
 
55660
 
 
55661
fi
 
55662
        pandora_builtin_list="json_server,${pandora_builtin_list}"
 
55663
        pandora_builtin_symbols_list="_drizzled_json_server_plugin_,${pandora_builtin_symbols_list}"
 
55664
        pandora_plugin_libs="${pandora_plugin_libs} \${top_builddir}/plugin/libjson_server_plugin.la"
 
55665
 
 
55666
else
 
55667
 
 
55668
        if test "x$enable_json_server_plugin" = "xyes"; then :
 
55669
 
 
55670
          pandora_default_plugin_list="json_server,${pandora_default_plugin_list}"
 
55671
 
 
55672
fi
 
55673
 
 
55674
fi
 
55675
 
 
55676
fi
 
55677
 
 
55678
 
 
55679
 
54012
55680
# Check whether --with-length-plugin was given.
54013
55681
if test "${with_length_plugin+set}" = set; then :
54014
55682
  withval=$with_length_plugin;
54184
55852
else
54185
55853
 
54186
55854
        if test "x${requested_logging_gearman_plugin}" = "xyes"; then :
54187
 
  as_fn_error "Plugin logging_gearman was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
 
55855
  as_fn_error $? "Plugin logging_gearman was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
54188
55856
fi
54189
55857
        with_logging_gearman_plugin=no
54190
55858
 
55121
56789
 
55122
56790
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgcrypt" >&5
55123
56791
$as_echo_n "checking for libgcrypt... " >&6; }
55124
 
if test "${ac_cv_libgcrypt+set}" = set; then :
 
56792
if ${ac_cv_libgcrypt+:} false; then :
55125
56793
  $as_echo_n "(cached) " >&6
55126
56794
else
55127
56795
 
55143
56811
  return 0;
55144
56812
}
55145
56813
_ACEOF
55146
 
if ac_fn_c_try_link "$LINENO"; then :
 
56814
if ac_fn_cxx_try_link "$LINENO"; then :
55147
56815
  ac_cv_libgcrypt=yes
55148
56816
else
55149
56817
  ac_cv_libgcrypt=no
55191
56859
else
55192
56860
 
55193
56861
        if test "x${requested_md5_plugin}" = "xyes"; then :
55194
 
  as_fn_error "Plugin md5 was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
 
56862
  as_fn_error $? "Plugin md5 was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
55195
56863
fi
55196
56864
        with_md5_plugin=no
55197
56865
 
55312
56980
 
55313
56981
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libmemcached is recent enough" >&5
55314
56982
$as_echo_n "checking if libmemcached is recent enough... " >&6; }
55315
 
if test "${pandora_cv_recent_libmemcached+set}" = set; then :
 
56983
if ${pandora_cv_recent_libmemcached+:} false; then :
55316
56984
  $as_echo_n "(cached) " >&6
55317
56985
else
55318
56986
 
55349
57017
}
55350
57018
 
55351
57019
_ACEOF
55352
 
if ac_fn_c_try_compile "$LINENO"; then :
 
57020
if ac_fn_cxx_try_compile "$LINENO"; then :
55353
57021
 
55354
57022
            pandora_cv_recent_libmemcached=yes
55355
57023
 
55400
57068
else
55401
57069
 
55402
57070
        if test "x${requested_memcached_functions_plugin}" = "xyes"; then :
55403
 
  as_fn_error "Plugin memcached_functions was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
 
57071
  as_fn_error $? "Plugin memcached_functions was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
55404
57072
fi
55405
57073
        with_memcached_functions_plugin=no
55406
57074
 
55465
57133
 
55466
57134
 
55467
57135
 
55468
 
# Check whether --with-memcached-query-cache-plugin was given.
55469
 
if test "${with_memcached_query_cache_plugin+set}" = set; then :
55470
 
  withval=$with_memcached_query_cache_plugin;
55471
 
    with_memcached_query_cache_plugin="$withval"
55472
 
    if test "x$with_memcached_query_cache_plugin" = "xyes"; then :
55473
 
 
55474
 
      requested_memcached_query_cache_plugin="yes"
55475
 
 
55476
 
else
55477
 
 
55478
 
      requested_memcached_query_cache_plugin="no"
55479
 
 
55480
 
fi
55481
 
 
55482
 
else
55483
 
 
55484
 
    with_memcached_query_cache_plugin="no"
55485
 
    requested_memcached_query_cache_plugin="no"
55486
 
 
55487
 
fi
55488
 
 
55489
 
 
55490
 
# Check whether --with-static-memcached-query-cache-plugin was given.
55491
 
if test "${with_static_memcached_query_cache_plugin+set}" = set; then :
55492
 
  withval=$with_static_memcached_query_cache_plugin;
55493
 
    with_static_memcached_query_cache_plugin=${withval}
55494
 
 
55495
 
else
55496
 
 
55497
 
    with_static_memcached_query_cache_plugin=no
55498
 
 
55499
 
fi
55500
 
 
55501
 
if test "x${with_static_memcached_query_cache_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
55502
 
 
55503
 
  shared_memcached_query_cache_plugin=no
55504
 
 
55505
 
else
55506
 
 
55507
 
  shared_memcached_query_cache_plugin=yes
55508
 
 
55509
 
fi
55510
 
# Check whether --enable-memcached-query-cache-plugin was given.
55511
 
if test "${enable_memcached_query_cache_plugin+set}" = set; then :
55512
 
  enableval=$enable_memcached_query_cache_plugin; enable_memcached_query_cache_plugin="$enableval"
55513
 
else
55514
 
  enable_memcached_query_cache_plugin=no
55515
 
fi
55516
 
 
55517
 
 
55518
 
 
55519
 
if test "x${with_memcached_query_cache_plugin}" = "xyes" -a "${ac_cv_libmemcached}" = "yes" -a "x${MEMCACHED_BINARY}" != "xno"; then :
55520
 
 
55521
 
else
55522
 
 
55523
 
        if test "x${requested_memcached_query_cache_plugin}" = "xyes"; then :
55524
 
  as_fn_error "Plugin memcached_query_cache was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
55525
 
fi
55526
 
        with_memcached_query_cache_plugin=no
55527
 
 
55528
 
fi
55529
 
 
55530
 
 
55531
 
 if test "x${with_memcached_query_cache_plugin}" = "xyes" -a "${ac_cv_libmemcached}" = "yes" -a "x${MEMCACHED_BINARY}" != "xno" -a ! "x${shared_memcached_query_cache_plugin}" = "xyes"; then
55532
 
  BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_STATIC_TRUE=
55533
 
  BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_STATIC_FALSE='#'
55534
 
else
55535
 
  BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_STATIC_TRUE='#'
55536
 
  BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_STATIC_FALSE=
55537
 
fi
55538
 
 
55539
 
 if test "x${with_memcached_query_cache_plugin}" = "xyes" -a "${ac_cv_libmemcached}" = "yes" -a "x${MEMCACHED_BINARY}" != "xno" -a "x${shared_memcached_query_cache_plugin}" = "xyes"; then
55540
 
  BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_SHARED_TRUE=
55541
 
  BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_SHARED_FALSE='#'
55542
 
else
55543
 
  BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_SHARED_TRUE='#'
55544
 
  BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_SHARED_FALSE=
55545
 
fi
55546
 
 
55547
 
 if test "x${with_memcached_query_cache_plugin}" = "xyes" -a "${ac_cv_libmemcached}" = "yes" -a "x${MEMCACHED_BINARY}" != "xno"; then
55548
 
  BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_TRUE=
55549
 
  BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_FALSE='#'
55550
 
else
55551
 
  BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_TRUE='#'
55552
 
  BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_FALSE=
55553
 
fi
55554
 
 
55555
 
 
55556
 
if test "x$with_memcached_query_cache_plugin" = "xyes"; then :
55557
 
 
55558
 
 
55559
 
      pandora_plugin_test_list="memcached_query_cache,${pandora_plugin_test_list}"
55560
 
 
55561
 
      if test "x${with_static_memcached_query_cache_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
55562
 
 
55563
 
 
55564
 
        if test "x$enable_memcached_query_cache_plugin" = "xyes"; then :
55565
 
 
55566
 
          pandora_builtin_load_list="memcached_query_cache,${pandora_builtin_load_list}"
55567
 
          pandora_builtin_load_symbols_list="_drizzled_memcached_query_cache_plugin_,${pandora_builtin_load_symbols_list}"
55568
 
          PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} "
55569
 
 
55570
 
fi
55571
 
        pandora_builtin_list="memcached_query_cache,${pandora_builtin_list}"
55572
 
        pandora_builtin_symbols_list="_drizzled_memcached_query_cache_plugin_,${pandora_builtin_symbols_list}"
55573
 
        pandora_plugin_libs="${pandora_plugin_libs} \${top_builddir}/plugin/libmemcached_query_cache_plugin.la"
55574
 
 
55575
 
else
55576
 
 
55577
 
        if test "x$enable_memcached_query_cache_plugin" = "xyes"; then :
55578
 
 
55579
 
          pandora_default_plugin_list="memcached_query_cache,${pandora_default_plugin_list}"
55580
 
 
55581
 
fi
55582
 
 
55583
 
fi
55584
 
 
55585
 
fi
55586
 
 
55587
 
 
55588
 
 
55589
57136
# Check whether --with-memcached-stats-plugin was given.
55590
57137
if test "${with_memcached_stats_plugin+set}" = set; then :
55591
57138
  withval=$with_memcached_stats_plugin;
55642
57189
 
55643
57190
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libmemcached is recent enough" >&5
55644
57191
$as_echo_n "checking if libmemcached is recent enough... " >&6; }
55645
 
if test "${pandora_cv_recent_libmemcached+set}" = set; then :
 
57192
if ${pandora_cv_recent_libmemcached+:} false; then :
55646
57193
  $as_echo_n "(cached) " >&6
55647
57194
else
55648
57195
 
55679
57226
}
55680
57227
 
55681
57228
_ACEOF
55682
 
if ac_fn_c_try_compile "$LINENO"; then :
 
57229
if ac_fn_cxx_try_compile "$LINENO"; then :
55683
57230
 
55684
57231
            pandora_cv_recent_libmemcached=yes
55685
57232
 
55731
57278
else
55732
57279
 
55733
57280
        if test "x${requested_memcached_stats_plugin}" = "xyes"; then :
55734
 
  as_fn_error "Plugin memcached_stats was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
 
57281
  as_fn_error $? "Plugin memcached_stats was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
55735
57282
fi
55736
57283
        with_memcached_stats_plugin=no
55737
57284
 
56337
57884
 
56338
57885
 
56339
57886
 
56340
 
# Check whether --with-pbms-plugin was given.
56341
 
if test "${with_pbms_plugin+set}" = set; then :
56342
 
  withval=$with_pbms_plugin;
56343
 
    with_pbms_plugin="$withval"
56344
 
    if test "x$with_pbms_plugin" = "xyes"; then :
56345
 
 
56346
 
      requested_pbms_plugin="yes"
56347
 
 
56348
 
else
56349
 
 
56350
 
      requested_pbms_plugin="no"
56351
 
 
56352
 
fi
56353
 
 
56354
 
else
56355
 
 
56356
 
    with_pbms_plugin="yes"
56357
 
    requested_pbms_plugin="no"
56358
 
 
56359
 
fi
56360
 
 
56361
 
 
56362
 
# Check whether --with-static-pbms-plugin was given.
56363
 
if test "${with_static_pbms_plugin+set}" = set; then :
56364
 
  withval=$with_static_pbms_plugin;
56365
 
    with_static_pbms_plugin=${withval}
56366
 
 
56367
 
else
56368
 
 
56369
 
    with_static_pbms_plugin=no
56370
 
 
56371
 
fi
56372
 
 
56373
 
if test "x${with_static_pbms_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
56374
 
 
56375
 
  shared_pbms_plugin=no
56376
 
 
56377
 
else
56378
 
 
56379
 
  shared_pbms_plugin=yes
56380
 
 
56381
 
fi
56382
 
# Check whether --enable-pbms-plugin was given.
56383
 
if test "${enable_pbms_plugin+set}" = set; then :
56384
 
  enableval=$enable_pbms_plugin; enable_pbms_plugin="$enableval"
56385
 
else
56386
 
  enable_pbms_plugin=no
56387
 
fi
56388
 
 
56389
 
 
56390
 
 
56391
 
 
56392
 
  if test "x${ac_cv_libcurl}" = "xno"; then :
56393
 
 
56394
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libcurl development lib not found. On Debian this is found in libcurl4-gnutls-dev. On RHEL5/Fedora11 it's in curl-devel. On RHEL6/Fedora12 it's in libcurl-devel." >&5
56395
 
$as_echo "$as_me: WARNING: libcurl development lib not found. On Debian this is found in libcurl4-gnutls-dev. On RHEL5/Fedora11 it's in curl-devel. On RHEL6/Fedora12 it's in libcurl-devel." >&2;}
56396
 
 
56397
 
fi
56398
 
 
56399
 
if test "x$ac_cv_libcurl" = "xno"; then :
56400
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libcurl development lib not found: not building PrimeBase Media Stream Daemon (pbms) plugin." >&5
56401
 
$as_echo "$as_me: WARNING: libcurl development lib not found: not building PrimeBase Media Stream Daemon (pbms) plugin." >&2;}
56402
 
fi
56403
 
 
56404
 
 
56405
 
  PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} ${LIBCURL}"
56406
 
 
56407
 
 
56408
 
 
56409
 
 
56410
 
if test "x${with_pbms_plugin}" = "xyes" -a "${ac_cv_libcurl}" = "yes"; then :
56411
 
 
56412
 
else
56413
 
 
56414
 
        if test "x${requested_pbms_plugin}" = "xyes"; then :
56415
 
  as_fn_error "Plugin pbms was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
56416
 
fi
56417
 
        with_pbms_plugin=no
56418
 
 
56419
 
fi
56420
 
 
56421
 
 
56422
 
 if test "x${with_pbms_plugin}" = "xyes" -a "${ac_cv_libcurl}" = "yes" -a ! "x${shared_pbms_plugin}" = "xyes"; then
56423
 
  BUILD_PBMS_PLUGIN_STATIC_TRUE=
56424
 
  BUILD_PBMS_PLUGIN_STATIC_FALSE='#'
56425
 
else
56426
 
  BUILD_PBMS_PLUGIN_STATIC_TRUE='#'
56427
 
  BUILD_PBMS_PLUGIN_STATIC_FALSE=
56428
 
fi
56429
 
 
56430
 
 if test "x${with_pbms_plugin}" = "xyes" -a "${ac_cv_libcurl}" = "yes" -a "x${shared_pbms_plugin}" = "xyes"; then
56431
 
  BUILD_PBMS_PLUGIN_SHARED_TRUE=
56432
 
  BUILD_PBMS_PLUGIN_SHARED_FALSE='#'
56433
 
else
56434
 
  BUILD_PBMS_PLUGIN_SHARED_TRUE='#'
56435
 
  BUILD_PBMS_PLUGIN_SHARED_FALSE=
56436
 
fi
56437
 
 
56438
 
 if test "x${with_pbms_plugin}" = "xyes" -a "${ac_cv_libcurl}" = "yes"; then
56439
 
  BUILD_PBMS_PLUGIN_TRUE=
56440
 
  BUILD_PBMS_PLUGIN_FALSE='#'
56441
 
else
56442
 
  BUILD_PBMS_PLUGIN_TRUE='#'
56443
 
  BUILD_PBMS_PLUGIN_FALSE=
56444
 
fi
56445
 
 
56446
 
 
56447
 
if test "x$with_pbms_plugin" = "xyes"; then :
56448
 
 
56449
 
 
56450
 
      pandora_plugin_test_list="pbms,${pandora_plugin_test_list}"
56451
 
 
56452
 
      if test "x${with_static_pbms_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
56453
 
 
56454
 
 
56455
 
        if test "x$enable_pbms_plugin" = "xyes"; then :
56456
 
 
56457
 
          pandora_builtin_load_list="pbms,${pandora_builtin_load_list}"
56458
 
          pandora_builtin_load_symbols_list="_drizzled_pbms_plugin_,${pandora_builtin_load_symbols_list}"
56459
 
          PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} "
56460
 
 
56461
 
fi
56462
 
        pandora_builtin_list="pbms,${pandora_builtin_list}"
56463
 
        pandora_builtin_symbols_list="_drizzled_pbms_plugin_,${pandora_builtin_symbols_list}"
56464
 
        pandora_plugin_libs="${pandora_plugin_libs} \${top_builddir}/plugin/libpbms_plugin.la"
56465
 
 
56466
 
else
56467
 
 
56468
 
        if test "x$enable_pbms_plugin" = "xyes"; then :
56469
 
 
56470
 
          pandora_default_plugin_list="pbms,${pandora_default_plugin_list}"
56471
 
 
56472
 
fi
56473
 
 
56474
 
fi
56475
 
 
56476
 
fi
56477
 
 
56478
 
 
56479
 
 
56480
57887
# Check whether --with-performance-dictionary-plugin was given.
56481
57888
if test "${with_performance_dictionary_plugin+set}" = set; then :
56482
57889
  withval=$with_performance_dictionary_plugin;
56693
58100
 
56694
58101
 
56695
58102
 
 
58103
# Check whether --with-query-log-plugin was given.
 
58104
if test "${with_query_log_plugin+set}" = set; then :
 
58105
  withval=$with_query_log_plugin;
 
58106
    with_query_log_plugin="$withval"
 
58107
    if test "x$with_query_log_plugin" = "xyes"; then :
 
58108
 
 
58109
      requested_query_log_plugin="yes"
 
58110
 
 
58111
else
 
58112
 
 
58113
      requested_query_log_plugin="no"
 
58114
 
 
58115
fi
 
58116
 
 
58117
else
 
58118
 
 
58119
    with_query_log_plugin="yes"
 
58120
    requested_query_log_plugin="no"
 
58121
 
 
58122
fi
 
58123
 
 
58124
 
 
58125
# Check whether --with-static-query-log-plugin was given.
 
58126
if test "${with_static_query_log_plugin+set}" = set; then :
 
58127
  withval=$with_static_query_log_plugin;
 
58128
    with_static_query_log_plugin=${withval}
 
58129
 
 
58130
else
 
58131
 
 
58132
    with_static_query_log_plugin=no
 
58133
 
 
58134
fi
 
58135
 
 
58136
if test "x${with_static_query_log_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
 
58137
 
 
58138
  shared_query_log_plugin=no
 
58139
 
 
58140
else
 
58141
 
 
58142
  shared_query_log_plugin=yes
 
58143
 
 
58144
fi
 
58145
# Check whether --enable-query-log-plugin was given.
 
58146
if test "${enable_query_log_plugin+set}" = set; then :
 
58147
  enableval=$enable_query_log_plugin; enable_query_log_plugin="$enableval"
 
58148
else
 
58149
  enable_query_log_plugin=no
 
58150
fi
 
58151
 
 
58152
 
 
58153
 
 
58154
 if test "x${with_query_log_plugin}" = "xyes" -a ! "x${shared_query_log_plugin}" = "xyes"; then
 
58155
  BUILD_QUERY_LOG_PLUGIN_STATIC_TRUE=
 
58156
  BUILD_QUERY_LOG_PLUGIN_STATIC_FALSE='#'
 
58157
else
 
58158
  BUILD_QUERY_LOG_PLUGIN_STATIC_TRUE='#'
 
58159
  BUILD_QUERY_LOG_PLUGIN_STATIC_FALSE=
 
58160
fi
 
58161
 
 
58162
 if test "x${with_query_log_plugin}" = "xyes" -a "x${shared_query_log_plugin}" = "xyes"; then
 
58163
  BUILD_QUERY_LOG_PLUGIN_SHARED_TRUE=
 
58164
  BUILD_QUERY_LOG_PLUGIN_SHARED_FALSE='#'
 
58165
else
 
58166
  BUILD_QUERY_LOG_PLUGIN_SHARED_TRUE='#'
 
58167
  BUILD_QUERY_LOG_PLUGIN_SHARED_FALSE=
 
58168
fi
 
58169
 
 
58170
 if test "x${with_query_log_plugin}" = "xyes"; then
 
58171
  BUILD_QUERY_LOG_PLUGIN_TRUE=
 
58172
  BUILD_QUERY_LOG_PLUGIN_FALSE='#'
 
58173
else
 
58174
  BUILD_QUERY_LOG_PLUGIN_TRUE='#'
 
58175
  BUILD_QUERY_LOG_PLUGIN_FALSE=
 
58176
fi
 
58177
 
 
58178
 
 
58179
if test "x$with_query_log_plugin" = "xyes"; then :
 
58180
 
 
58181
 
 
58182
      pandora_plugin_test_list="query_log,${pandora_plugin_test_list}"
 
58183
 
 
58184
      if test "x${with_static_query_log_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
 
58185
 
 
58186
 
 
58187
        if test "x$enable_query_log_plugin" = "xyes"; then :
 
58188
 
 
58189
          pandora_builtin_load_list="query_log,${pandora_builtin_load_list}"
 
58190
          pandora_builtin_load_symbols_list="_drizzled_query_log_plugin_,${pandora_builtin_load_symbols_list}"
 
58191
          PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} "
 
58192
 
 
58193
fi
 
58194
        pandora_builtin_list="query_log,${pandora_builtin_list}"
 
58195
        pandora_builtin_symbols_list="_drizzled_query_log_plugin_,${pandora_builtin_symbols_list}"
 
58196
        pandora_plugin_libs="${pandora_plugin_libs} \${top_builddir}/plugin/libquery_log_plugin.la"
 
58197
 
 
58198
else
 
58199
 
 
58200
        if test "x$enable_query_log_plugin" = "xyes"; then :
 
58201
 
 
58202
          pandora_default_plugin_list="query_log,${pandora_default_plugin_list}"
 
58203
 
 
58204
fi
 
58205
 
 
58206
fi
 
58207
 
 
58208
fi
 
58209
 
 
58210
 
 
58211
 
56696
58212
# Check whether --with-rabbitmq-plugin was given.
56697
58213
if test "${with_rabbitmq_plugin+set}" = set; then :
56698
58214
  withval=$with_rabbitmq_plugin;
57244
58760
 
57245
58761
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for librabbitmq" >&5
57246
58762
$as_echo_n "checking for librabbitmq... " >&6; }
57247
 
if test "${ac_cv_librabbitmq+set}" = set; then :
 
58763
if ${ac_cv_librabbitmq+:} false; then :
57248
58764
  $as_echo_n "(cached) " >&6
57249
58765
else
57250
58766
 
57273
58789
  return 0;
57274
58790
}
57275
58791
_ACEOF
57276
 
if ac_fn_c_try_link "$LINENO"; then :
 
58792
if ac_fn_cxx_try_link "$LINENO"; then :
57277
58793
  ac_cv_librabbitmq=yes
57278
58794
else
57279
58795
  ac_cv_librabbitmq=no
57312
58828
set dummy rabbitmq-server; ac_word=$2
57313
58829
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
57314
58830
$as_echo_n "checking for $ac_word... " >&6; }
57315
 
if test "${ac_cv_path_RABBITMQ_BINARY+set}" = set; then :
 
58831
if ${ac_cv_path_RABBITMQ_BINARY+:} false; then :
57316
58832
  $as_echo_n "(cached) " >&6
57317
58833
else
57318
58834
  case $RABBITMQ_BINARY in
57362
58878
else
57363
58879
 
57364
58880
        if test "x${requested_rabbitmq_plugin}" = "xyes"; then :
57365
 
  as_fn_error "Plugin rabbitmq was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
 
58881
  as_fn_error $? "Plugin rabbitmq was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
57366
58882
fi
57367
58883
        with_rabbitmq_plugin=no
57368
58884
 
57754
59270
 
57755
59271
 
57756
59272
 
57757
 
# Check whether --with-replication-dictionary-plugin was given.
57758
 
if test "${with_replication_dictionary_plugin+set}" = set; then :
57759
 
  withval=$with_replication_dictionary_plugin;
57760
 
    with_replication_dictionary_plugin="$withval"
57761
 
    if test "x$with_replication_dictionary_plugin" = "xyes"; then :
57762
 
 
57763
 
      requested_replication_dictionary_plugin="yes"
57764
 
 
57765
 
else
57766
 
 
57767
 
      requested_replication_dictionary_plugin="no"
57768
 
 
57769
 
fi
57770
 
 
57771
 
else
57772
 
 
57773
 
    with_replication_dictionary_plugin="yes"
57774
 
    requested_replication_dictionary_plugin="no"
57775
 
 
57776
 
fi
57777
 
 
57778
 
 
57779
 
# Check whether --with-static-replication-dictionary-plugin was given.
57780
 
if test "${with_static_replication_dictionary_plugin+set}" = set; then :
57781
 
  withval=$with_static_replication_dictionary_plugin;
57782
 
    with_static_replication_dictionary_plugin=${withval}
57783
 
 
57784
 
else
57785
 
 
57786
 
    with_static_replication_dictionary_plugin=yes
57787
 
 
57788
 
fi
57789
 
 
57790
 
if test "x${with_static_replication_dictionary_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
57791
 
 
57792
 
  shared_replication_dictionary_plugin=no
57793
 
 
57794
 
else
57795
 
 
57796
 
  shared_replication_dictionary_plugin=yes
57797
 
 
57798
 
fi
57799
 
# Check whether --enable-replication-dictionary-plugin was given.
57800
 
if test "${enable_replication_dictionary_plugin+set}" = set; then :
57801
 
  enableval=$enable_replication_dictionary_plugin; enable_replication_dictionary_plugin="$enableval"
57802
 
else
57803
 
  enable_replication_dictionary_plugin=yes
57804
 
fi
57805
 
 
57806
 
 
57807
 
 
57808
 
 if test "x${with_replication_dictionary_plugin}" = "xyes" -a ! "x${shared_replication_dictionary_plugin}" = "xyes"; then
57809
 
  BUILD_REPLICATION_DICTIONARY_PLUGIN_STATIC_TRUE=
57810
 
  BUILD_REPLICATION_DICTIONARY_PLUGIN_STATIC_FALSE='#'
57811
 
else
57812
 
  BUILD_REPLICATION_DICTIONARY_PLUGIN_STATIC_TRUE='#'
57813
 
  BUILD_REPLICATION_DICTIONARY_PLUGIN_STATIC_FALSE=
57814
 
fi
57815
 
 
57816
 
 if test "x${with_replication_dictionary_plugin}" = "xyes" -a "x${shared_replication_dictionary_plugin}" = "xyes"; then
57817
 
  BUILD_REPLICATION_DICTIONARY_PLUGIN_SHARED_TRUE=
57818
 
  BUILD_REPLICATION_DICTIONARY_PLUGIN_SHARED_FALSE='#'
57819
 
else
57820
 
  BUILD_REPLICATION_DICTIONARY_PLUGIN_SHARED_TRUE='#'
57821
 
  BUILD_REPLICATION_DICTIONARY_PLUGIN_SHARED_FALSE=
57822
 
fi
57823
 
 
57824
 
 if test "x${with_replication_dictionary_plugin}" = "xyes"; then
57825
 
  BUILD_REPLICATION_DICTIONARY_PLUGIN_TRUE=
57826
 
  BUILD_REPLICATION_DICTIONARY_PLUGIN_FALSE='#'
57827
 
else
57828
 
  BUILD_REPLICATION_DICTIONARY_PLUGIN_TRUE='#'
57829
 
  BUILD_REPLICATION_DICTIONARY_PLUGIN_FALSE=
57830
 
fi
57831
 
 
57832
 
 
57833
 
if test "x$with_replication_dictionary_plugin" = "xyes"; then :
57834
 
 
57835
 
 
57836
 
      pandora_plugin_test_list="replication_dictionary,${pandora_plugin_test_list}"
57837
 
 
57838
 
      if test "x${with_static_replication_dictionary_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
57839
 
 
57840
 
 
57841
 
        if test "x$enable_replication_dictionary_plugin" = "xyes"; then :
57842
 
 
57843
 
          pandora_builtin_load_list="replication_dictionary,${pandora_builtin_load_list}"
57844
 
          pandora_builtin_load_symbols_list="_drizzled_replication_dictionary_plugin_,${pandora_builtin_load_symbols_list}"
57845
 
          PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} "
57846
 
 
57847
 
fi
57848
 
        pandora_builtin_list="replication_dictionary,${pandora_builtin_list}"
57849
 
        pandora_builtin_symbols_list="_drizzled_replication_dictionary_plugin_,${pandora_builtin_symbols_list}"
57850
 
        pandora_plugin_libs="${pandora_plugin_libs} \${top_builddir}/plugin/libreplication_dictionary_plugin.la"
57851
 
 
57852
 
else
57853
 
 
57854
 
        if test "x$enable_replication_dictionary_plugin" = "xyes"; then :
57855
 
 
57856
 
          pandora_default_plugin_list="replication_dictionary,${pandora_default_plugin_list}"
57857
 
 
57858
 
fi
57859
 
 
57860
 
fi
57861
 
 
57862
 
fi
57863
 
 
57864
 
 
57865
 
 
57866
59273
# Check whether --with-reverse-function-plugin was given.
57867
59274
if test "${with_reverse_function_plugin+set}" = set; then :
57868
59275
  withval=$with_reverse_function_plugin;
57970
59377
 
57971
59378
 
57972
59379
 
57973
 
# Check whether --with-rot13-plugin was given.
57974
 
if test "${with_rot13_plugin+set}" = set; then :
57975
 
  withval=$with_rot13_plugin;
57976
 
    with_rot13_plugin="$withval"
57977
 
    if test "x$with_rot13_plugin" = "xyes"; then :
57978
 
 
57979
 
      requested_rot13_plugin="yes"
57980
 
 
57981
 
else
57982
 
 
57983
 
      requested_rot13_plugin="no"
57984
 
 
57985
 
fi
57986
 
 
57987
 
else
57988
 
 
57989
 
    with_rot13_plugin="yes"
57990
 
    requested_rot13_plugin="no"
57991
 
 
57992
 
fi
57993
 
 
57994
 
 
57995
 
# Check whether --with-static-rot13-plugin was given.
57996
 
if test "${with_static_rot13_plugin+set}" = set; then :
57997
 
  withval=$with_static_rot13_plugin;
57998
 
    with_static_rot13_plugin=${withval}
57999
 
 
58000
 
else
58001
 
 
58002
 
    with_static_rot13_plugin=no
58003
 
 
58004
 
fi
58005
 
 
58006
 
if test "x${with_static_rot13_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
58007
 
 
58008
 
  shared_rot13_plugin=no
58009
 
 
58010
 
else
58011
 
 
58012
 
  shared_rot13_plugin=yes
58013
 
 
58014
 
fi
58015
 
# Check whether --enable-rot13-plugin was given.
58016
 
if test "${enable_rot13_plugin+set}" = set; then :
58017
 
  enableval=$enable_rot13_plugin; enable_rot13_plugin="$enableval"
58018
 
else
58019
 
  enable_rot13_plugin=yes
58020
 
fi
58021
 
 
58022
 
 
58023
 
 
58024
 
 if test "x${with_rot13_plugin}" = "xyes" -a ! "x${shared_rot13_plugin}" = "xyes"; then
58025
 
  BUILD_ROT13_PLUGIN_STATIC_TRUE=
58026
 
  BUILD_ROT13_PLUGIN_STATIC_FALSE='#'
58027
 
else
58028
 
  BUILD_ROT13_PLUGIN_STATIC_TRUE='#'
58029
 
  BUILD_ROT13_PLUGIN_STATIC_FALSE=
58030
 
fi
58031
 
 
58032
 
 if test "x${with_rot13_plugin}" = "xyes" -a "x${shared_rot13_plugin}" = "xyes"; then
58033
 
  BUILD_ROT13_PLUGIN_SHARED_TRUE=
58034
 
  BUILD_ROT13_PLUGIN_SHARED_FALSE='#'
58035
 
else
58036
 
  BUILD_ROT13_PLUGIN_SHARED_TRUE='#'
58037
 
  BUILD_ROT13_PLUGIN_SHARED_FALSE=
58038
 
fi
58039
 
 
58040
 
 if test "x${with_rot13_plugin}" = "xyes"; then
58041
 
  BUILD_ROT13_PLUGIN_TRUE=
58042
 
  BUILD_ROT13_PLUGIN_FALSE='#'
58043
 
else
58044
 
  BUILD_ROT13_PLUGIN_TRUE='#'
58045
 
  BUILD_ROT13_PLUGIN_FALSE=
58046
 
fi
58047
 
 
58048
 
 
58049
 
if test "x$with_rot13_plugin" = "xyes"; then :
58050
 
 
58051
 
 
58052
 
      pandora_plugin_test_list="rot13,${pandora_plugin_test_list}"
58053
 
 
58054
 
      if test "x${with_static_rot13_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
58055
 
 
58056
 
 
58057
 
        if test "x$enable_rot13_plugin" = "xyes"; then :
58058
 
 
58059
 
          pandora_builtin_load_list="rot13,${pandora_builtin_load_list}"
58060
 
          pandora_builtin_load_symbols_list="_drizzled_rot13_plugin_,${pandora_builtin_load_symbols_list}"
58061
 
          PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} "
58062
 
 
58063
 
fi
58064
 
        pandora_builtin_list="rot13,${pandora_builtin_list}"
58065
 
        pandora_builtin_symbols_list="_drizzled_rot13_plugin_,${pandora_builtin_symbols_list}"
58066
 
        pandora_plugin_libs="${pandora_plugin_libs} \${top_builddir}/plugin/librot13_plugin.la"
58067
 
 
58068
 
else
58069
 
 
58070
 
        if test "x$enable_rot13_plugin" = "xyes"; then :
58071
 
 
58072
 
          pandora_default_plugin_list="rot13,${pandora_default_plugin_list}"
58073
 
 
58074
 
fi
58075
 
 
58076
 
fi
58077
 
 
58078
 
fi
58079
 
 
58080
 
 
58081
 
 
58082
59380
# Check whether --with-schema-dictionary-plugin was given.
58083
59381
if test "${with_schema_dictionary_plugin+set}" = set; then :
58084
59382
  withval=$with_schema_dictionary_plugin;
59035
60333
 
59036
60334
          pandora_builtin_load_list="slave,${pandora_builtin_load_list}"
59037
60335
          pandora_builtin_load_symbols_list="_drizzled_slave_plugin_,${pandora_builtin_load_symbols_list}"
59038
 
          PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} \${top_builddir}/${top_builddir}/libdrizzle/libdrizzle.la"
 
60336
          PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} \${top_builddir}/${top_builddir}/libdrizzle-2.0/libdrizzle-2.0.la"
59039
60337
 
59040
60338
fi
59041
60339
        pandora_builtin_list="slave,${pandora_builtin_list}"
59628
60926
 
59629
60927
else
59630
60928
 
59631
 
    with_static_syslog_plugin=no
 
60929
    with_static_syslog_plugin=yes
59632
60930
 
59633
60931
fi
59634
60932
 
59924
61222
 
59925
61223
 
59926
61224
 
59927
 
# Check whether --with-transaction-log-plugin was given.
59928
 
if test "${with_transaction_log_plugin+set}" = set; then :
59929
 
  withval=$with_transaction_log_plugin;
59930
 
    with_transaction_log_plugin="$withval"
59931
 
    if test "x$with_transaction_log_plugin" = "xyes"; then :
59932
 
 
59933
 
      requested_transaction_log_plugin="yes"
59934
 
 
59935
 
else
59936
 
 
59937
 
      requested_transaction_log_plugin="no"
59938
 
 
59939
 
fi
59940
 
 
59941
 
else
59942
 
 
59943
 
    with_transaction_log_plugin="yes"
59944
 
    requested_transaction_log_plugin="no"
59945
 
 
59946
 
fi
59947
 
 
59948
 
 
59949
 
# Check whether --with-static-transaction-log-plugin was given.
59950
 
if test "${with_static_transaction_log_plugin+set}" = set; then :
59951
 
  withval=$with_static_transaction_log_plugin;
59952
 
    with_static_transaction_log_plugin=${withval}
59953
 
 
59954
 
else
59955
 
 
59956
 
    with_static_transaction_log_plugin=yes
59957
 
 
59958
 
fi
59959
 
 
59960
 
if test "x${with_static_transaction_log_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
59961
 
 
59962
 
  shared_transaction_log_plugin=no
59963
 
 
59964
 
else
59965
 
 
59966
 
  shared_transaction_log_plugin=yes
59967
 
 
59968
 
fi
59969
 
# Check whether --enable-transaction-log-plugin was given.
59970
 
if test "${enable_transaction_log_plugin+set}" = set; then :
59971
 
  enableval=$enable_transaction_log_plugin; enable_transaction_log_plugin="$enableval"
59972
 
else
59973
 
  enable_transaction_log_plugin=yes
59974
 
fi
59975
 
 
59976
 
 
59977
 
 
59978
 
 if test "x${with_transaction_log_plugin}" = "xyes" -a ! "x${shared_transaction_log_plugin}" = "xyes"; then
59979
 
  BUILD_TRANSACTION_LOG_PLUGIN_STATIC_TRUE=
59980
 
  BUILD_TRANSACTION_LOG_PLUGIN_STATIC_FALSE='#'
59981
 
else
59982
 
  BUILD_TRANSACTION_LOG_PLUGIN_STATIC_TRUE='#'
59983
 
  BUILD_TRANSACTION_LOG_PLUGIN_STATIC_FALSE=
59984
 
fi
59985
 
 
59986
 
 if test "x${with_transaction_log_plugin}" = "xyes" -a "x${shared_transaction_log_plugin}" = "xyes"; then
59987
 
  BUILD_TRANSACTION_LOG_PLUGIN_SHARED_TRUE=
59988
 
  BUILD_TRANSACTION_LOG_PLUGIN_SHARED_FALSE='#'
59989
 
else
59990
 
  BUILD_TRANSACTION_LOG_PLUGIN_SHARED_TRUE='#'
59991
 
  BUILD_TRANSACTION_LOG_PLUGIN_SHARED_FALSE=
59992
 
fi
59993
 
 
59994
 
 if test "x${with_transaction_log_plugin}" = "xyes"; then
59995
 
  BUILD_TRANSACTION_LOG_PLUGIN_TRUE=
59996
 
  BUILD_TRANSACTION_LOG_PLUGIN_FALSE='#'
59997
 
else
59998
 
  BUILD_TRANSACTION_LOG_PLUGIN_TRUE='#'
59999
 
  BUILD_TRANSACTION_LOG_PLUGIN_FALSE=
60000
 
fi
60001
 
 
60002
 
 
60003
 
if test "x$with_transaction_log_plugin" = "xyes"; then :
60004
 
 
60005
 
 
60006
 
      pandora_plugin_test_list="transaction_log,${pandora_plugin_test_list}"
60007
 
 
60008
 
      if test "x${with_static_transaction_log_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
60009
 
 
60010
 
 
60011
 
        if test "x$enable_transaction_log_plugin" = "xyes"; then :
60012
 
 
60013
 
          pandora_builtin_load_list="transaction_log,${pandora_builtin_load_list}"
60014
 
          pandora_builtin_load_symbols_list="_drizzled_transaction_log_plugin_,${pandora_builtin_load_symbols_list}"
60015
 
          PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} \${top_builddir}/${top_builddir}/drizzled/algorithm/libhash.la"
60016
 
 
60017
 
fi
60018
 
        pandora_builtin_list="transaction_log,${pandora_builtin_list}"
60019
 
        pandora_builtin_symbols_list="_drizzled_transaction_log_plugin_,${pandora_builtin_symbols_list}"
60020
 
        pandora_plugin_libs="${pandora_plugin_libs} \${top_builddir}/plugin/libtransaction_log_plugin.la"
60021
 
 
60022
 
else
60023
 
 
60024
 
        if test "x$enable_transaction_log_plugin" = "xyes"; then :
60025
 
 
60026
 
          pandora_default_plugin_list="transaction_log,${pandora_default_plugin_list}"
60027
 
 
60028
 
fi
60029
 
 
60030
 
fi
60031
 
 
60032
 
fi
60033
 
 
60034
 
 
60035
 
 
60036
61225
# Check whether --with-trigger-dictionary-plugin was given.
60037
61226
if test "${with_trigger_dictionary_plugin+set}" = set; then :
60038
61227
  withval=$with_trigger_dictionary_plugin;
60533
61722
else
60534
61723
 
60535
61724
        if test "x${requested_uuid_function_plugin}" = "xyes"; then :
60536
 
  as_fn_error "Plugin uuid_function was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
 
61725
  as_fn_error $? "Plugin uuid_function was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
60537
61726
fi
60538
61727
        with_uuid_function_plugin=no
60539
61728
 
60702
61891
fi
60703
61892
 
60704
61893
 
 
61894
 
 
61895
# Check whether --with-zeromq-plugin was given.
 
61896
if test "${with_zeromq_plugin+set}" = set; then :
 
61897
  withval=$with_zeromq_plugin;
 
61898
    with_zeromq_plugin="$withval"
 
61899
    if test "x$with_zeromq_plugin" = "xyes"; then :
 
61900
 
 
61901
      requested_zeromq_plugin="yes"
 
61902
 
 
61903
else
 
61904
 
 
61905
      requested_zeromq_plugin="no"
 
61906
 
 
61907
fi
 
61908
 
 
61909
else
 
61910
 
 
61911
    with_zeromq_plugin="yes"
 
61912
    requested_zeromq_plugin="no"
 
61913
 
 
61914
fi
 
61915
 
 
61916
 
 
61917
# Check whether --with-static-zeromq-plugin was given.
 
61918
if test "${with_static_zeromq_plugin+set}" = set; then :
 
61919
  withval=$with_static_zeromq_plugin;
 
61920
    with_static_zeromq_plugin=${withval}
 
61921
 
 
61922
else
 
61923
 
 
61924
    with_static_zeromq_plugin=no
 
61925
 
 
61926
fi
 
61927
 
 
61928
if test "x${with_static_zeromq_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
 
61929
 
 
61930
  shared_zeromq_plugin=no
 
61931
 
 
61932
else
 
61933
 
 
61934
  shared_zeromq_plugin=yes
 
61935
 
 
61936
fi
 
61937
# Check whether --enable-zeromq-plugin was given.
 
61938
if test "${enable_zeromq_plugin+set}" = set; then :
 
61939
  enableval=$enable_zeromq_plugin; enable_zeromq_plugin="$enableval"
 
61940
else
 
61941
  enable_zeromq_plugin=no
 
61942
fi
 
61943
 
 
61944
 
 
61945
 
 
61946
 
 
61947
 
 
61948
 
 
61949
 
 
61950
 
 
61951
 
 
61952
 
 
61953
 
 
61954
 
 
61955
 
 
61956
 
 
61957
 
 
61958
    use_additional=yes
 
61959
  if test "x$GCC" = "xyes" -a "x" = "xsystem"
 
61960
  then
 
61961
    i_system="-isystem "
 
61962
  else
 
61963
    i_system="-I"
 
61964
  fi
 
61965
 
 
61966
 
 
61967
  acl_save_prefix="$prefix"
 
61968
  prefix="$acl_final_prefix"
 
61969
  acl_save_exec_prefix="$exec_prefix"
 
61970
  exec_prefix="$acl_final_exec_prefix"
 
61971
 
 
61972
    eval additional_includedir=\"$includedir\"
 
61973
    eval additional_libdir=\"$libdir\"
 
61974
 
 
61975
  exec_prefix="$acl_save_exec_prefix"
 
61976
  prefix="$acl_save_prefix"
 
61977
 
 
61978
 
 
61979
# Check whether --with-libzmq-prefix was given.
 
61980
if test "${with_libzmq_prefix+set}" = set; then :
 
61981
  withval=$with_libzmq_prefix;
 
61982
    if test "X$withval" = "Xno"; then
 
61983
      use_additional=no
 
61984
    else
 
61985
      if test "X$withval" = "X"; then
 
61986
 
 
61987
  acl_save_prefix="$prefix"
 
61988
  prefix="$acl_final_prefix"
 
61989
  acl_save_exec_prefix="$exec_prefix"
 
61990
  exec_prefix="$acl_final_exec_prefix"
 
61991
 
 
61992
          eval additional_includedir=\"$includedir\"
 
61993
          eval additional_libdir=\"$libdir\"
 
61994
 
 
61995
  exec_prefix="$acl_save_exec_prefix"
 
61996
  prefix="$acl_save_prefix"
 
61997
 
 
61998
      else
 
61999
        additional_includedir="$withval/include"
 
62000
        additional_libdir="$withval/$acl_libdirstem"
 
62001
        if test "$acl_libdirstem2" != "$acl_libdirstem" \
 
62002
           && ! test -d "$withval/$acl_libdirstem"; then
 
62003
          additional_libdir="$withval/$acl_libdirstem2"
 
62004
        fi
 
62005
      fi
 
62006
    fi
 
62007
 
 
62008
fi
 
62009
 
 
62010
      LIBZMQ=
 
62011
  LTLIBZMQ=
 
62012
  INCZMQ=
 
62013
  LIBZMQ_PREFIX=
 
62014
  rpathdirs=
 
62015
  ltrpathdirs=
 
62016
  names_already_handled=
 
62017
  names_next_round='zmq '
 
62018
  while test -n "$names_next_round"; do
 
62019
    names_this_round="$names_next_round"
 
62020
    names_next_round=
 
62021
    for name in $names_this_round; do
 
62022
      already_handled=
 
62023
      for n in $names_already_handled; do
 
62024
        if test "$n" = "$name"; then
 
62025
          already_handled=yes
 
62026
          break
 
62027
        fi
 
62028
      done
 
62029
      if test -z "$already_handled"; then
 
62030
        names_already_handled="$names_already_handled $name"
 
62031
                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
 
62032
        eval value=\"\$HAVE_LIB$uppername\"
 
62033
        if test -n "$value"; then
 
62034
          if test "$value" = yes; then
 
62035
            eval value=\"\$LIB$uppername\"
 
62036
            test -z "$value" || LIBZMQ="${LIBZMQ}${LIBZMQ:+ }$value"
 
62037
            eval value=\"\$LTLIB$uppername\"
 
62038
            test -z "$value" || LTLIBZMQ="${LTLIBZMQ}${LTLIBZMQ:+ }$value"
 
62039
          else
 
62040
                                    :
 
62041
          fi
 
62042
        else
 
62043
                              found_dir=
 
62044
          found_la=
 
62045
          found_so=
 
62046
          found_a=
 
62047
          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
 
62048
          if test -n "$acl_shlibext"; then
 
62049
            shrext=".$acl_shlibext"             # typically: shrext=.so
 
62050
          else
 
62051
            shrext=
 
62052
          fi
 
62053
          if test $use_additional = yes; then
 
62054
            dir="$additional_libdir"
 
62055
                                    if test -n "$acl_shlibext"; then
 
62056
              if test -f "$dir/$libname$shrext"; then
 
62057
                found_dir="$dir"
 
62058
                found_so="$dir/$libname$shrext"
 
62059
              else
 
62060
                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
 
62061
                  ver=`(cd "$dir" && \
 
62062
                        for f in "$libname$shrext".*; do echo "$f"; done \
 
62063
                        | sed -e "s,^$libname$shrext\\\\.,," \
 
62064
                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
 
62065
                        | sed 1q ) 2>/dev/null`
 
62066
                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
 
62067
                    found_dir="$dir"
 
62068
                    found_so="$dir/$libname$shrext.$ver"
 
62069
                  fi
 
62070
                else
 
62071
                  eval library_names=\"$acl_library_names_spec\"
 
62072
                  for f in $library_names; do
 
62073
                    if test -f "$dir/$f"; then
 
62074
                      found_dir="$dir"
 
62075
                      found_so="$dir/$f"
 
62076
                      break
 
62077
                    fi
 
62078
                  done
 
62079
                fi
 
62080
              fi
 
62081
            fi
 
62082
                        if test "X$found_dir" = "X"; then
 
62083
              if test -f "$dir/$libname.$acl_libext"; then
 
62084
                found_dir="$dir"
 
62085
                found_a="$dir/$libname.$acl_libext"
 
62086
              fi
 
62087
            fi
 
62088
            if test "X$found_dir" != "X"; then
 
62089
              if test -f "$dir/$libname.la"; then
 
62090
                found_la="$dir/$libname.la"
 
62091
              fi
 
62092
            fi
 
62093
          fi
 
62094
          if test "X$found_dir" = "X"; then
 
62095
            for x in $LDFLAGS $LTLIBZMQ; do
 
62096
 
 
62097
  acl_save_prefix="$prefix"
 
62098
  prefix="$acl_final_prefix"
 
62099
  acl_save_exec_prefix="$exec_prefix"
 
62100
  exec_prefix="$acl_final_exec_prefix"
 
62101
  eval x=\"$x\"
 
62102
  exec_prefix="$acl_save_exec_prefix"
 
62103
  prefix="$acl_save_prefix"
 
62104
 
 
62105
              case "$x" in
 
62106
                -L*)
 
62107
                  dir=`echo "X$x" | sed -e 's/^X-L//'`
 
62108
                                    if test -n "$acl_shlibext"; then
 
62109
                    if test -f "$dir/$libname$shrext"; then
 
62110
                      found_dir="$dir"
 
62111
                      found_so="$dir/$libname$shrext"
 
62112
                    else
 
62113
                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
 
62114
                        ver=`(cd "$dir" && \
 
62115
                              for f in "$libname$shrext".*; do echo "$f"; done \
 
62116
                              | sed -e "s,^$libname$shrext\\\\.,," \
 
62117
                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
 
62118
                              | sed 1q ) 2>/dev/null`
 
62119
                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
 
62120
                          found_dir="$dir"
 
62121
                          found_so="$dir/$libname$shrext.$ver"
 
62122
                        fi
 
62123
                      else
 
62124
                        eval library_names=\"$acl_library_names_spec\"
 
62125
                        for f in $library_names; do
 
62126
                          if test -f "$dir/$f"; then
 
62127
                            found_dir="$dir"
 
62128
                            found_so="$dir/$f"
 
62129
                            break
 
62130
                          fi
 
62131
                        done
 
62132
                      fi
 
62133
                    fi
 
62134
                  fi
 
62135
                                    if test "X$found_dir" = "X"; then
 
62136
                    if test -f "$dir/$libname.$acl_libext"; then
 
62137
                      found_dir="$dir"
 
62138
                      found_a="$dir/$libname.$acl_libext"
 
62139
                    fi
 
62140
                  fi
 
62141
                  if test "X$found_dir" != "X"; then
 
62142
                    if test -f "$dir/$libname.la"; then
 
62143
                      found_la="$dir/$libname.la"
 
62144
                    fi
 
62145
                  fi
 
62146
                  ;;
 
62147
              esac
 
62148
              if test "X$found_dir" != "X"; then
 
62149
                break
 
62150
              fi
 
62151
            done
 
62152
          fi
 
62153
          if test "X$found_dir" != "X"; then
 
62154
                        LTLIBZMQ="${LTLIBZMQ}${LTLIBZMQ:+ }-L$found_dir -l$name"
 
62155
            if test "X$found_so" != "X"; then
 
62156
                                                        if test "$enable_rpath" = no \
 
62157
                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
 
62158
                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
 
62159
                                LIBZMQ="${LIBZMQ}${LIBZMQ:+ }$found_so"
 
62160
              else
 
62161
                                                                                haveit=
 
62162
                for x in $ltrpathdirs; do
 
62163
                  if test "X$x" = "X$found_dir"; then
 
62164
                    haveit=yes
 
62165
                    break
 
62166
                  fi
 
62167
                done
 
62168
                if test -z "$haveit"; then
 
62169
                  ltrpathdirs="$ltrpathdirs $found_dir"
 
62170
                fi
 
62171
                                if test "$acl_hardcode_direct" = yes; then
 
62172
                                                      LIBZMQ="${LIBZMQ}${LIBZMQ:+ }$found_so"
 
62173
                else
 
62174
                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
 
62175
                                                            LIBZMQ="${LIBZMQ}${LIBZMQ:+ }$found_so"
 
62176
                                                            haveit=
 
62177
                    for x in $rpathdirs; do
 
62178
                      if test "X$x" = "X$found_dir"; then
 
62179
                        haveit=yes
 
62180
                        break
 
62181
                      fi
 
62182
                    done
 
62183
                    if test -z "$haveit"; then
 
62184
                      rpathdirs="$rpathdirs $found_dir"
 
62185
                    fi
 
62186
                  else
 
62187
                                                                                haveit=
 
62188
                    for x in $LDFLAGS $LIBZMQ; do
 
62189
 
 
62190
  acl_save_prefix="$prefix"
 
62191
  prefix="$acl_final_prefix"
 
62192
  acl_save_exec_prefix="$exec_prefix"
 
62193
  exec_prefix="$acl_final_exec_prefix"
 
62194
  eval x=\"$x\"
 
62195
  exec_prefix="$acl_save_exec_prefix"
 
62196
  prefix="$acl_save_prefix"
 
62197
 
 
62198
                      if test "X$x" = "X-L$found_dir"; then
 
62199
                        haveit=yes
 
62200
                        break
 
62201
                      fi
 
62202
                    done
 
62203
                    if test -z "$haveit"; then
 
62204
                      LIBZMQ="${LIBZMQ}${LIBZMQ:+ }-L$found_dir"
 
62205
                    fi
 
62206
                    if test "$acl_hardcode_minus_L" != no; then
 
62207
                                                                                        LIBZMQ="${LIBZMQ}${LIBZMQ:+ }$found_so"
 
62208
                    else
 
62209
                                                                                                                                                                                LIBZMQ="${LIBZMQ}${LIBZMQ:+ }-l$name"
 
62210
                    fi
 
62211
                  fi
 
62212
                fi
 
62213
              fi
 
62214
            else
 
62215
              if test "X$found_a" != "X"; then
 
62216
                                LIBZMQ="${LIBZMQ}${LIBZMQ:+ }$found_a"
 
62217
              else
 
62218
                                                LIBZMQ="${LIBZMQ}${LIBZMQ:+ }-L$found_dir -l$name"
 
62219
              fi
 
62220
            fi
 
62221
                        additional_includedir=
 
62222
            case "$found_dir" in
 
62223
              */$acl_libdirstem | */$acl_libdirstem/)
 
62224
                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
 
62225
                if test "$name" = 'zmq'; then
 
62226
                  LIBZMQ_PREFIX="$basedir"
 
62227
                fi
 
62228
                additional_includedir="$basedir/include"
 
62229
                ;;
 
62230
              */$acl_libdirstem2 | */$acl_libdirstem2/)
 
62231
                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
 
62232
                if test "$name" = 'zmq'; then
 
62233
                  LIBZMQ_PREFIX="$basedir"
 
62234
                fi
 
62235
                additional_includedir="$basedir/include"
 
62236
                ;;
 
62237
            esac
 
62238
            if test "X$additional_includedir" != "X"; then
 
62239
                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
 
62240
                haveit=
 
62241
                if test "X$additional_includedir" = "X/usr/local/include"; then
 
62242
                  if test -n "$GCC"; then
 
62243
                    case $host_os in
 
62244
                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
 
62245
                    esac
 
62246
                  fi
 
62247
                fi
 
62248
                if test -z "$haveit"; then
 
62249
                  for x in $CPPFLAGS $INCZMQ; do
 
62250
 
 
62251
  acl_save_prefix="$prefix"
 
62252
  prefix="$acl_final_prefix"
 
62253
  acl_save_exec_prefix="$exec_prefix"
 
62254
  exec_prefix="$acl_final_exec_prefix"
 
62255
  eval x=\"$x\"
 
62256
  exec_prefix="$acl_save_exec_prefix"
 
62257
  prefix="$acl_save_prefix"
 
62258
 
 
62259
                    if test "X$x" = "X${i_system}$additional_includedir"; then
 
62260
                      haveit=yes
 
62261
                      break
 
62262
                    fi
 
62263
                  done
 
62264
                  if test -z "$haveit"; then
 
62265
                    if test -d "$additional_includedir"; then
 
62266
                                            INCZMQ="${INCZMQ}${INCZMQ:+ }${i_system}$additional_includedir"
 
62267
                    fi
 
62268
                  fi
 
62269
                fi
 
62270
              fi
 
62271
            fi
 
62272
                        if test -n "$found_la"; then
 
62273
                                                        save_libdir="$libdir"
 
62274
              case "$found_la" in
 
62275
                */* | *\\*) . "$found_la" ;;
 
62276
                *) . "./$found_la" ;;
 
62277
              esac
 
62278
              libdir="$save_libdir"
 
62279
                            for dep in $dependency_libs; do
 
62280
                case "$dep" in
 
62281
                  -L*)
 
62282
                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
 
62283
                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
 
62284
                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
 
62285
                      haveit=
 
62286
                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
 
62287
                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
 
62288
                        if test -n "$GCC"; then
 
62289
                          case $host_os in
 
62290
                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
 
62291
                          esac
 
62292
                        fi
 
62293
                      fi
 
62294
                      if test -z "$haveit"; then
 
62295
                        haveit=
 
62296
                        for x in $LDFLAGS $LIBZMQ; do
 
62297
 
 
62298
  acl_save_prefix="$prefix"
 
62299
  prefix="$acl_final_prefix"
 
62300
  acl_save_exec_prefix="$exec_prefix"
 
62301
  exec_prefix="$acl_final_exec_prefix"
 
62302
  eval x=\"$x\"
 
62303
  exec_prefix="$acl_save_exec_prefix"
 
62304
  prefix="$acl_save_prefix"
 
62305
 
 
62306
                          if test "X$x" = "X-L$additional_libdir"; then
 
62307
                            haveit=yes
 
62308
                            break
 
62309
                          fi
 
62310
                        done
 
62311
                        if test -z "$haveit"; then
 
62312
                          if test -d "$additional_libdir"; then
 
62313
                                                        LIBZMQ="${LIBZMQ}${LIBZMQ:+ }-L$additional_libdir"
 
62314
                          fi
 
62315
                        fi
 
62316
                        haveit=
 
62317
                        for x in $LDFLAGS $LTLIBZMQ; do
 
62318
 
 
62319
  acl_save_prefix="$prefix"
 
62320
  prefix="$acl_final_prefix"
 
62321
  acl_save_exec_prefix="$exec_prefix"
 
62322
  exec_prefix="$acl_final_exec_prefix"
 
62323
  eval x=\"$x\"
 
62324
  exec_prefix="$acl_save_exec_prefix"
 
62325
  prefix="$acl_save_prefix"
 
62326
 
 
62327
                          if test "X$x" = "X-L$additional_libdir"; then
 
62328
                            haveit=yes
 
62329
                            break
 
62330
                          fi
 
62331
                        done
 
62332
                        if test -z "$haveit"; then
 
62333
                          if test -d "$additional_libdir"; then
 
62334
                                                        LTLIBZMQ="${LTLIBZMQ}${LTLIBZMQ:+ }-L$additional_libdir"
 
62335
                          fi
 
62336
                        fi
 
62337
                      fi
 
62338
                    fi
 
62339
                    ;;
 
62340
                  -R*)
 
62341
                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
 
62342
                    if test "$enable_rpath" != no; then
 
62343
                                                                  haveit=
 
62344
                      for x in $rpathdirs; do
 
62345
                        if test "X$x" = "X$dir"; then
 
62346
                          haveit=yes
 
62347
                          break
 
62348
                        fi
 
62349
                      done
 
62350
                      if test -z "$haveit"; then
 
62351
                        rpathdirs="$rpathdirs $dir"
 
62352
                      fi
 
62353
                                                                  haveit=
 
62354
                      for x in $ltrpathdirs; do
 
62355
                        if test "X$x" = "X$dir"; then
 
62356
                          haveit=yes
 
62357
                          break
 
62358
                        fi
 
62359
                      done
 
62360
                      if test -z "$haveit"; then
 
62361
                        ltrpathdirs="$ltrpathdirs $dir"
 
62362
                      fi
 
62363
                    fi
 
62364
                    ;;
 
62365
                  -l*)
 
62366
                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
 
62367
                    ;;
 
62368
                  *.la)
 
62369
                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
 
62370
                    ;;
 
62371
                  *)
 
62372
                                        LIBZMQ="${LIBZMQ}${LIBZMQ:+ }$dep"
 
62373
                    LTLIBZMQ="${LTLIBZMQ}${LTLIBZMQ:+ }$dep"
 
62374
                    ;;
 
62375
                esac
 
62376
              done
 
62377
            fi
 
62378
          else
 
62379
                                                            LIBZMQ="${LIBZMQ}${LIBZMQ:+ }-l$name"
 
62380
            LTLIBZMQ="${LTLIBZMQ}${LTLIBZMQ:+ }-l$name"
 
62381
          fi
 
62382
        fi
 
62383
      fi
 
62384
    done
 
62385
  done
 
62386
  if test "X$rpathdirs" != "X"; then
 
62387
    if test -n "$acl_hardcode_libdir_separator"; then
 
62388
                        alldirs=
 
62389
      for found_dir in $rpathdirs; do
 
62390
        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
 
62391
      done
 
62392
            acl_save_libdir="$libdir"
 
62393
      libdir="$alldirs"
 
62394
      eval flag=\"$acl_hardcode_libdir_flag_spec\"
 
62395
      libdir="$acl_save_libdir"
 
62396
      LIBZMQ="${LIBZMQ}${LIBZMQ:+ }$flag"
 
62397
    else
 
62398
            for found_dir in $rpathdirs; do
 
62399
        acl_save_libdir="$libdir"
 
62400
        libdir="$found_dir"
 
62401
        eval flag=\"$acl_hardcode_libdir_flag_spec\"
 
62402
        libdir="$acl_save_libdir"
 
62403
        LIBZMQ="${LIBZMQ}${LIBZMQ:+ }$flag"
 
62404
      done
 
62405
    fi
 
62406
  fi
 
62407
  if test "X$ltrpathdirs" != "X"; then
 
62408
            for found_dir in $ltrpathdirs; do
 
62409
      LTLIBZMQ="${LTLIBZMQ}${LTLIBZMQ:+ }-R$found_dir"
 
62410
    done
 
62411
  fi
 
62412
 
 
62413
 
 
62414
 
 
62415
 
 
62416
 
 
62417
 
 
62418
 
 
62419
        ac_save_CPPFLAGS="$CPPFLAGS"
 
62420
 
 
62421
  for element in $INCZMQ; do
 
62422
    haveit=
 
62423
    for x in $CPPFLAGS; do
 
62424
 
 
62425
  acl_save_prefix="$prefix"
 
62426
  prefix="$acl_final_prefix"
 
62427
  acl_save_exec_prefix="$exec_prefix"
 
62428
  exec_prefix="$acl_final_exec_prefix"
 
62429
  eval x=\"$x\"
 
62430
  exec_prefix="$acl_save_exec_prefix"
 
62431
  prefix="$acl_save_prefix"
 
62432
 
 
62433
      if test "X$x" = "X$element"; then
 
62434
        haveit=yes
 
62435
        break
 
62436
      fi
 
62437
    done
 
62438
    if test -z "$haveit"; then
 
62439
      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
 
62440
    fi
 
62441
  done
 
62442
 
 
62443
 
 
62444
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libzmq" >&5
 
62445
$as_echo_n "checking for libzmq... " >&6; }
 
62446
if ${ac_cv_libzmq+:} false; then :
 
62447
  $as_echo_n "(cached) " >&6
 
62448
else
 
62449
 
 
62450
    ac_save_LIBS="$LIBS"
 
62451
    LIBS="$LIBS $LIBZMQ"
 
62452
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
62453
/* end confdefs.h.  */
 
62454
 
 
62455
    #include <zmq.h>
 
62456
 
 
62457
int
 
62458
main ()
 
62459
{
 
62460
 
 
62461
         void *context = zmq_init (1);
 
62462
 
 
62463
  ;
 
62464
  return 0;
 
62465
}
 
62466
_ACEOF
 
62467
if ac_fn_cxx_try_link "$LINENO"; then :
 
62468
  ac_cv_libzmq=yes
 
62469
else
 
62470
  ac_cv_libzmq=no
 
62471
fi
 
62472
rm -f core conftest.err conftest.$ac_objext \
 
62473
    conftest$ac_exeext conftest.$ac_ext
 
62474
    LIBS="$ac_save_LIBS"
 
62475
 
 
62476
fi
 
62477
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libzmq" >&5
 
62478
$as_echo "$ac_cv_libzmq" >&6; }
 
62479
  if test "$ac_cv_libzmq" = yes; then
 
62480
    HAVE_LIBZMQ=yes
 
62481
 
 
62482
$as_echo "#define HAVE_LIBZMQ 1" >>confdefs.h
 
62483
 
 
62484
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libzmq" >&5
 
62485
$as_echo_n "checking how to link with libzmq... " >&6; }
 
62486
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBZMQ" >&5
 
62487
$as_echo "$LIBZMQ" >&6; }
 
62488
  else
 
62489
    HAVE_LIBZMQ=no
 
62490
            CPPFLAGS="$ac_save_CPPFLAGS"
 
62491
    LIBZMQ=
 
62492
    LTLIBZMQ=
 
62493
    LIBZMQ_PREFIX=
 
62494
  fi
 
62495
 
 
62496
 
 
62497
 
 
62498
 
 
62499
 
 
62500
 
 
62501
 
 
62502
if test "x$ac_cv_libzmq" = "xno"; then :
 
62503
 
 
62504
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: zeromq not found: not building zmq plugin." >&5
 
62505
$as_echo "$as_me: WARNING: zeromq not found: not building zmq plugin." >&2;}
 
62506
 
 
62507
fi
 
62508
 
 
62509
 
 
62510
if test "x${with_zeromq_plugin}" = "xyes" -a "$ac_cv_libzmq" = "yes"; then :
 
62511
 
 
62512
else
 
62513
 
 
62514
        if test "x${requested_zeromq_plugin}" = "xyes"; then :
 
62515
  as_fn_error $? "Plugin zeromq was explicitly requested, yet failed build dependency checks. Aborting!" "$LINENO" 5
 
62516
fi
 
62517
        with_zeromq_plugin=no
 
62518
 
 
62519
fi
 
62520
 
 
62521
 
 
62522
 if test "x${with_zeromq_plugin}" = "xyes" -a "$ac_cv_libzmq" = "yes" -a ! "x${shared_zeromq_plugin}" = "xyes"; then
 
62523
  BUILD_ZEROMQ_PLUGIN_STATIC_TRUE=
 
62524
  BUILD_ZEROMQ_PLUGIN_STATIC_FALSE='#'
 
62525
else
 
62526
  BUILD_ZEROMQ_PLUGIN_STATIC_TRUE='#'
 
62527
  BUILD_ZEROMQ_PLUGIN_STATIC_FALSE=
 
62528
fi
 
62529
 
 
62530
 if test "x${with_zeromq_plugin}" = "xyes" -a "$ac_cv_libzmq" = "yes" -a "x${shared_zeromq_plugin}" = "xyes"; then
 
62531
  BUILD_ZEROMQ_PLUGIN_SHARED_TRUE=
 
62532
  BUILD_ZEROMQ_PLUGIN_SHARED_FALSE='#'
 
62533
else
 
62534
  BUILD_ZEROMQ_PLUGIN_SHARED_TRUE='#'
 
62535
  BUILD_ZEROMQ_PLUGIN_SHARED_FALSE=
 
62536
fi
 
62537
 
 
62538
 if test "x${with_zeromq_plugin}" = "xyes" -a "$ac_cv_libzmq" = "yes"; then
 
62539
  BUILD_ZEROMQ_PLUGIN_TRUE=
 
62540
  BUILD_ZEROMQ_PLUGIN_FALSE='#'
 
62541
else
 
62542
  BUILD_ZEROMQ_PLUGIN_TRUE='#'
 
62543
  BUILD_ZEROMQ_PLUGIN_FALSE=
 
62544
fi
 
62545
 
 
62546
 
 
62547
if test "x$with_zeromq_plugin" = "xyes"; then :
 
62548
 
 
62549
 
 
62550
      if test "x${with_static_zeromq_plugin}" = "xyes" -o "x${with_all_static}" = "xyes"; then :
 
62551
 
 
62552
 
 
62553
        if test "x$enable_zeromq_plugin" = "xyes"; then :
 
62554
 
 
62555
          pandora_builtin_load_list="zeromq,${pandora_builtin_load_list}"
 
62556
          pandora_builtin_load_symbols_list="_drizzled_zeromq_plugin_,${pandora_builtin_load_symbols_list}"
 
62557
          PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} "
 
62558
 
 
62559
fi
 
62560
        pandora_builtin_list="zeromq,${pandora_builtin_list}"
 
62561
        pandora_builtin_symbols_list="_drizzled_zeromq_plugin_,${pandora_builtin_symbols_list}"
 
62562
        pandora_plugin_libs="${pandora_plugin_libs} \${top_builddir}/plugin/libzeromq_plugin.la"
 
62563
 
 
62564
else
 
62565
 
 
62566
        if test "x$enable_zeromq_plugin" = "xyes"; then :
 
62567
 
 
62568
          pandora_default_plugin_list="zeromq,${pandora_default_plugin_list}"
 
62569
 
 
62570
fi
 
62571
 
 
62572
fi
 
62573
 
 
62574
fi
 
62575
 
 
62576
 
60705
62577
    pandora_builtin_list=`echo $pandora_builtin_list | sed 's/, *$//'`
60706
62578
  pandora_builtin_symbols_list=`echo $pandora_builtin_symbols_list | sed 's/, *$//'`
60707
62579
  pandora_builtin_load_list=`echo $pandora_builtin_load_list | sed 's/, *$//'`
60763
62635
fi
60764
62636
 
60765
62637
 
60766
 
ac_config_files="$ac_config_files Makefile tests/Makefile drizzled/plugin/version.h support-files/drizzle7.pc support-files/libdrizzle-1.0.pc support-files/smf/install.sh support-files/smf/drizzle.xml support-files/smf/drizzle"
 
62638
ac_config_files="$ac_config_files Makefile tests/Makefile drizzled/plugin/version.h support-files/rpm/SPECS/drizzle.spec libdrizzle-1.0/version.h support-files/drizzle.pc support-files/libdrizzle.pc support-files/libdrizzle-1.0.pc support-files/smf/install.sh support-files/smf/drizzle.xml support-files/smf/drizzle"
60767
62639
 
60768
62640
 
60769
62641
scheduling_plugins_available="
60845
62717
     :end' >>confcache
60846
62718
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
60847
62719
  if test -w "$cache_file"; then
60848
 
    test "x$cache_file" != "x/dev/null" &&
 
62720
    if test "x$cache_file" != "x/dev/null"; then
60849
62721
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
60850
62722
$as_echo "$as_me: updating cache $cache_file" >&6;}
60851
 
    cat confcache >$cache_file
 
62723
      if test ! -f "$cache_file" || test -h "$cache_file"; then
 
62724
        cat confcache >"$cache_file"
 
62725
      else
 
62726
        case $cache_file in #(
 
62727
        */* | ?:*)
 
62728
          mv -f confcache "$cache_file"$$ &&
 
62729
          mv -f "$cache_file"$$ "$cache_file" ;; #(
 
62730
        *)
 
62731
          mv -f confcache "$cache_file" ;;
 
62732
        esac
 
62733
      fi
 
62734
    fi
60852
62735
  else
60853
62736
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
60854
62737
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
60864
62747
 
60865
62748
ac_libobjs=
60866
62749
ac_ltlibobjs=
 
62750
U=
60867
62751
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
60868
62752
  # 1. Remove the extension, and $U if already installed.
60869
62753
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
60887
62771
fi
60888
62772
 
60889
62773
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
60890
 
  as_fn_error "conditional \"AMDEP\" was never defined.
 
62774
  as_fn_error $? "conditional \"AMDEP\" was never defined.
60891
62775
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60892
62776
fi
60893
62777
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
60894
 
  as_fn_error "conditional \"am__fastdepCC\" was never defined.
 
62778
  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
60895
62779
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60896
62780
fi
60897
62781
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
60898
 
  as_fn_error "conditional \"am__fastdepCXX\" was never defined.
 
62782
  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
60899
62783
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60900
62784
fi
60901
62785
if test -z "${BUILD_WIN32_TRUE}" && test -z "${BUILD_WIN32_FALSE}"; then
60902
 
  as_fn_error "conditional \"BUILD_WIN32\" was never defined.
60903
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60904
 
fi
60905
 
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
60906
 
  as_fn_error "conditional \"am__fastdepCXX\" was never defined.
 
62786
  as_fn_error $? "conditional \"BUILD_WIN32\" was never defined.
60907
62787
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60908
62788
fi
60909
62789
 
60910
62790
if test -z "${HAVE_DTRACE_TRUE}" && test -z "${HAVE_DTRACE_FALSE}"; then
60911
 
  as_fn_error "conditional \"HAVE_DTRACE\" was never defined.
 
62791
  as_fn_error $? "conditional \"HAVE_DTRACE\" was never defined.
60912
62792
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60913
62793
fi
60914
62794
if test -z "${DTRACE_NEEDS_OBJECTS_TRUE}" && test -z "${DTRACE_NEEDS_OBJECTS_FALSE}"; then
60915
 
  as_fn_error "conditional \"DTRACE_NEEDS_OBJECTS\" was never defined.
 
62795
  as_fn_error $? "conditional \"DTRACE_NEEDS_OBJECTS\" was never defined.
60916
62796
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60917
62797
fi
60918
62798
if test -z "${HAVE_VALGRIND_TRUE}" && test -z "${HAVE_VALGRIND_FALSE}"; then
60919
 
  as_fn_error "conditional \"HAVE_VALGRIND\" was never defined.
 
62799
  as_fn_error $? "conditional \"HAVE_VALGRIND\" was never defined.
60920
62800
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60921
62801
fi
60922
62802
if test -z "${HAVE_DPKG_GENSYMBOLS_TRUE}" && test -z "${HAVE_DPKG_GENSYMBOLS_FALSE}"; then
60923
 
  as_fn_error "conditional \"HAVE_DPKG_GENSYMBOLS\" was never defined.
 
62803
  as_fn_error $? "conditional \"HAVE_DPKG_GENSYMBOLS\" was never defined.
60924
62804
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60925
62805
fi
60926
62806
if test -z "${HAVE_SPHINX_TRUE}" && test -z "${HAVE_SPHINX_FALSE}"; then
60927
 
  as_fn_error "conditional \"HAVE_SPHINX\" was never defined.
 
62807
  as_fn_error $? "conditional \"HAVE_SPHINX\" was never defined.
60928
62808
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60929
62809
fi
60930
62810
if test -z "${HAVE_RECENT_SPHINX_TRUE}" && test -z "${HAVE_RECENT_SPHINX_FALSE}"; then
60931
 
  as_fn_error "conditional \"HAVE_RECENT_SPHINX\" was never defined.
 
62811
  as_fn_error $? "conditional \"HAVE_RECENT_SPHINX\" was never defined.
60932
62812
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60933
62813
fi
60934
62814
 
60936
62816
 
60937
62817
 
60938
62818
if test -z "${BUILD_PO_TRUE}" && test -z "${BUILD_PO_FALSE}"; then
60939
 
  as_fn_error "conditional \"BUILD_PO\" was never defined.
 
62819
  as_fn_error $? "conditional \"BUILD_PO\" was never defined.
60940
62820
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60941
62821
fi
60942
62822
if test -z "${HAVE_LIBUUID_TRUE}" && test -z "${HAVE_LIBUUID_FALSE}"; then
60943
 
  as_fn_error "conditional \"HAVE_LIBUUID\" was never defined.
 
62823
  as_fn_error $? "conditional \"HAVE_LIBUUID\" was never defined.
60944
62824
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60945
62825
fi
60946
62826
if test -z "${HAVE_LIBZ_TRUE}" && test -z "${HAVE_LIBZ_FALSE}"; then
60947
 
  as_fn_error "conditional \"HAVE_LIBZ\" was never defined.
 
62827
  as_fn_error $? "conditional \"HAVE_LIBZ\" was never defined.
60948
62828
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60949
62829
fi
60950
62830
if test -z "${HAVE_LIBPCRE_TRUE}" && test -z "${HAVE_LIBPCRE_FALSE}"; then
60951
 
  as_fn_error "conditional \"HAVE_LIBPCRE\" was never defined.
 
62831
  as_fn_error $? "conditional \"HAVE_LIBPCRE\" was never defined.
60952
62832
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60953
62833
fi
60954
62834
if test -z "${HAVE_LIBREADLINE_TRUE}" && test -z "${HAVE_LIBREADLINE_FALSE}"; then
60955
 
  as_fn_error "conditional \"HAVE_LIBREADLINE\" was never defined.
 
62835
  as_fn_error $? "conditional \"HAVE_LIBREADLINE\" was never defined.
60956
62836
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60957
62837
fi
60958
62838
if test -z "${HAVE_LIBDL_TRUE}" && test -z "${HAVE_LIBDL_FALSE}"; then
60959
 
  as_fn_error "conditional \"HAVE_LIBDL\" was never defined.
 
62839
  as_fn_error $? "conditional \"HAVE_LIBDL\" was never defined.
60960
62840
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60961
62841
fi
60962
62842
if test -z "${HAVE_BISON_TRUE}" && test -z "${HAVE_BISON_FALSE}"; then
60963
 
  as_fn_error "conditional \"HAVE_BISON\" was never defined.
60964
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60965
 
fi
60966
 
if test -z "${HAVE_BOOST_TRUE}" && test -z "${HAVE_BOOST_FALSE}"; then
60967
 
  as_fn_error "conditional \"HAVE_BOOST\" was never defined.
60968
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60969
 
fi
60970
 
if test -z "${HAVE_BOOST_TRUE}" && test -z "${HAVE_BOOST_FALSE}"; then
60971
 
  as_fn_error "conditional \"HAVE_BOOST\" was never defined.
 
62843
  as_fn_error $? "conditional \"HAVE_BISON\" was never defined.
 
62844
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
62845
fi
 
62846
if test -z "${HAVE_BOOST_TRUE}" && test -z "${HAVE_BOOST_FALSE}"; then
 
62847
  as_fn_error $? "conditional \"HAVE_BOOST\" was never defined.
 
62848
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
62849
fi
 
62850
if test -z "${HAVE_BOOST_TRUE}" && test -z "${HAVE_BOOST_FALSE}"; then
 
62851
  as_fn_error $? "conditional \"HAVE_BOOST\" was never defined.
60972
62852
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60973
62853
fi
60974
62854
if test -z "${HAVE_BOOST_PROGRAM_OPTIONS_TRUE}" && test -z "${HAVE_BOOST_PROGRAM_OPTIONS_FALSE}"; then
60975
 
  as_fn_error "conditional \"HAVE_BOOST_PROGRAM_OPTIONS\" was never defined.
 
62855
  as_fn_error $? "conditional \"HAVE_BOOST_PROGRAM_OPTIONS\" was never defined.
60976
62856
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60977
62857
fi
60978
62858
if test -z "${HAVE_BOOST_TRUE}" && test -z "${HAVE_BOOST_FALSE}"; then
60979
 
  as_fn_error "conditional \"HAVE_BOOST\" was never defined.
 
62859
  as_fn_error $? "conditional \"HAVE_BOOST\" was never defined.
60980
62860
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60981
62861
fi
60982
62862
if test -z "${HAVE_BOOST_THREAD_TRUE}" && test -z "${HAVE_BOOST_THREAD_FALSE}"; then
60983
 
  as_fn_error "conditional \"HAVE_BOOST_THREAD\" was never defined.
 
62863
  as_fn_error $? "conditional \"HAVE_BOOST_THREAD\" was never defined.
60984
62864
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60985
62865
fi
60986
62866
if test -z "${HAVE_BOOST_TRUE}" && test -z "${HAVE_BOOST_FALSE}"; then
60987
 
  as_fn_error "conditional \"HAVE_BOOST\" was never defined.
 
62867
  as_fn_error $? "conditional \"HAVE_BOOST\" was never defined.
60988
62868
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60989
62869
fi
60990
62870
if test -z "${HAVE_BOOST_REGEX_TRUE}" && test -z "${HAVE_BOOST_REGEX_FALSE}"; then
60991
 
  as_fn_error "conditional \"HAVE_BOOST_REGEX\" was never defined.
 
62871
  as_fn_error $? "conditional \"HAVE_BOOST_REGEX\" was never defined.
60992
62872
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60993
62873
fi
60994
62874
if test -z "${HAVE_BOOST_TRUE}" && test -z "${HAVE_BOOST_FALSE}"; then
60995
 
  as_fn_error "conditional \"HAVE_BOOST\" was never defined.
 
62875
  as_fn_error $? "conditional \"HAVE_BOOST\" was never defined.
60996
62876
Usually this means the macro was only invoked conditionally." "$LINENO" 5
60997
62877
fi
60998
62878
if test -z "${HAVE_BOOST_DATE_TIME_TRUE}" && test -z "${HAVE_BOOST_DATE_TIME_FALSE}"; then
60999
 
  as_fn_error "conditional \"HAVE_BOOST_DATE_TIME\" was never defined.
 
62879
  as_fn_error $? "conditional \"HAVE_BOOST_DATE_TIME\" was never defined.
61000
62880
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61001
62881
fi
61002
62882
if test -z "${HAVE_BOOST_TRUE}" && test -z "${HAVE_BOOST_FALSE}"; then
61003
 
  as_fn_error "conditional \"HAVE_BOOST\" was never defined.
 
62883
  as_fn_error $? "conditional \"HAVE_BOOST\" was never defined.
61004
62884
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61005
62885
fi
61006
62886
if test -z "${HAVE_BOOST_FILESYSTEM_TRUE}" && test -z "${HAVE_BOOST_FILESYSTEM_FALSE}"; then
61007
 
  as_fn_error "conditional \"HAVE_BOOST_FILESYSTEM\" was never defined.
 
62887
  as_fn_error $? "conditional \"HAVE_BOOST_FILESYSTEM\" was never defined.
61008
62888
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61009
62889
fi
61010
62890
if test -z "${HAVE_BOOST_TRUE}" && test -z "${HAVE_BOOST_FALSE}"; then
61011
 
  as_fn_error "conditional \"HAVE_BOOST\" was never defined.
 
62891
  as_fn_error $? "conditional \"HAVE_BOOST\" was never defined.
61012
62892
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61013
62893
fi
61014
62894
if test -z "${HAVE_BOOST_IOSTREAMS_TRUE}" && test -z "${HAVE_BOOST_IOSTREAMS_FALSE}"; then
61015
 
  as_fn_error "conditional \"HAVE_BOOST_IOSTREAMS\" was never defined.
 
62895
  as_fn_error $? "conditional \"HAVE_BOOST_IOSTREAMS\" was never defined.
61016
62896
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61017
62897
fi
61018
62898
if test -z "${HAVE_BOOST_TRUE}" && test -z "${HAVE_BOOST_FALSE}"; then
61019
 
  as_fn_error "conditional \"HAVE_BOOST\" was never defined.
 
62899
  as_fn_error $? "conditional \"HAVE_BOOST\" was never defined.
61020
62900
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61021
62901
fi
61022
62902
if test -z "${HAVE_BOOST_TEST_TRUE}" && test -z "${HAVE_BOOST_TEST_FALSE}"; then
61023
 
  as_fn_error "conditional \"HAVE_BOOST_TEST\" was never defined.
 
62903
  as_fn_error $? "conditional \"HAVE_BOOST_TEST\" was never defined.
61024
62904
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61025
62905
fi
61026
62906
if test -z "${HAVE_LIBSQLITE3_TRUE}" && test -z "${HAVE_LIBSQLITE3_FALSE}"; then
61027
 
  as_fn_error "conditional \"HAVE_LIBSQLITE3\" was never defined.
 
62907
  as_fn_error $? "conditional \"HAVE_LIBSQLITE3\" was never defined.
61028
62908
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61029
62909
fi
61030
62910
if test -z "${BUILD_ASCII_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_ASCII_PLUGIN_STATIC_FALSE}"; then
61031
 
  as_fn_error "conditional \"BUILD_ASCII_PLUGIN_STATIC\" was never defined.
 
62911
  as_fn_error $? "conditional \"BUILD_ASCII_PLUGIN_STATIC\" was never defined.
61032
62912
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61033
62913
fi
61034
62914
if test -z "${BUILD_ASCII_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_ASCII_PLUGIN_SHARED_FALSE}"; then
61035
 
  as_fn_error "conditional \"BUILD_ASCII_PLUGIN_SHARED\" was never defined.
 
62915
  as_fn_error $? "conditional \"BUILD_ASCII_PLUGIN_SHARED\" was never defined.
61036
62916
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61037
62917
fi
61038
62918
if test -z "${BUILD_ASCII_PLUGIN_TRUE}" && test -z "${BUILD_ASCII_PLUGIN_FALSE}"; then
61039
 
  as_fn_error "conditional \"BUILD_ASCII_PLUGIN\" was never defined.
 
62919
  as_fn_error $? "conditional \"BUILD_ASCII_PLUGIN\" was never defined.
61040
62920
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61041
62921
fi
61042
62922
if test -z "${BUILD_AUTH_ALL_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_AUTH_ALL_PLUGIN_STATIC_FALSE}"; then
61043
 
  as_fn_error "conditional \"BUILD_AUTH_ALL_PLUGIN_STATIC\" was never defined.
 
62923
  as_fn_error $? "conditional \"BUILD_AUTH_ALL_PLUGIN_STATIC\" was never defined.
61044
62924
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61045
62925
fi
61046
62926
if test -z "${BUILD_AUTH_ALL_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_AUTH_ALL_PLUGIN_SHARED_FALSE}"; then
61047
 
  as_fn_error "conditional \"BUILD_AUTH_ALL_PLUGIN_SHARED\" was never defined.
 
62927
  as_fn_error $? "conditional \"BUILD_AUTH_ALL_PLUGIN_SHARED\" was never defined.
61048
62928
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61049
62929
fi
61050
62930
if test -z "${BUILD_AUTH_ALL_PLUGIN_TRUE}" && test -z "${BUILD_AUTH_ALL_PLUGIN_FALSE}"; then
61051
 
  as_fn_error "conditional \"BUILD_AUTH_ALL_PLUGIN\" was never defined.
 
62931
  as_fn_error $? "conditional \"BUILD_AUTH_ALL_PLUGIN\" was never defined.
61052
62932
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61053
62933
fi
61054
62934
if test -z "${BUILD_AUTH_FILE_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_AUTH_FILE_PLUGIN_STATIC_FALSE}"; then
61055
 
  as_fn_error "conditional \"BUILD_AUTH_FILE_PLUGIN_STATIC\" was never defined.
 
62935
  as_fn_error $? "conditional \"BUILD_AUTH_FILE_PLUGIN_STATIC\" was never defined.
61056
62936
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61057
62937
fi
61058
62938
if test -z "${BUILD_AUTH_FILE_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_AUTH_FILE_PLUGIN_SHARED_FALSE}"; then
61059
 
  as_fn_error "conditional \"BUILD_AUTH_FILE_PLUGIN_SHARED\" was never defined.
 
62939
  as_fn_error $? "conditional \"BUILD_AUTH_FILE_PLUGIN_SHARED\" was never defined.
61060
62940
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61061
62941
fi
61062
62942
if test -z "${BUILD_AUTH_FILE_PLUGIN_TRUE}" && test -z "${BUILD_AUTH_FILE_PLUGIN_FALSE}"; then
61063
 
  as_fn_error "conditional \"BUILD_AUTH_FILE_PLUGIN\" was never defined.
 
62943
  as_fn_error $? "conditional \"BUILD_AUTH_FILE_PLUGIN\" was never defined.
61064
62944
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61065
62945
fi
61066
62946
if test -z "${HAVE_LIBCURL_TRUE}" && test -z "${HAVE_LIBCURL_FALSE}"; then
61067
 
  as_fn_error "conditional \"HAVE_LIBCURL\" was never defined.
 
62947
  as_fn_error $? "conditional \"HAVE_LIBCURL\" was never defined.
61068
62948
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61069
62949
fi
61070
62950
if test -z "${BUILD_AUTH_HTTP_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_AUTH_HTTP_PLUGIN_STATIC_FALSE}"; then
61071
 
  as_fn_error "conditional \"BUILD_AUTH_HTTP_PLUGIN_STATIC\" was never defined.
 
62951
  as_fn_error $? "conditional \"BUILD_AUTH_HTTP_PLUGIN_STATIC\" was never defined.
61072
62952
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61073
62953
fi
61074
62954
if test -z "${BUILD_AUTH_HTTP_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_AUTH_HTTP_PLUGIN_SHARED_FALSE}"; then
61075
 
  as_fn_error "conditional \"BUILD_AUTH_HTTP_PLUGIN_SHARED\" was never defined.
 
62955
  as_fn_error $? "conditional \"BUILD_AUTH_HTTP_PLUGIN_SHARED\" was never defined.
61076
62956
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61077
62957
fi
61078
62958
if test -z "${BUILD_AUTH_HTTP_PLUGIN_TRUE}" && test -z "${BUILD_AUTH_HTTP_PLUGIN_FALSE}"; then
61079
 
  as_fn_error "conditional \"BUILD_AUTH_HTTP_PLUGIN\" was never defined.
 
62959
  as_fn_error $? "conditional \"BUILD_AUTH_HTTP_PLUGIN\" was never defined.
61080
62960
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61081
62961
fi
61082
62962
if test -z "${HAVE_LIBLDAP_TRUE}" && test -z "${HAVE_LIBLDAP_FALSE}"; then
61083
 
  as_fn_error "conditional \"HAVE_LIBLDAP\" was never defined.
 
62963
  as_fn_error $? "conditional \"HAVE_LIBLDAP\" was never defined.
61084
62964
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61085
62965
fi
61086
62966
if test -z "${BUILD_AUTH_LDAP_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_AUTH_LDAP_PLUGIN_STATIC_FALSE}"; then
61087
 
  as_fn_error "conditional \"BUILD_AUTH_LDAP_PLUGIN_STATIC\" was never defined.
 
62967
  as_fn_error $? "conditional \"BUILD_AUTH_LDAP_PLUGIN_STATIC\" was never defined.
61088
62968
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61089
62969
fi
61090
62970
if test -z "${BUILD_AUTH_LDAP_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_AUTH_LDAP_PLUGIN_SHARED_FALSE}"; then
61091
 
  as_fn_error "conditional \"BUILD_AUTH_LDAP_PLUGIN_SHARED\" was never defined.
 
62971
  as_fn_error $? "conditional \"BUILD_AUTH_LDAP_PLUGIN_SHARED\" was never defined.
61092
62972
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61093
62973
fi
61094
62974
if test -z "${BUILD_AUTH_LDAP_PLUGIN_TRUE}" && test -z "${BUILD_AUTH_LDAP_PLUGIN_FALSE}"; then
61095
 
  as_fn_error "conditional \"BUILD_AUTH_LDAP_PLUGIN\" was never defined.
 
62975
  as_fn_error $? "conditional \"BUILD_AUTH_LDAP_PLUGIN\" was never defined.
61096
62976
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61097
62977
fi
61098
62978
if test -z "${BUILD_AUTH_PAM_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_AUTH_PAM_PLUGIN_STATIC_FALSE}"; then
61099
 
  as_fn_error "conditional \"BUILD_AUTH_PAM_PLUGIN_STATIC\" was never defined.
 
62979
  as_fn_error $? "conditional \"BUILD_AUTH_PAM_PLUGIN_STATIC\" was never defined.
61100
62980
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61101
62981
fi
61102
62982
if test -z "${BUILD_AUTH_PAM_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_AUTH_PAM_PLUGIN_SHARED_FALSE}"; then
61103
 
  as_fn_error "conditional \"BUILD_AUTH_PAM_PLUGIN_SHARED\" was never defined.
 
62983
  as_fn_error $? "conditional \"BUILD_AUTH_PAM_PLUGIN_SHARED\" was never defined.
61104
62984
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61105
62985
fi
61106
62986
if test -z "${BUILD_AUTH_PAM_PLUGIN_TRUE}" && test -z "${BUILD_AUTH_PAM_PLUGIN_FALSE}"; then
61107
 
  as_fn_error "conditional \"BUILD_AUTH_PAM_PLUGIN\" was never defined.
 
62987
  as_fn_error $? "conditional \"BUILD_AUTH_PAM_PLUGIN\" was never defined.
 
62988
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
62989
fi
 
62990
if test -z "${BUILD_AUTH_SCHEMA_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_AUTH_SCHEMA_PLUGIN_STATIC_FALSE}"; then
 
62991
  as_fn_error $? "conditional \"BUILD_AUTH_SCHEMA_PLUGIN_STATIC\" was never defined.
 
62992
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
62993
fi
 
62994
if test -z "${BUILD_AUTH_SCHEMA_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_AUTH_SCHEMA_PLUGIN_SHARED_FALSE}"; then
 
62995
  as_fn_error $? "conditional \"BUILD_AUTH_SCHEMA_PLUGIN_SHARED\" was never defined.
 
62996
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
62997
fi
 
62998
if test -z "${BUILD_AUTH_SCHEMA_PLUGIN_TRUE}" && test -z "${BUILD_AUTH_SCHEMA_PLUGIN_FALSE}"; then
 
62999
  as_fn_error $? "conditional \"BUILD_AUTH_SCHEMA_PLUGIN\" was never defined.
61108
63000
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61109
63001
fi
61110
63002
if test -z "${BUILD_AUTH_TEST_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_AUTH_TEST_PLUGIN_STATIC_FALSE}"; then
61111
 
  as_fn_error "conditional \"BUILD_AUTH_TEST_PLUGIN_STATIC\" was never defined.
 
63003
  as_fn_error $? "conditional \"BUILD_AUTH_TEST_PLUGIN_STATIC\" was never defined.
61112
63004
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61113
63005
fi
61114
63006
if test -z "${BUILD_AUTH_TEST_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_AUTH_TEST_PLUGIN_SHARED_FALSE}"; then
61115
 
  as_fn_error "conditional \"BUILD_AUTH_TEST_PLUGIN_SHARED\" was never defined.
 
63007
  as_fn_error $? "conditional \"BUILD_AUTH_TEST_PLUGIN_SHARED\" was never defined.
61116
63008
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61117
63009
fi
61118
63010
if test -z "${BUILD_AUTH_TEST_PLUGIN_TRUE}" && test -z "${BUILD_AUTH_TEST_PLUGIN_FALSE}"; then
61119
 
  as_fn_error "conditional \"BUILD_AUTH_TEST_PLUGIN\" was never defined.
 
63011
  as_fn_error $? "conditional \"BUILD_AUTH_TEST_PLUGIN\" was never defined.
61120
63012
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61121
63013
fi
61122
63014
if test -z "${BUILD_BENCHMARK_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_BENCHMARK_PLUGIN_STATIC_FALSE}"; then
61123
 
  as_fn_error "conditional \"BUILD_BENCHMARK_PLUGIN_STATIC\" was never defined.
 
63015
  as_fn_error $? "conditional \"BUILD_BENCHMARK_PLUGIN_STATIC\" was never defined.
61124
63016
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61125
63017
fi
61126
63018
if test -z "${BUILD_BENCHMARK_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_BENCHMARK_PLUGIN_SHARED_FALSE}"; then
61127
 
  as_fn_error "conditional \"BUILD_BENCHMARK_PLUGIN_SHARED\" was never defined.
 
63019
  as_fn_error $? "conditional \"BUILD_BENCHMARK_PLUGIN_SHARED\" was never defined.
61128
63020
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61129
63021
fi
61130
63022
if test -z "${BUILD_BENCHMARK_PLUGIN_TRUE}" && test -z "${BUILD_BENCHMARK_PLUGIN_FALSE}"; then
61131
 
  as_fn_error "conditional \"BUILD_BENCHMARK_PLUGIN\" was never defined.
 
63023
  as_fn_error $? "conditional \"BUILD_BENCHMARK_PLUGIN\" was never defined.
61132
63024
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61133
63025
fi
61134
63026
if test -z "${BUILD_CATALOG_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_CATALOG_PLUGIN_STATIC_FALSE}"; then
61135
 
  as_fn_error "conditional \"BUILD_CATALOG_PLUGIN_STATIC\" was never defined.
 
63027
  as_fn_error $? "conditional \"BUILD_CATALOG_PLUGIN_STATIC\" was never defined.
61136
63028
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61137
63029
fi
61138
63030
if test -z "${BUILD_CATALOG_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_CATALOG_PLUGIN_SHARED_FALSE}"; then
61139
 
  as_fn_error "conditional \"BUILD_CATALOG_PLUGIN_SHARED\" was never defined.
 
63031
  as_fn_error $? "conditional \"BUILD_CATALOG_PLUGIN_SHARED\" was never defined.
61140
63032
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61141
63033
fi
61142
63034
if test -z "${BUILD_CATALOG_PLUGIN_TRUE}" && test -z "${BUILD_CATALOG_PLUGIN_FALSE}"; then
61143
 
  as_fn_error "conditional \"BUILD_CATALOG_PLUGIN\" was never defined.
 
63035
  as_fn_error $? "conditional \"BUILD_CATALOG_PLUGIN\" was never defined.
61144
63036
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61145
63037
fi
61146
63038
if test -z "${BUILD_CHARLENGTH_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_CHARLENGTH_PLUGIN_STATIC_FALSE}"; then
61147
 
  as_fn_error "conditional \"BUILD_CHARLENGTH_PLUGIN_STATIC\" was never defined.
 
63039
  as_fn_error $? "conditional \"BUILD_CHARLENGTH_PLUGIN_STATIC\" was never defined.
61148
63040
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61149
63041
fi
61150
63042
if test -z "${BUILD_CHARLENGTH_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_CHARLENGTH_PLUGIN_SHARED_FALSE}"; then
61151
 
  as_fn_error "conditional \"BUILD_CHARLENGTH_PLUGIN_SHARED\" was never defined.
 
63043
  as_fn_error $? "conditional \"BUILD_CHARLENGTH_PLUGIN_SHARED\" was never defined.
61152
63044
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61153
63045
fi
61154
63046
if test -z "${BUILD_CHARLENGTH_PLUGIN_TRUE}" && test -z "${BUILD_CHARLENGTH_PLUGIN_FALSE}"; then
61155
 
  as_fn_error "conditional \"BUILD_CHARLENGTH_PLUGIN\" was never defined.
 
63047
  as_fn_error $? "conditional \"BUILD_CHARLENGTH_PLUGIN\" was never defined.
61156
63048
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61157
63049
fi
61158
63050
if test -z "${BUILD_COERCIBILITY_FUNCTION_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_COERCIBILITY_FUNCTION_PLUGIN_STATIC_FALSE}"; then
61159
 
  as_fn_error "conditional \"BUILD_COERCIBILITY_FUNCTION_PLUGIN_STATIC\" was never defined.
 
63051
  as_fn_error $? "conditional \"BUILD_COERCIBILITY_FUNCTION_PLUGIN_STATIC\" was never defined.
61160
63052
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61161
63053
fi
61162
63054
if test -z "${BUILD_COERCIBILITY_FUNCTION_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_COERCIBILITY_FUNCTION_PLUGIN_SHARED_FALSE}"; then
61163
 
  as_fn_error "conditional \"BUILD_COERCIBILITY_FUNCTION_PLUGIN_SHARED\" was never defined.
 
63055
  as_fn_error $? "conditional \"BUILD_COERCIBILITY_FUNCTION_PLUGIN_SHARED\" was never defined.
61164
63056
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61165
63057
fi
61166
63058
if test -z "${BUILD_COERCIBILITY_FUNCTION_PLUGIN_TRUE}" && test -z "${BUILD_COERCIBILITY_FUNCTION_PLUGIN_FALSE}"; then
61167
 
  as_fn_error "conditional \"BUILD_COERCIBILITY_FUNCTION_PLUGIN\" was never defined.
 
63059
  as_fn_error $? "conditional \"BUILD_COERCIBILITY_FUNCTION_PLUGIN\" was never defined.
61168
63060
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61169
63061
fi
61170
63062
if test -z "${BUILD_COLLATION_DICTIONARY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_COLLATION_DICTIONARY_PLUGIN_STATIC_FALSE}"; then
61171
 
  as_fn_error "conditional \"BUILD_COLLATION_DICTIONARY_PLUGIN_STATIC\" was never defined.
 
63063
  as_fn_error $? "conditional \"BUILD_COLLATION_DICTIONARY_PLUGIN_STATIC\" was never defined.
61172
63064
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61173
63065
fi
61174
63066
if test -z "${BUILD_COLLATION_DICTIONARY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_COLLATION_DICTIONARY_PLUGIN_SHARED_FALSE}"; then
61175
 
  as_fn_error "conditional \"BUILD_COLLATION_DICTIONARY_PLUGIN_SHARED\" was never defined.
 
63067
  as_fn_error $? "conditional \"BUILD_COLLATION_DICTIONARY_PLUGIN_SHARED\" was never defined.
61176
63068
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61177
63069
fi
61178
63070
if test -z "${BUILD_COLLATION_DICTIONARY_PLUGIN_TRUE}" && test -z "${BUILD_COLLATION_DICTIONARY_PLUGIN_FALSE}"; then
61179
 
  as_fn_error "conditional \"BUILD_COLLATION_DICTIONARY_PLUGIN\" was never defined.
 
63071
  as_fn_error $? "conditional \"BUILD_COLLATION_DICTIONARY_PLUGIN\" was never defined.
61180
63072
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61181
63073
fi
61182
63074
if test -z "${BUILD_COMPRESSION_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_COMPRESSION_PLUGIN_STATIC_FALSE}"; then
61183
 
  as_fn_error "conditional \"BUILD_COMPRESSION_PLUGIN_STATIC\" was never defined.
 
63075
  as_fn_error $? "conditional \"BUILD_COMPRESSION_PLUGIN_STATIC\" was never defined.
61184
63076
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61185
63077
fi
61186
63078
if test -z "${BUILD_COMPRESSION_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_COMPRESSION_PLUGIN_SHARED_FALSE}"; then
61187
 
  as_fn_error "conditional \"BUILD_COMPRESSION_PLUGIN_SHARED\" was never defined.
 
63079
  as_fn_error $? "conditional \"BUILD_COMPRESSION_PLUGIN_SHARED\" was never defined.
61188
63080
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61189
63081
fi
61190
63082
if test -z "${BUILD_COMPRESSION_PLUGIN_TRUE}" && test -z "${BUILD_COMPRESSION_PLUGIN_FALSE}"; then
61191
 
  as_fn_error "conditional \"BUILD_COMPRESSION_PLUGIN\" was never defined.
 
63083
  as_fn_error $? "conditional \"BUILD_COMPRESSION_PLUGIN\" was never defined.
61192
63084
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61193
63085
fi
61194
63086
if test -z "${BUILD_CONNECTION_ID_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_CONNECTION_ID_PLUGIN_STATIC_FALSE}"; then
61195
 
  as_fn_error "conditional \"BUILD_CONNECTION_ID_PLUGIN_STATIC\" was never defined.
 
63087
  as_fn_error $? "conditional \"BUILD_CONNECTION_ID_PLUGIN_STATIC\" was never defined.
61196
63088
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61197
63089
fi
61198
63090
if test -z "${BUILD_CONNECTION_ID_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_CONNECTION_ID_PLUGIN_SHARED_FALSE}"; then
61199
 
  as_fn_error "conditional \"BUILD_CONNECTION_ID_PLUGIN_SHARED\" was never defined.
 
63091
  as_fn_error $? "conditional \"BUILD_CONNECTION_ID_PLUGIN_SHARED\" was never defined.
61200
63092
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61201
63093
fi
61202
63094
if test -z "${BUILD_CONNECTION_ID_PLUGIN_TRUE}" && test -z "${BUILD_CONNECTION_ID_PLUGIN_FALSE}"; then
61203
 
  as_fn_error "conditional \"BUILD_CONNECTION_ID_PLUGIN\" was never defined.
 
63095
  as_fn_error $? "conditional \"BUILD_CONNECTION_ID_PLUGIN\" was never defined.
61204
63096
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61205
63097
fi
61206
63098
if test -z "${BUILD_CONSOLE_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_CONSOLE_PLUGIN_STATIC_FALSE}"; then
61207
 
  as_fn_error "conditional \"BUILD_CONSOLE_PLUGIN_STATIC\" was never defined.
 
63099
  as_fn_error $? "conditional \"BUILD_CONSOLE_PLUGIN_STATIC\" was never defined.
61208
63100
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61209
63101
fi
61210
63102
if test -z "${BUILD_CONSOLE_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_CONSOLE_PLUGIN_SHARED_FALSE}"; then
61211
 
  as_fn_error "conditional \"BUILD_CONSOLE_PLUGIN_SHARED\" was never defined.
 
63103
  as_fn_error $? "conditional \"BUILD_CONSOLE_PLUGIN_SHARED\" was never defined.
61212
63104
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61213
63105
fi
61214
63106
if test -z "${BUILD_CONSOLE_PLUGIN_TRUE}" && test -z "${BUILD_CONSOLE_PLUGIN_FALSE}"; then
61215
 
  as_fn_error "conditional \"BUILD_CONSOLE_PLUGIN\" was never defined.
 
63107
  as_fn_error $? "conditional \"BUILD_CONSOLE_PLUGIN\" was never defined.
61216
63108
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61217
63109
fi
61218
63110
if test -z "${BUILD_CRC32_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_CRC32_PLUGIN_STATIC_FALSE}"; then
61219
 
  as_fn_error "conditional \"BUILD_CRC32_PLUGIN_STATIC\" was never defined.
 
63111
  as_fn_error $? "conditional \"BUILD_CRC32_PLUGIN_STATIC\" was never defined.
61220
63112
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61221
63113
fi
61222
63114
if test -z "${BUILD_CRC32_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_CRC32_PLUGIN_SHARED_FALSE}"; then
61223
 
  as_fn_error "conditional \"BUILD_CRC32_PLUGIN_SHARED\" was never defined.
 
63115
  as_fn_error $? "conditional \"BUILD_CRC32_PLUGIN_SHARED\" was never defined.
61224
63116
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61225
63117
fi
61226
63118
if test -z "${BUILD_CRC32_PLUGIN_TRUE}" && test -z "${BUILD_CRC32_PLUGIN_FALSE}"; then
61227
 
  as_fn_error "conditional \"BUILD_CRC32_PLUGIN\" was never defined.
 
63119
  as_fn_error $? "conditional \"BUILD_CRC32_PLUGIN\" was never defined.
61228
63120
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61229
63121
fi
61230
63122
if test -z "${BUILD_DEBUG_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_DEBUG_PLUGIN_STATIC_FALSE}"; then
61231
 
  as_fn_error "conditional \"BUILD_DEBUG_PLUGIN_STATIC\" was never defined.
 
63123
  as_fn_error $? "conditional \"BUILD_DEBUG_PLUGIN_STATIC\" was never defined.
61232
63124
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61233
63125
fi
61234
63126
if test -z "${BUILD_DEBUG_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_DEBUG_PLUGIN_SHARED_FALSE}"; then
61235
 
  as_fn_error "conditional \"BUILD_DEBUG_PLUGIN_SHARED\" was never defined.
 
63127
  as_fn_error $? "conditional \"BUILD_DEBUG_PLUGIN_SHARED\" was never defined.
61236
63128
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61237
63129
fi
61238
63130
if test -z "${BUILD_DEBUG_PLUGIN_TRUE}" && test -z "${BUILD_DEBUG_PLUGIN_FALSE}"; then
61239
 
  as_fn_error "conditional \"BUILD_DEBUG_PLUGIN\" was never defined.
 
63131
  as_fn_error $? "conditional \"BUILD_DEBUG_PLUGIN\" was never defined.
61240
63132
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61241
63133
fi
61242
63134
if test -z "${BUILD_DEFAULT_REPLICATOR_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_DEFAULT_REPLICATOR_PLUGIN_STATIC_FALSE}"; then
61243
 
  as_fn_error "conditional \"BUILD_DEFAULT_REPLICATOR_PLUGIN_STATIC\" was never defined.
 
63135
  as_fn_error $? "conditional \"BUILD_DEFAULT_REPLICATOR_PLUGIN_STATIC\" was never defined.
61244
63136
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61245
63137
fi
61246
63138
if test -z "${BUILD_DEFAULT_REPLICATOR_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_DEFAULT_REPLICATOR_PLUGIN_SHARED_FALSE}"; then
61247
 
  as_fn_error "conditional \"BUILD_DEFAULT_REPLICATOR_PLUGIN_SHARED\" was never defined.
 
63139
  as_fn_error $? "conditional \"BUILD_DEFAULT_REPLICATOR_PLUGIN_SHARED\" was never defined.
61248
63140
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61249
63141
fi
61250
63142
if test -z "${BUILD_DEFAULT_REPLICATOR_PLUGIN_TRUE}" && test -z "${BUILD_DEFAULT_REPLICATOR_PLUGIN_FALSE}"; then
61251
 
  as_fn_error "conditional \"BUILD_DEFAULT_REPLICATOR_PLUGIN\" was never defined.
 
63143
  as_fn_error $? "conditional \"BUILD_DEFAULT_REPLICATOR_PLUGIN\" was never defined.
61252
63144
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61253
63145
fi
61254
63146
if test -z "${BUILD_DRIZZLE_PROTOCOL_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_DRIZZLE_PROTOCOL_PLUGIN_STATIC_FALSE}"; then
61255
 
  as_fn_error "conditional \"BUILD_DRIZZLE_PROTOCOL_PLUGIN_STATIC\" was never defined.
 
63147
  as_fn_error $? "conditional \"BUILD_DRIZZLE_PROTOCOL_PLUGIN_STATIC\" was never defined.
61256
63148
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61257
63149
fi
61258
63150
if test -z "${BUILD_DRIZZLE_PROTOCOL_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_DRIZZLE_PROTOCOL_PLUGIN_SHARED_FALSE}"; then
61259
 
  as_fn_error "conditional \"BUILD_DRIZZLE_PROTOCOL_PLUGIN_SHARED\" was never defined.
 
63151
  as_fn_error $? "conditional \"BUILD_DRIZZLE_PROTOCOL_PLUGIN_SHARED\" was never defined.
61260
63152
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61261
63153
fi
61262
63154
if test -z "${BUILD_DRIZZLE_PROTOCOL_PLUGIN_TRUE}" && test -z "${BUILD_DRIZZLE_PROTOCOL_PLUGIN_FALSE}"; then
61263
 
  as_fn_error "conditional \"BUILD_DRIZZLE_PROTOCOL_PLUGIN\" was never defined.
 
63155
  as_fn_error $? "conditional \"BUILD_DRIZZLE_PROTOCOL_PLUGIN\" was never defined.
61264
63156
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61265
63157
fi
61266
63158
if test -z "${BUILD_ERRMSG_STDERR_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_ERRMSG_STDERR_PLUGIN_STATIC_FALSE}"; then
61267
 
  as_fn_error "conditional \"BUILD_ERRMSG_STDERR_PLUGIN_STATIC\" was never defined.
 
63159
  as_fn_error $? "conditional \"BUILD_ERRMSG_STDERR_PLUGIN_STATIC\" was never defined.
61268
63160
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61269
63161
fi
61270
63162
if test -z "${BUILD_ERRMSG_STDERR_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_ERRMSG_STDERR_PLUGIN_SHARED_FALSE}"; then
61271
 
  as_fn_error "conditional \"BUILD_ERRMSG_STDERR_PLUGIN_SHARED\" was never defined.
 
63163
  as_fn_error $? "conditional \"BUILD_ERRMSG_STDERR_PLUGIN_SHARED\" was never defined.
61272
63164
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61273
63165
fi
61274
63166
if test -z "${BUILD_ERRMSG_STDERR_PLUGIN_TRUE}" && test -z "${BUILD_ERRMSG_STDERR_PLUGIN_FALSE}"; then
61275
 
  as_fn_error "conditional \"BUILD_ERRMSG_STDERR_PLUGIN\" was never defined.
 
63167
  as_fn_error $? "conditional \"BUILD_ERRMSG_STDERR_PLUGIN\" was never defined.
61276
63168
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61277
63169
fi
61278
63170
if test -z "${BUILD_ERROR_DICTIONARY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_ERROR_DICTIONARY_PLUGIN_STATIC_FALSE}"; then
61279
 
  as_fn_error "conditional \"BUILD_ERROR_DICTIONARY_PLUGIN_STATIC\" was never defined.
 
63171
  as_fn_error $? "conditional \"BUILD_ERROR_DICTIONARY_PLUGIN_STATIC\" was never defined.
61280
63172
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61281
63173
fi
61282
63174
if test -z "${BUILD_ERROR_DICTIONARY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_ERROR_DICTIONARY_PLUGIN_SHARED_FALSE}"; then
61283
 
  as_fn_error "conditional \"BUILD_ERROR_DICTIONARY_PLUGIN_SHARED\" was never defined.
 
63175
  as_fn_error $? "conditional \"BUILD_ERROR_DICTIONARY_PLUGIN_SHARED\" was never defined.
61284
63176
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61285
63177
fi
61286
63178
if test -z "${BUILD_ERROR_DICTIONARY_PLUGIN_TRUE}" && test -z "${BUILD_ERROR_DICTIONARY_PLUGIN_FALSE}"; then
61287
 
  as_fn_error "conditional \"BUILD_ERROR_DICTIONARY_PLUGIN\" was never defined.
 
63179
  as_fn_error $? "conditional \"BUILD_ERROR_DICTIONARY_PLUGIN\" was never defined.
61288
63180
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61289
63181
fi
61290
63182
if test -z "${BUILD_FILTERED_REPLICATOR_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_FILTERED_REPLICATOR_PLUGIN_STATIC_FALSE}"; then
61291
 
  as_fn_error "conditional \"BUILD_FILTERED_REPLICATOR_PLUGIN_STATIC\" was never defined.
 
63183
  as_fn_error $? "conditional \"BUILD_FILTERED_REPLICATOR_PLUGIN_STATIC\" was never defined.
61292
63184
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61293
63185
fi
61294
63186
if test -z "${BUILD_FILTERED_REPLICATOR_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_FILTERED_REPLICATOR_PLUGIN_SHARED_FALSE}"; then
61295
 
  as_fn_error "conditional \"BUILD_FILTERED_REPLICATOR_PLUGIN_SHARED\" was never defined.
 
63187
  as_fn_error $? "conditional \"BUILD_FILTERED_REPLICATOR_PLUGIN_SHARED\" was never defined.
61296
63188
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61297
63189
fi
61298
63190
if test -z "${BUILD_FILTERED_REPLICATOR_PLUGIN_TRUE}" && test -z "${BUILD_FILTERED_REPLICATOR_PLUGIN_FALSE}"; then
61299
 
  as_fn_error "conditional \"BUILD_FILTERED_REPLICATOR_PLUGIN\" was never defined.
 
63191
  as_fn_error $? "conditional \"BUILD_FILTERED_REPLICATOR_PLUGIN\" was never defined.
61300
63192
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61301
63193
fi
61302
63194
if test -z "${BUILD_FUNCTION_DICTIONARY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_FUNCTION_DICTIONARY_PLUGIN_STATIC_FALSE}"; then
61303
 
  as_fn_error "conditional \"BUILD_FUNCTION_DICTIONARY_PLUGIN_STATIC\" was never defined.
 
63195
  as_fn_error $? "conditional \"BUILD_FUNCTION_DICTIONARY_PLUGIN_STATIC\" was never defined.
61304
63196
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61305
63197
fi
61306
63198
if test -z "${BUILD_FUNCTION_DICTIONARY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_FUNCTION_DICTIONARY_PLUGIN_SHARED_FALSE}"; then
61307
 
  as_fn_error "conditional \"BUILD_FUNCTION_DICTIONARY_PLUGIN_SHARED\" was never defined.
 
63199
  as_fn_error $? "conditional \"BUILD_FUNCTION_DICTIONARY_PLUGIN_SHARED\" was never defined.
61308
63200
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61309
63201
fi
61310
63202
if test -z "${BUILD_FUNCTION_DICTIONARY_PLUGIN_TRUE}" && test -z "${BUILD_FUNCTION_DICTIONARY_PLUGIN_FALSE}"; then
61311
 
  as_fn_error "conditional \"BUILD_FUNCTION_DICTIONARY_PLUGIN\" was never defined.
 
63203
  as_fn_error $? "conditional \"BUILD_FUNCTION_DICTIONARY_PLUGIN\" was never defined.
61312
63204
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61313
63205
fi
61314
63206
if test -z "${BUILD_FUNCTION_ENGINE_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_FUNCTION_ENGINE_PLUGIN_STATIC_FALSE}"; then
61315
 
  as_fn_error "conditional \"BUILD_FUNCTION_ENGINE_PLUGIN_STATIC\" was never defined.
 
63207
  as_fn_error $? "conditional \"BUILD_FUNCTION_ENGINE_PLUGIN_STATIC\" was never defined.
61316
63208
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61317
63209
fi
61318
63210
if test -z "${BUILD_FUNCTION_ENGINE_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_FUNCTION_ENGINE_PLUGIN_SHARED_FALSE}"; then
61319
 
  as_fn_error "conditional \"BUILD_FUNCTION_ENGINE_PLUGIN_SHARED\" was never defined.
 
63211
  as_fn_error $? "conditional \"BUILD_FUNCTION_ENGINE_PLUGIN_SHARED\" was never defined.
61320
63212
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61321
63213
fi
61322
63214
if test -z "${BUILD_FUNCTION_ENGINE_PLUGIN_TRUE}" && test -z "${BUILD_FUNCTION_ENGINE_PLUGIN_FALSE}"; then
61323
 
  as_fn_error "conditional \"BUILD_FUNCTION_ENGINE_PLUGIN\" was never defined.
 
63215
  as_fn_error $? "conditional \"BUILD_FUNCTION_ENGINE_PLUGIN\" was never defined.
61324
63216
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61325
63217
fi
61326
63218
if test -z "${HAVE_LIBGEARMAN_TRUE}" && test -z "${HAVE_LIBGEARMAN_FALSE}"; then
61327
 
  as_fn_error "conditional \"HAVE_LIBGEARMAN\" was never defined.
 
63219
  as_fn_error $? "conditional \"HAVE_LIBGEARMAN\" was never defined.
61328
63220
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61329
63221
fi
61330
63222
if test -z "${BUILD_GEARMAN_UDF_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_GEARMAN_UDF_PLUGIN_STATIC_FALSE}"; then
61331
 
  as_fn_error "conditional \"BUILD_GEARMAN_UDF_PLUGIN_STATIC\" was never defined.
 
63223
  as_fn_error $? "conditional \"BUILD_GEARMAN_UDF_PLUGIN_STATIC\" was never defined.
61332
63224
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61333
63225
fi
61334
63226
if test -z "${BUILD_GEARMAN_UDF_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_GEARMAN_UDF_PLUGIN_SHARED_FALSE}"; then
61335
 
  as_fn_error "conditional \"BUILD_GEARMAN_UDF_PLUGIN_SHARED\" was never defined.
 
63227
  as_fn_error $? "conditional \"BUILD_GEARMAN_UDF_PLUGIN_SHARED\" was never defined.
61336
63228
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61337
63229
fi
61338
63230
if test -z "${BUILD_GEARMAN_UDF_PLUGIN_TRUE}" && test -z "${BUILD_GEARMAN_UDF_PLUGIN_FALSE}"; then
61339
 
  as_fn_error "conditional \"BUILD_GEARMAN_UDF_PLUGIN\" was never defined.
61340
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61341
 
fi
61342
 
if test -z "${HAVE_LIBHAILDB_TRUE}" && test -z "${HAVE_LIBHAILDB_FALSE}"; then
61343
 
  as_fn_error "conditional \"HAVE_LIBHAILDB\" was never defined.
61344
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61345
 
fi
61346
 
if test -z "${BUILD_HAILDB_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_HAILDB_PLUGIN_STATIC_FALSE}"; then
61347
 
  as_fn_error "conditional \"BUILD_HAILDB_PLUGIN_STATIC\" was never defined.
61348
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61349
 
fi
61350
 
if test -z "${BUILD_HAILDB_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_HAILDB_PLUGIN_SHARED_FALSE}"; then
61351
 
  as_fn_error "conditional \"BUILD_HAILDB_PLUGIN_SHARED\" was never defined.
61352
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61353
 
fi
61354
 
if test -z "${BUILD_HAILDB_PLUGIN_TRUE}" && test -z "${BUILD_HAILDB_PLUGIN_FALSE}"; then
61355
 
  as_fn_error "conditional \"BUILD_HAILDB_PLUGIN\" was never defined.
 
63231
  as_fn_error $? "conditional \"BUILD_GEARMAN_UDF_PLUGIN\" was never defined.
61356
63232
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61357
63233
fi
61358
63234
if test -z "${BUILD_HELLO_EVENTS_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_HELLO_EVENTS_PLUGIN_STATIC_FALSE}"; then
61359
 
  as_fn_error "conditional \"BUILD_HELLO_EVENTS_PLUGIN_STATIC\" was never defined.
 
63235
  as_fn_error $? "conditional \"BUILD_HELLO_EVENTS_PLUGIN_STATIC\" was never defined.
61360
63236
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61361
63237
fi
61362
63238
if test -z "${BUILD_HELLO_EVENTS_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_HELLO_EVENTS_PLUGIN_SHARED_FALSE}"; then
61363
 
  as_fn_error "conditional \"BUILD_HELLO_EVENTS_PLUGIN_SHARED\" was never defined.
 
63239
  as_fn_error $? "conditional \"BUILD_HELLO_EVENTS_PLUGIN_SHARED\" was never defined.
61364
63240
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61365
63241
fi
61366
63242
if test -z "${BUILD_HELLO_EVENTS_PLUGIN_TRUE}" && test -z "${BUILD_HELLO_EVENTS_PLUGIN_FALSE}"; then
61367
 
  as_fn_error "conditional \"BUILD_HELLO_EVENTS_PLUGIN\" was never defined.
 
63243
  as_fn_error $? "conditional \"BUILD_HELLO_EVENTS_PLUGIN\" was never defined.
61368
63244
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61369
63245
fi
61370
63246
if test -z "${BUILD_HELLO_WORLD_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_HELLO_WORLD_PLUGIN_STATIC_FALSE}"; then
61371
 
  as_fn_error "conditional \"BUILD_HELLO_WORLD_PLUGIN_STATIC\" was never defined.
 
63247
  as_fn_error $? "conditional \"BUILD_HELLO_WORLD_PLUGIN_STATIC\" was never defined.
61372
63248
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61373
63249
fi
61374
63250
if test -z "${BUILD_HELLO_WORLD_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_HELLO_WORLD_PLUGIN_SHARED_FALSE}"; then
61375
 
  as_fn_error "conditional \"BUILD_HELLO_WORLD_PLUGIN_SHARED\" was never defined.
 
63251
  as_fn_error $? "conditional \"BUILD_HELLO_WORLD_PLUGIN_SHARED\" was never defined.
61376
63252
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61377
63253
fi
61378
63254
if test -z "${BUILD_HELLO_WORLD_PLUGIN_TRUE}" && test -z "${BUILD_HELLO_WORLD_PLUGIN_FALSE}"; then
61379
 
  as_fn_error "conditional \"BUILD_HELLO_WORLD_PLUGIN\" was never defined.
 
63255
  as_fn_error $? "conditional \"BUILD_HELLO_WORLD_PLUGIN\" was never defined.
61380
63256
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61381
63257
fi
61382
63258
if test -z "${BUILD_HEX_FUNCTIONS_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_HEX_FUNCTIONS_PLUGIN_STATIC_FALSE}"; then
61383
 
  as_fn_error "conditional \"BUILD_HEX_FUNCTIONS_PLUGIN_STATIC\" was never defined.
 
63259
  as_fn_error $? "conditional \"BUILD_HEX_FUNCTIONS_PLUGIN_STATIC\" was never defined.
61384
63260
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61385
63261
fi
61386
63262
if test -z "${BUILD_HEX_FUNCTIONS_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_HEX_FUNCTIONS_PLUGIN_SHARED_FALSE}"; then
61387
 
  as_fn_error "conditional \"BUILD_HEX_FUNCTIONS_PLUGIN_SHARED\" was never defined.
 
63263
  as_fn_error $? "conditional \"BUILD_HEX_FUNCTIONS_PLUGIN_SHARED\" was never defined.
61388
63264
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61389
63265
fi
61390
63266
if test -z "${BUILD_HEX_FUNCTIONS_PLUGIN_TRUE}" && test -z "${BUILD_HEX_FUNCTIONS_PLUGIN_FALSE}"; then
61391
 
  as_fn_error "conditional \"BUILD_HEX_FUNCTIONS_PLUGIN\" was never defined.
 
63267
  as_fn_error $? "conditional \"BUILD_HEX_FUNCTIONS_PLUGIN\" was never defined.
 
63268
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63269
fi
 
63270
if test -z "${BUILD_HTTP_FUNCTIONS_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_HTTP_FUNCTIONS_PLUGIN_STATIC_FALSE}"; then
 
63271
  as_fn_error $? "conditional \"BUILD_HTTP_FUNCTIONS_PLUGIN_STATIC\" was never defined.
 
63272
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63273
fi
 
63274
if test -z "${BUILD_HTTP_FUNCTIONS_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_HTTP_FUNCTIONS_PLUGIN_SHARED_FALSE}"; then
 
63275
  as_fn_error $? "conditional \"BUILD_HTTP_FUNCTIONS_PLUGIN_SHARED\" was never defined.
 
63276
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63277
fi
 
63278
if test -z "${BUILD_HTTP_FUNCTIONS_PLUGIN_TRUE}" && test -z "${BUILD_HTTP_FUNCTIONS_PLUGIN_FALSE}"; then
 
63279
  as_fn_error $? "conditional \"BUILD_HTTP_FUNCTIONS_PLUGIN\" was never defined.
61392
63280
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61393
63281
fi
61394
63282
if test -z "${BUILD_INFORMATION_SCHEMA_DICTIONARY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_INFORMATION_SCHEMA_DICTIONARY_PLUGIN_STATIC_FALSE}"; then
61395
 
  as_fn_error "conditional \"BUILD_INFORMATION_SCHEMA_DICTIONARY_PLUGIN_STATIC\" was never defined.
 
63283
  as_fn_error $? "conditional \"BUILD_INFORMATION_SCHEMA_DICTIONARY_PLUGIN_STATIC\" was never defined.
61396
63284
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61397
63285
fi
61398
63286
if test -z "${BUILD_INFORMATION_SCHEMA_DICTIONARY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_INFORMATION_SCHEMA_DICTIONARY_PLUGIN_SHARED_FALSE}"; then
61399
 
  as_fn_error "conditional \"BUILD_INFORMATION_SCHEMA_DICTIONARY_PLUGIN_SHARED\" was never defined.
 
63287
  as_fn_error $? "conditional \"BUILD_INFORMATION_SCHEMA_DICTIONARY_PLUGIN_SHARED\" was never defined.
61400
63288
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61401
63289
fi
61402
63290
if test -z "${BUILD_INFORMATION_SCHEMA_DICTIONARY_PLUGIN_TRUE}" && test -z "${BUILD_INFORMATION_SCHEMA_DICTIONARY_PLUGIN_FALSE}"; then
61403
 
  as_fn_error "conditional \"BUILD_INFORMATION_SCHEMA_DICTIONARY_PLUGIN\" was never defined.
 
63291
  as_fn_error $? "conditional \"BUILD_INFORMATION_SCHEMA_DICTIONARY_PLUGIN\" was never defined.
61404
63292
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61405
63293
fi
61406
63294
if test -z "${HAVE_FLEX_TRUE}" && test -z "${HAVE_FLEX_FALSE}"; then
61407
 
  as_fn_error "conditional \"HAVE_FLEX\" was never defined.
 
63295
  as_fn_error $? "conditional \"HAVE_FLEX\" was never defined.
61408
63296
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61409
63297
fi
61410
63298
if test -z "${HAVE_LIBAIO_TRUE}" && test -z "${HAVE_LIBAIO_FALSE}"; then
61411
 
  as_fn_error "conditional \"HAVE_LIBAIO\" was never defined.
 
63299
  as_fn_error $? "conditional \"HAVE_LIBAIO\" was never defined.
61412
63300
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61413
63301
fi
61414
63302
 
61415
63303
if test -z "${BUILD_INNOBASE_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_INNOBASE_PLUGIN_STATIC_FALSE}"; then
61416
 
  as_fn_error "conditional \"BUILD_INNOBASE_PLUGIN_STATIC\" was never defined.
 
63304
  as_fn_error $? "conditional \"BUILD_INNOBASE_PLUGIN_STATIC\" was never defined.
61417
63305
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61418
63306
fi
61419
63307
if test -z "${BUILD_INNOBASE_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_INNOBASE_PLUGIN_SHARED_FALSE}"; then
61420
 
  as_fn_error "conditional \"BUILD_INNOBASE_PLUGIN_SHARED\" was never defined.
 
63308
  as_fn_error $? "conditional \"BUILD_INNOBASE_PLUGIN_SHARED\" was never defined.
61421
63309
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61422
63310
fi
61423
63311
if test -z "${BUILD_INNOBASE_PLUGIN_TRUE}" && test -z "${BUILD_INNOBASE_PLUGIN_FALSE}"; then
61424
 
  as_fn_error "conditional \"BUILD_INNOBASE_PLUGIN\" was never defined.
 
63312
  as_fn_error $? "conditional \"BUILD_INNOBASE_PLUGIN\" was never defined.
 
63313
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63314
fi
 
63315
if test -z "${BUILD_IPV6_FUNCTION_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_IPV6_FUNCTION_PLUGIN_STATIC_FALSE}"; then
 
63316
  as_fn_error $? "conditional \"BUILD_IPV6_FUNCTION_PLUGIN_STATIC\" was never defined.
 
63317
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63318
fi
 
63319
if test -z "${BUILD_IPV6_FUNCTION_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_IPV6_FUNCTION_PLUGIN_SHARED_FALSE}"; then
 
63320
  as_fn_error $? "conditional \"BUILD_IPV6_FUNCTION_PLUGIN_SHARED\" was never defined.
 
63321
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63322
fi
 
63323
if test -z "${BUILD_IPV6_FUNCTION_PLUGIN_TRUE}" && test -z "${BUILD_IPV6_FUNCTION_PLUGIN_FALSE}"; then
 
63324
  as_fn_error $? "conditional \"BUILD_IPV6_FUNCTION_PLUGIN\" was never defined.
 
63325
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63326
fi
 
63327
if test -z "${HAVE_LIBV8_TRUE}" && test -z "${HAVE_LIBV8_FALSE}"; then
 
63328
  as_fn_error $? "conditional \"HAVE_LIBV8\" was never defined.
 
63329
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63330
fi
 
63331
if test -z "${BUILD_JS_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_JS_PLUGIN_STATIC_FALSE}"; then
 
63332
  as_fn_error $? "conditional \"BUILD_JS_PLUGIN_STATIC\" was never defined.
 
63333
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63334
fi
 
63335
if test -z "${BUILD_JS_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_JS_PLUGIN_SHARED_FALSE}"; then
 
63336
  as_fn_error $? "conditional \"BUILD_JS_PLUGIN_SHARED\" was never defined.
 
63337
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63338
fi
 
63339
if test -z "${BUILD_JS_PLUGIN_TRUE}" && test -z "${BUILD_JS_PLUGIN_FALSE}"; then
 
63340
  as_fn_error $? "conditional \"BUILD_JS_PLUGIN\" was never defined.
 
63341
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63342
fi
 
63343
if test -z "${HAVE_LIBEVENT_TRUE}" && test -z "${HAVE_LIBEVENT_FALSE}"; then
 
63344
  as_fn_error $? "conditional \"HAVE_LIBEVENT\" was never defined.
 
63345
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63346
fi
 
63347
if test -z "${BUILD_JSON_SERVER_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_JSON_SERVER_PLUGIN_STATIC_FALSE}"; then
 
63348
  as_fn_error $? "conditional \"BUILD_JSON_SERVER_PLUGIN_STATIC\" was never defined.
 
63349
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63350
fi
 
63351
if test -z "${BUILD_JSON_SERVER_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_JSON_SERVER_PLUGIN_SHARED_FALSE}"; then
 
63352
  as_fn_error $? "conditional \"BUILD_JSON_SERVER_PLUGIN_SHARED\" was never defined.
 
63353
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63354
fi
 
63355
if test -z "${BUILD_JSON_SERVER_PLUGIN_TRUE}" && test -z "${BUILD_JSON_SERVER_PLUGIN_FALSE}"; then
 
63356
  as_fn_error $? "conditional \"BUILD_JSON_SERVER_PLUGIN\" was never defined.
61425
63357
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61426
63358
fi
61427
63359
if test -z "${BUILD_LENGTH_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_LENGTH_PLUGIN_STATIC_FALSE}"; then
61428
 
  as_fn_error "conditional \"BUILD_LENGTH_PLUGIN_STATIC\" was never defined.
 
63360
  as_fn_error $? "conditional \"BUILD_LENGTH_PLUGIN_STATIC\" was never defined.
61429
63361
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61430
63362
fi
61431
63363
if test -z "${BUILD_LENGTH_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_LENGTH_PLUGIN_SHARED_FALSE}"; then
61432
 
  as_fn_error "conditional \"BUILD_LENGTH_PLUGIN_SHARED\" was never defined.
 
63364
  as_fn_error $? "conditional \"BUILD_LENGTH_PLUGIN_SHARED\" was never defined.
61433
63365
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61434
63366
fi
61435
63367
if test -z "${BUILD_LENGTH_PLUGIN_TRUE}" && test -z "${BUILD_LENGTH_PLUGIN_FALSE}"; then
61436
 
  as_fn_error "conditional \"BUILD_LENGTH_PLUGIN\" was never defined.
 
63368
  as_fn_error $? "conditional \"BUILD_LENGTH_PLUGIN\" was never defined.
61437
63369
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61438
63370
fi
61439
63371
if test -z "${BUILD_LOGGING_GEARMAN_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_LOGGING_GEARMAN_PLUGIN_STATIC_FALSE}"; then
61440
 
  as_fn_error "conditional \"BUILD_LOGGING_GEARMAN_PLUGIN_STATIC\" was never defined.
 
63372
  as_fn_error $? "conditional \"BUILD_LOGGING_GEARMAN_PLUGIN_STATIC\" was never defined.
61441
63373
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61442
63374
fi
61443
63375
if test -z "${BUILD_LOGGING_GEARMAN_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_LOGGING_GEARMAN_PLUGIN_SHARED_FALSE}"; then
61444
 
  as_fn_error "conditional \"BUILD_LOGGING_GEARMAN_PLUGIN_SHARED\" was never defined.
 
63376
  as_fn_error $? "conditional \"BUILD_LOGGING_GEARMAN_PLUGIN_SHARED\" was never defined.
61445
63377
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61446
63378
fi
61447
63379
if test -z "${BUILD_LOGGING_GEARMAN_PLUGIN_TRUE}" && test -z "${BUILD_LOGGING_GEARMAN_PLUGIN_FALSE}"; then
61448
 
  as_fn_error "conditional \"BUILD_LOGGING_GEARMAN_PLUGIN\" was never defined.
 
63380
  as_fn_error $? "conditional \"BUILD_LOGGING_GEARMAN_PLUGIN\" was never defined.
61449
63381
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61450
63382
fi
61451
63383
if test -z "${BUILD_LOGGING_QUERY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_LOGGING_QUERY_PLUGIN_STATIC_FALSE}"; then
61452
 
  as_fn_error "conditional \"BUILD_LOGGING_QUERY_PLUGIN_STATIC\" was never defined.
 
63384
  as_fn_error $? "conditional \"BUILD_LOGGING_QUERY_PLUGIN_STATIC\" was never defined.
61453
63385
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61454
63386
fi
61455
63387
if test -z "${BUILD_LOGGING_QUERY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_LOGGING_QUERY_PLUGIN_SHARED_FALSE}"; then
61456
 
  as_fn_error "conditional \"BUILD_LOGGING_QUERY_PLUGIN_SHARED\" was never defined.
 
63388
  as_fn_error $? "conditional \"BUILD_LOGGING_QUERY_PLUGIN_SHARED\" was never defined.
61457
63389
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61458
63390
fi
61459
63391
if test -z "${BUILD_LOGGING_QUERY_PLUGIN_TRUE}" && test -z "${BUILD_LOGGING_QUERY_PLUGIN_FALSE}"; then
61460
 
  as_fn_error "conditional \"BUILD_LOGGING_QUERY_PLUGIN\" was never defined.
 
63392
  as_fn_error $? "conditional \"BUILD_LOGGING_QUERY_PLUGIN\" was never defined.
61461
63393
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61462
63394
fi
61463
63395
if test -z "${BUILD_LOGGING_STATS_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_LOGGING_STATS_PLUGIN_STATIC_FALSE}"; then
61464
 
  as_fn_error "conditional \"BUILD_LOGGING_STATS_PLUGIN_STATIC\" was never defined.
 
63396
  as_fn_error $? "conditional \"BUILD_LOGGING_STATS_PLUGIN_STATIC\" was never defined.
61465
63397
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61466
63398
fi
61467
63399
if test -z "${BUILD_LOGGING_STATS_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_LOGGING_STATS_PLUGIN_SHARED_FALSE}"; then
61468
 
  as_fn_error "conditional \"BUILD_LOGGING_STATS_PLUGIN_SHARED\" was never defined.
 
63400
  as_fn_error $? "conditional \"BUILD_LOGGING_STATS_PLUGIN_SHARED\" was never defined.
61469
63401
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61470
63402
fi
61471
63403
if test -z "${BUILD_LOGGING_STATS_PLUGIN_TRUE}" && test -z "${BUILD_LOGGING_STATS_PLUGIN_FALSE}"; then
61472
 
  as_fn_error "conditional \"BUILD_LOGGING_STATS_PLUGIN\" was never defined.
 
63404
  as_fn_error $? "conditional \"BUILD_LOGGING_STATS_PLUGIN\" was never defined.
61473
63405
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61474
63406
fi
61475
63407
if test -z "${BUILD_MATH_FUNCTIONS_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_MATH_FUNCTIONS_PLUGIN_STATIC_FALSE}"; then
61476
 
  as_fn_error "conditional \"BUILD_MATH_FUNCTIONS_PLUGIN_STATIC\" was never defined.
 
63408
  as_fn_error $? "conditional \"BUILD_MATH_FUNCTIONS_PLUGIN_STATIC\" was never defined.
61477
63409
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61478
63410
fi
61479
63411
if test -z "${BUILD_MATH_FUNCTIONS_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_MATH_FUNCTIONS_PLUGIN_SHARED_FALSE}"; then
61480
 
  as_fn_error "conditional \"BUILD_MATH_FUNCTIONS_PLUGIN_SHARED\" was never defined.
 
63412
  as_fn_error $? "conditional \"BUILD_MATH_FUNCTIONS_PLUGIN_SHARED\" was never defined.
61481
63413
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61482
63414
fi
61483
63415
if test -z "${BUILD_MATH_FUNCTIONS_PLUGIN_TRUE}" && test -z "${BUILD_MATH_FUNCTIONS_PLUGIN_FALSE}"; then
61484
 
  as_fn_error "conditional \"BUILD_MATH_FUNCTIONS_PLUGIN\" was never defined.
 
63416
  as_fn_error $? "conditional \"BUILD_MATH_FUNCTIONS_PLUGIN\" was never defined.
61485
63417
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61486
63418
fi
61487
63419
if test -z "${BUILD_MD5_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_MD5_PLUGIN_STATIC_FALSE}"; then
61488
 
  as_fn_error "conditional \"BUILD_MD5_PLUGIN_STATIC\" was never defined.
 
63420
  as_fn_error $? "conditional \"BUILD_MD5_PLUGIN_STATIC\" was never defined.
61489
63421
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61490
63422
fi
61491
63423
if test -z "${BUILD_MD5_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_MD5_PLUGIN_SHARED_FALSE}"; then
61492
 
  as_fn_error "conditional \"BUILD_MD5_PLUGIN_SHARED\" was never defined.
 
63424
  as_fn_error $? "conditional \"BUILD_MD5_PLUGIN_SHARED\" was never defined.
61493
63425
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61494
63426
fi
61495
63427
if test -z "${BUILD_MD5_PLUGIN_TRUE}" && test -z "${BUILD_MD5_PLUGIN_FALSE}"; then
61496
 
  as_fn_error "conditional \"BUILD_MD5_PLUGIN\" was never defined.
 
63428
  as_fn_error $? "conditional \"BUILD_MD5_PLUGIN\" was never defined.
61497
63429
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61498
63430
fi
61499
63431
if test -z "${HAVE_LIBMEMCACHED_TRUE}" && test -z "${HAVE_LIBMEMCACHED_FALSE}"; then
61500
 
  as_fn_error "conditional \"HAVE_LIBMEMCACHED\" was never defined.
 
63432
  as_fn_error $? "conditional \"HAVE_LIBMEMCACHED\" was never defined.
61501
63433
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61502
63434
fi
61503
63435
if test -z "${HAVE_MEMCACHED_TRUE}" && test -z "${HAVE_MEMCACHED_FALSE}"; then
61504
 
  as_fn_error "conditional \"HAVE_MEMCACHED\" was never defined.
 
63436
  as_fn_error $? "conditional \"HAVE_MEMCACHED\" was never defined.
61505
63437
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61506
63438
fi
61507
63439
if test -z "${BUILD_MEMCACHED_FUNCTIONS_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_MEMCACHED_FUNCTIONS_PLUGIN_STATIC_FALSE}"; then
61508
 
  as_fn_error "conditional \"BUILD_MEMCACHED_FUNCTIONS_PLUGIN_STATIC\" was never defined.
 
63440
  as_fn_error $? "conditional \"BUILD_MEMCACHED_FUNCTIONS_PLUGIN_STATIC\" was never defined.
61509
63441
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61510
63442
fi
61511
63443
if test -z "${BUILD_MEMCACHED_FUNCTIONS_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_MEMCACHED_FUNCTIONS_PLUGIN_SHARED_FALSE}"; then
61512
 
  as_fn_error "conditional \"BUILD_MEMCACHED_FUNCTIONS_PLUGIN_SHARED\" was never defined.
 
63444
  as_fn_error $? "conditional \"BUILD_MEMCACHED_FUNCTIONS_PLUGIN_SHARED\" was never defined.
61513
63445
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61514
63446
fi
61515
63447
if test -z "${BUILD_MEMCACHED_FUNCTIONS_PLUGIN_TRUE}" && test -z "${BUILD_MEMCACHED_FUNCTIONS_PLUGIN_FALSE}"; then
61516
 
  as_fn_error "conditional \"BUILD_MEMCACHED_FUNCTIONS_PLUGIN\" was never defined.
61517
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61518
 
fi
61519
 
if test -z "${BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_STATIC_FALSE}"; then
61520
 
  as_fn_error "conditional \"BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_STATIC\" was never defined.
61521
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61522
 
fi
61523
 
if test -z "${BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_SHARED_FALSE}"; then
61524
 
  as_fn_error "conditional \"BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_SHARED\" was never defined.
61525
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61526
 
fi
61527
 
if test -z "${BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_TRUE}" && test -z "${BUILD_MEMCACHED_QUERY_CACHE_PLUGIN_FALSE}"; then
61528
 
  as_fn_error "conditional \"BUILD_MEMCACHED_QUERY_CACHE_PLUGIN\" was never defined.
 
63448
  as_fn_error $? "conditional \"BUILD_MEMCACHED_FUNCTIONS_PLUGIN\" was never defined.
61529
63449
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61530
63450
fi
61531
63451
if test -z "${HAVE_LIBMEMCACHED_TRUE}" && test -z "${HAVE_LIBMEMCACHED_FALSE}"; then
61532
 
  as_fn_error "conditional \"HAVE_LIBMEMCACHED\" was never defined.
 
63452
  as_fn_error $? "conditional \"HAVE_LIBMEMCACHED\" was never defined.
61533
63453
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61534
63454
fi
61535
63455
if test -z "${BUILD_MEMCACHED_STATS_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_MEMCACHED_STATS_PLUGIN_STATIC_FALSE}"; then
61536
 
  as_fn_error "conditional \"BUILD_MEMCACHED_STATS_PLUGIN_STATIC\" was never defined.
 
63456
  as_fn_error $? "conditional \"BUILD_MEMCACHED_STATS_PLUGIN_STATIC\" was never defined.
61537
63457
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61538
63458
fi
61539
63459
if test -z "${BUILD_MEMCACHED_STATS_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_MEMCACHED_STATS_PLUGIN_SHARED_FALSE}"; then
61540
 
  as_fn_error "conditional \"BUILD_MEMCACHED_STATS_PLUGIN_SHARED\" was never defined.
 
63460
  as_fn_error $? "conditional \"BUILD_MEMCACHED_STATS_PLUGIN_SHARED\" was never defined.
61541
63461
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61542
63462
fi
61543
63463
if test -z "${BUILD_MEMCACHED_STATS_PLUGIN_TRUE}" && test -z "${BUILD_MEMCACHED_STATS_PLUGIN_FALSE}"; then
61544
 
  as_fn_error "conditional \"BUILD_MEMCACHED_STATS_PLUGIN\" was never defined.
 
63464
  as_fn_error $? "conditional \"BUILD_MEMCACHED_STATS_PLUGIN\" was never defined.
61545
63465
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61546
63466
fi
61547
63467
if test -z "${BUILD_MEMORY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_MEMORY_PLUGIN_STATIC_FALSE}"; then
61548
 
  as_fn_error "conditional \"BUILD_MEMORY_PLUGIN_STATIC\" was never defined.
 
63468
  as_fn_error $? "conditional \"BUILD_MEMORY_PLUGIN_STATIC\" was never defined.
61549
63469
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61550
63470
fi
61551
63471
if test -z "${BUILD_MEMORY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_MEMORY_PLUGIN_SHARED_FALSE}"; then
61552
 
  as_fn_error "conditional \"BUILD_MEMORY_PLUGIN_SHARED\" was never defined.
 
63472
  as_fn_error $? "conditional \"BUILD_MEMORY_PLUGIN_SHARED\" was never defined.
61553
63473
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61554
63474
fi
61555
63475
if test -z "${BUILD_MEMORY_PLUGIN_TRUE}" && test -z "${BUILD_MEMORY_PLUGIN_FALSE}"; then
61556
 
  as_fn_error "conditional \"BUILD_MEMORY_PLUGIN\" was never defined.
 
63476
  as_fn_error $? "conditional \"BUILD_MEMORY_PLUGIN\" was never defined.
61557
63477
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61558
63478
fi
61559
63479
if test -z "${BUILD_MULTI_THREAD_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_MULTI_THREAD_PLUGIN_STATIC_FALSE}"; then
61560
 
  as_fn_error "conditional \"BUILD_MULTI_THREAD_PLUGIN_STATIC\" was never defined.
 
63480
  as_fn_error $? "conditional \"BUILD_MULTI_THREAD_PLUGIN_STATIC\" was never defined.
61561
63481
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61562
63482
fi
61563
63483
if test -z "${BUILD_MULTI_THREAD_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_MULTI_THREAD_PLUGIN_SHARED_FALSE}"; then
61564
 
  as_fn_error "conditional \"BUILD_MULTI_THREAD_PLUGIN_SHARED\" was never defined.
 
63484
  as_fn_error $? "conditional \"BUILD_MULTI_THREAD_PLUGIN_SHARED\" was never defined.
61565
63485
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61566
63486
fi
61567
63487
if test -z "${BUILD_MULTI_THREAD_PLUGIN_TRUE}" && test -z "${BUILD_MULTI_THREAD_PLUGIN_FALSE}"; then
61568
 
  as_fn_error "conditional \"BUILD_MULTI_THREAD_PLUGIN\" was never defined.
 
63488
  as_fn_error $? "conditional \"BUILD_MULTI_THREAD_PLUGIN\" was never defined.
61569
63489
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61570
63490
fi
61571
63491
if test -z "${BUILD_MYISAM_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_MYISAM_PLUGIN_STATIC_FALSE}"; then
61572
 
  as_fn_error "conditional \"BUILD_MYISAM_PLUGIN_STATIC\" was never defined.
 
63492
  as_fn_error $? "conditional \"BUILD_MYISAM_PLUGIN_STATIC\" was never defined.
61573
63493
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61574
63494
fi
61575
63495
if test -z "${BUILD_MYISAM_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_MYISAM_PLUGIN_SHARED_FALSE}"; then
61576
 
  as_fn_error "conditional \"BUILD_MYISAM_PLUGIN_SHARED\" was never defined.
 
63496
  as_fn_error $? "conditional \"BUILD_MYISAM_PLUGIN_SHARED\" was never defined.
61577
63497
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61578
63498
fi
61579
63499
if test -z "${BUILD_MYISAM_PLUGIN_TRUE}" && test -z "${BUILD_MYISAM_PLUGIN_FALSE}"; then
61580
 
  as_fn_error "conditional \"BUILD_MYISAM_PLUGIN\" was never defined.
 
63500
  as_fn_error $? "conditional \"BUILD_MYISAM_PLUGIN\" was never defined.
61581
63501
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61582
63502
fi
61583
63503
if test -z "${BUILD_MYSQL_PROTOCOL_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_MYSQL_PROTOCOL_PLUGIN_STATIC_FALSE}"; then
61584
 
  as_fn_error "conditional \"BUILD_MYSQL_PROTOCOL_PLUGIN_STATIC\" was never defined.
 
63504
  as_fn_error $? "conditional \"BUILD_MYSQL_PROTOCOL_PLUGIN_STATIC\" was never defined.
61585
63505
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61586
63506
fi
61587
63507
if test -z "${BUILD_MYSQL_PROTOCOL_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_MYSQL_PROTOCOL_PLUGIN_SHARED_FALSE}"; then
61588
 
  as_fn_error "conditional \"BUILD_MYSQL_PROTOCOL_PLUGIN_SHARED\" was never defined.
 
63508
  as_fn_error $? "conditional \"BUILD_MYSQL_PROTOCOL_PLUGIN_SHARED\" was never defined.
61589
63509
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61590
63510
fi
61591
63511
if test -z "${BUILD_MYSQL_PROTOCOL_PLUGIN_TRUE}" && test -z "${BUILD_MYSQL_PROTOCOL_PLUGIN_FALSE}"; then
61592
 
  as_fn_error "conditional \"BUILD_MYSQL_PROTOCOL_PLUGIN\" was never defined.
 
63512
  as_fn_error $? "conditional \"BUILD_MYSQL_PROTOCOL_PLUGIN\" was never defined.
61593
63513
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61594
63514
fi
61595
63515
if test -z "${BUILD_MYSQL_UNIX_SOCKET_PROTOCOL_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_MYSQL_UNIX_SOCKET_PROTOCOL_PLUGIN_STATIC_FALSE}"; then
61596
 
  as_fn_error "conditional \"BUILD_MYSQL_UNIX_SOCKET_PROTOCOL_PLUGIN_STATIC\" was never defined.
 
63516
  as_fn_error $? "conditional \"BUILD_MYSQL_UNIX_SOCKET_PROTOCOL_PLUGIN_STATIC\" was never defined.
61597
63517
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61598
63518
fi
61599
63519
if test -z "${BUILD_MYSQL_UNIX_SOCKET_PROTOCOL_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_MYSQL_UNIX_SOCKET_PROTOCOL_PLUGIN_SHARED_FALSE}"; then
61600
 
  as_fn_error "conditional \"BUILD_MYSQL_UNIX_SOCKET_PROTOCOL_PLUGIN_SHARED\" was never defined.
 
63520
  as_fn_error $? "conditional \"BUILD_MYSQL_UNIX_SOCKET_PROTOCOL_PLUGIN_SHARED\" was never defined.
61601
63521
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61602
63522
fi
61603
63523
if test -z "${BUILD_MYSQL_UNIX_SOCKET_PROTOCOL_PLUGIN_TRUE}" && test -z "${BUILD_MYSQL_UNIX_SOCKET_PROTOCOL_PLUGIN_FALSE}"; then
61604
 
  as_fn_error "conditional \"BUILD_MYSQL_UNIX_SOCKET_PROTOCOL_PLUGIN\" was never defined.
61605
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61606
 
fi
61607
 
if test -z "${BUILD_PBMS_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_PBMS_PLUGIN_STATIC_FALSE}"; then
61608
 
  as_fn_error "conditional \"BUILD_PBMS_PLUGIN_STATIC\" was never defined.
61609
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61610
 
fi
61611
 
if test -z "${BUILD_PBMS_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_PBMS_PLUGIN_SHARED_FALSE}"; then
61612
 
  as_fn_error "conditional \"BUILD_PBMS_PLUGIN_SHARED\" was never defined.
61613
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61614
 
fi
61615
 
if test -z "${BUILD_PBMS_PLUGIN_TRUE}" && test -z "${BUILD_PBMS_PLUGIN_FALSE}"; then
61616
 
  as_fn_error "conditional \"BUILD_PBMS_PLUGIN\" was never defined.
 
63524
  as_fn_error $? "conditional \"BUILD_MYSQL_UNIX_SOCKET_PROTOCOL_PLUGIN\" was never defined.
61617
63525
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61618
63526
fi
61619
63527
if test -z "${BUILD_PERFORMANCE_DICTIONARY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_PERFORMANCE_DICTIONARY_PLUGIN_STATIC_FALSE}"; then
61620
 
  as_fn_error "conditional \"BUILD_PERFORMANCE_DICTIONARY_PLUGIN_STATIC\" was never defined.
 
63528
  as_fn_error $? "conditional \"BUILD_PERFORMANCE_DICTIONARY_PLUGIN_STATIC\" was never defined.
61621
63529
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61622
63530
fi
61623
63531
if test -z "${BUILD_PERFORMANCE_DICTIONARY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_PERFORMANCE_DICTIONARY_PLUGIN_SHARED_FALSE}"; then
61624
 
  as_fn_error "conditional \"BUILD_PERFORMANCE_DICTIONARY_PLUGIN_SHARED\" was never defined.
 
63532
  as_fn_error $? "conditional \"BUILD_PERFORMANCE_DICTIONARY_PLUGIN_SHARED\" was never defined.
61625
63533
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61626
63534
fi
61627
63535
if test -z "${BUILD_PERFORMANCE_DICTIONARY_PLUGIN_TRUE}" && test -z "${BUILD_PERFORMANCE_DICTIONARY_PLUGIN_FALSE}"; then
61628
 
  as_fn_error "conditional \"BUILD_PERFORMANCE_DICTIONARY_PLUGIN\" was never defined.
 
63536
  as_fn_error $? "conditional \"BUILD_PERFORMANCE_DICTIONARY_PLUGIN\" was never defined.
61629
63537
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61630
63538
fi
61631
63539
if test -z "${BUILD_PROTOCOL_DICTIONARY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_PROTOCOL_DICTIONARY_PLUGIN_STATIC_FALSE}"; then
61632
 
  as_fn_error "conditional \"BUILD_PROTOCOL_DICTIONARY_PLUGIN_STATIC\" was never defined.
 
63540
  as_fn_error $? "conditional \"BUILD_PROTOCOL_DICTIONARY_PLUGIN_STATIC\" was never defined.
61633
63541
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61634
63542
fi
61635
63543
if test -z "${BUILD_PROTOCOL_DICTIONARY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_PROTOCOL_DICTIONARY_PLUGIN_SHARED_FALSE}"; then
61636
 
  as_fn_error "conditional \"BUILD_PROTOCOL_DICTIONARY_PLUGIN_SHARED\" was never defined.
 
63544
  as_fn_error $? "conditional \"BUILD_PROTOCOL_DICTIONARY_PLUGIN_SHARED\" was never defined.
61637
63545
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61638
63546
fi
61639
63547
if test -z "${BUILD_PROTOCOL_DICTIONARY_PLUGIN_TRUE}" && test -z "${BUILD_PROTOCOL_DICTIONARY_PLUGIN_FALSE}"; then
61640
 
  as_fn_error "conditional \"BUILD_PROTOCOL_DICTIONARY_PLUGIN\" was never defined.
 
63548
  as_fn_error $? "conditional \"BUILD_PROTOCOL_DICTIONARY_PLUGIN\" was never defined.
 
63549
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63550
fi
 
63551
if test -z "${BUILD_QUERY_LOG_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_QUERY_LOG_PLUGIN_STATIC_FALSE}"; then
 
63552
  as_fn_error $? "conditional \"BUILD_QUERY_LOG_PLUGIN_STATIC\" was never defined.
 
63553
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63554
fi
 
63555
if test -z "${BUILD_QUERY_LOG_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_QUERY_LOG_PLUGIN_SHARED_FALSE}"; then
 
63556
  as_fn_error $? "conditional \"BUILD_QUERY_LOG_PLUGIN_SHARED\" was never defined.
 
63557
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63558
fi
 
63559
if test -z "${BUILD_QUERY_LOG_PLUGIN_TRUE}" && test -z "${BUILD_QUERY_LOG_PLUGIN_FALSE}"; then
 
63560
  as_fn_error $? "conditional \"BUILD_QUERY_LOG_PLUGIN\" was never defined.
61641
63561
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61642
63562
fi
61643
63563
if test -z "${BUILD_RABBITMQ_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_RABBITMQ_PLUGIN_STATIC_FALSE}"; then
61644
 
  as_fn_error "conditional \"BUILD_RABBITMQ_PLUGIN_STATIC\" was never defined.
 
63564
  as_fn_error $? "conditional \"BUILD_RABBITMQ_PLUGIN_STATIC\" was never defined.
61645
63565
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61646
63566
fi
61647
63567
if test -z "${BUILD_RABBITMQ_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_RABBITMQ_PLUGIN_SHARED_FALSE}"; then
61648
 
  as_fn_error "conditional \"BUILD_RABBITMQ_PLUGIN_SHARED\" was never defined.
 
63568
  as_fn_error $? "conditional \"BUILD_RABBITMQ_PLUGIN_SHARED\" was never defined.
61649
63569
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61650
63570
fi
61651
63571
if test -z "${BUILD_RABBITMQ_PLUGIN_TRUE}" && test -z "${BUILD_RABBITMQ_PLUGIN_FALSE}"; then
61652
 
  as_fn_error "conditional \"BUILD_RABBITMQ_PLUGIN\" was never defined.
 
63572
  as_fn_error $? "conditional \"BUILD_RABBITMQ_PLUGIN\" was never defined.
61653
63573
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61654
63574
fi
61655
63575
if test -z "${BUILD_RAND_FUNCTION_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_RAND_FUNCTION_PLUGIN_STATIC_FALSE}"; then
61656
 
  as_fn_error "conditional \"BUILD_RAND_FUNCTION_PLUGIN_STATIC\" was never defined.
 
63576
  as_fn_error $? "conditional \"BUILD_RAND_FUNCTION_PLUGIN_STATIC\" was never defined.
61657
63577
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61658
63578
fi
61659
63579
if test -z "${BUILD_RAND_FUNCTION_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_RAND_FUNCTION_PLUGIN_SHARED_FALSE}"; then
61660
 
  as_fn_error "conditional \"BUILD_RAND_FUNCTION_PLUGIN_SHARED\" was never defined.
 
63580
  as_fn_error $? "conditional \"BUILD_RAND_FUNCTION_PLUGIN_SHARED\" was never defined.
61661
63581
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61662
63582
fi
61663
63583
if test -z "${BUILD_RAND_FUNCTION_PLUGIN_TRUE}" && test -z "${BUILD_RAND_FUNCTION_PLUGIN_FALSE}"; then
61664
 
  as_fn_error "conditional \"BUILD_RAND_FUNCTION_PLUGIN\" was never defined.
 
63584
  as_fn_error $? "conditional \"BUILD_RAND_FUNCTION_PLUGIN\" was never defined.
61665
63585
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61666
63586
fi
61667
63587
if test -z "${BUILD_REGEX_POLICY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_REGEX_POLICY_PLUGIN_STATIC_FALSE}"; then
61668
 
  as_fn_error "conditional \"BUILD_REGEX_POLICY_PLUGIN_STATIC\" was never defined.
 
63588
  as_fn_error $? "conditional \"BUILD_REGEX_POLICY_PLUGIN_STATIC\" was never defined.
61669
63589
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61670
63590
fi
61671
63591
if test -z "${BUILD_REGEX_POLICY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_REGEX_POLICY_PLUGIN_SHARED_FALSE}"; then
61672
 
  as_fn_error "conditional \"BUILD_REGEX_POLICY_PLUGIN_SHARED\" was never defined.
 
63592
  as_fn_error $? "conditional \"BUILD_REGEX_POLICY_PLUGIN_SHARED\" was never defined.
61673
63593
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61674
63594
fi
61675
63595
if test -z "${BUILD_REGEX_POLICY_PLUGIN_TRUE}" && test -z "${BUILD_REGEX_POLICY_PLUGIN_FALSE}"; then
61676
 
  as_fn_error "conditional \"BUILD_REGEX_POLICY_PLUGIN\" was never defined.
 
63596
  as_fn_error $? "conditional \"BUILD_REGEX_POLICY_PLUGIN\" was never defined.
61677
63597
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61678
63598
fi
61679
63599
if test -z "${BUILD_REGISTRY_DICTIONARY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_REGISTRY_DICTIONARY_PLUGIN_STATIC_FALSE}"; then
61680
 
  as_fn_error "conditional \"BUILD_REGISTRY_DICTIONARY_PLUGIN_STATIC\" was never defined.
 
63600
  as_fn_error $? "conditional \"BUILD_REGISTRY_DICTIONARY_PLUGIN_STATIC\" was never defined.
61681
63601
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61682
63602
fi
61683
63603
if test -z "${BUILD_REGISTRY_DICTIONARY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_REGISTRY_DICTIONARY_PLUGIN_SHARED_FALSE}"; then
61684
 
  as_fn_error "conditional \"BUILD_REGISTRY_DICTIONARY_PLUGIN_SHARED\" was never defined.
 
63604
  as_fn_error $? "conditional \"BUILD_REGISTRY_DICTIONARY_PLUGIN_SHARED\" was never defined.
61685
63605
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61686
63606
fi
61687
63607
if test -z "${BUILD_REGISTRY_DICTIONARY_PLUGIN_TRUE}" && test -z "${BUILD_REGISTRY_DICTIONARY_PLUGIN_FALSE}"; then
61688
 
  as_fn_error "conditional \"BUILD_REGISTRY_DICTIONARY_PLUGIN\" was never defined.
61689
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61690
 
fi
61691
 
if test -z "${BUILD_REPLICATION_DICTIONARY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_REPLICATION_DICTIONARY_PLUGIN_STATIC_FALSE}"; then
61692
 
  as_fn_error "conditional \"BUILD_REPLICATION_DICTIONARY_PLUGIN_STATIC\" was never defined.
61693
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61694
 
fi
61695
 
if test -z "${BUILD_REPLICATION_DICTIONARY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_REPLICATION_DICTIONARY_PLUGIN_SHARED_FALSE}"; then
61696
 
  as_fn_error "conditional \"BUILD_REPLICATION_DICTIONARY_PLUGIN_SHARED\" was never defined.
61697
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61698
 
fi
61699
 
if test -z "${BUILD_REPLICATION_DICTIONARY_PLUGIN_TRUE}" && test -z "${BUILD_REPLICATION_DICTIONARY_PLUGIN_FALSE}"; then
61700
 
  as_fn_error "conditional \"BUILD_REPLICATION_DICTIONARY_PLUGIN\" was never defined.
 
63608
  as_fn_error $? "conditional \"BUILD_REGISTRY_DICTIONARY_PLUGIN\" was never defined.
61701
63609
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61702
63610
fi
61703
63611
if test -z "${BUILD_REVERSE_FUNCTION_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_REVERSE_FUNCTION_PLUGIN_STATIC_FALSE}"; then
61704
 
  as_fn_error "conditional \"BUILD_REVERSE_FUNCTION_PLUGIN_STATIC\" was never defined.
 
63612
  as_fn_error $? "conditional \"BUILD_REVERSE_FUNCTION_PLUGIN_STATIC\" was never defined.
61705
63613
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61706
63614
fi
61707
63615
if test -z "${BUILD_REVERSE_FUNCTION_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_REVERSE_FUNCTION_PLUGIN_SHARED_FALSE}"; then
61708
 
  as_fn_error "conditional \"BUILD_REVERSE_FUNCTION_PLUGIN_SHARED\" was never defined.
 
63616
  as_fn_error $? "conditional \"BUILD_REVERSE_FUNCTION_PLUGIN_SHARED\" was never defined.
61709
63617
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61710
63618
fi
61711
63619
if test -z "${BUILD_REVERSE_FUNCTION_PLUGIN_TRUE}" && test -z "${BUILD_REVERSE_FUNCTION_PLUGIN_FALSE}"; then
61712
 
  as_fn_error "conditional \"BUILD_REVERSE_FUNCTION_PLUGIN\" was never defined.
61713
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61714
 
fi
61715
 
if test -z "${BUILD_ROT13_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_ROT13_PLUGIN_STATIC_FALSE}"; then
61716
 
  as_fn_error "conditional \"BUILD_ROT13_PLUGIN_STATIC\" was never defined.
61717
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61718
 
fi
61719
 
if test -z "${BUILD_ROT13_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_ROT13_PLUGIN_SHARED_FALSE}"; then
61720
 
  as_fn_error "conditional \"BUILD_ROT13_PLUGIN_SHARED\" was never defined.
61721
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61722
 
fi
61723
 
if test -z "${BUILD_ROT13_PLUGIN_TRUE}" && test -z "${BUILD_ROT13_PLUGIN_FALSE}"; then
61724
 
  as_fn_error "conditional \"BUILD_ROT13_PLUGIN\" was never defined.
 
63620
  as_fn_error $? "conditional \"BUILD_REVERSE_FUNCTION_PLUGIN\" was never defined.
61725
63621
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61726
63622
fi
61727
63623
if test -z "${BUILD_SCHEMA_DICTIONARY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_SCHEMA_DICTIONARY_PLUGIN_STATIC_FALSE}"; then
61728
 
  as_fn_error "conditional \"BUILD_SCHEMA_DICTIONARY_PLUGIN_STATIC\" was never defined.
 
63624
  as_fn_error $? "conditional \"BUILD_SCHEMA_DICTIONARY_PLUGIN_STATIC\" was never defined.
61729
63625
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61730
63626
fi
61731
63627
if test -z "${BUILD_SCHEMA_DICTIONARY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_SCHEMA_DICTIONARY_PLUGIN_SHARED_FALSE}"; then
61732
 
  as_fn_error "conditional \"BUILD_SCHEMA_DICTIONARY_PLUGIN_SHARED\" was never defined.
 
63628
  as_fn_error $? "conditional \"BUILD_SCHEMA_DICTIONARY_PLUGIN_SHARED\" was never defined.
61733
63629
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61734
63630
fi
61735
63631
if test -z "${BUILD_SCHEMA_DICTIONARY_PLUGIN_TRUE}" && test -z "${BUILD_SCHEMA_DICTIONARY_PLUGIN_FALSE}"; then
61736
 
  as_fn_error "conditional \"BUILD_SCHEMA_DICTIONARY_PLUGIN\" was never defined.
 
63632
  as_fn_error $? "conditional \"BUILD_SCHEMA_DICTIONARY_PLUGIN\" was never defined.
61737
63633
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61738
63634
fi
61739
63635
if test -z "${BUILD_SCHEMA_ENGINE_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_SCHEMA_ENGINE_PLUGIN_STATIC_FALSE}"; then
61740
 
  as_fn_error "conditional \"BUILD_SCHEMA_ENGINE_PLUGIN_STATIC\" was never defined.
 
63636
  as_fn_error $? "conditional \"BUILD_SCHEMA_ENGINE_PLUGIN_STATIC\" was never defined.
61741
63637
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61742
63638
fi
61743
63639
if test -z "${BUILD_SCHEMA_ENGINE_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_SCHEMA_ENGINE_PLUGIN_SHARED_FALSE}"; then
61744
 
  as_fn_error "conditional \"BUILD_SCHEMA_ENGINE_PLUGIN_SHARED\" was never defined.
 
63640
  as_fn_error $? "conditional \"BUILD_SCHEMA_ENGINE_PLUGIN_SHARED\" was never defined.
61745
63641
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61746
63642
fi
61747
63643
if test -z "${BUILD_SCHEMA_ENGINE_PLUGIN_TRUE}" && test -z "${BUILD_SCHEMA_ENGINE_PLUGIN_FALSE}"; then
61748
 
  as_fn_error "conditional \"BUILD_SCHEMA_ENGINE_PLUGIN\" was never defined.
 
63644
  as_fn_error $? "conditional \"BUILD_SCHEMA_ENGINE_PLUGIN\" was never defined.
61749
63645
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61750
63646
fi
61751
63647
if test -z "${BUILD_SESSION_DICTIONARY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_SESSION_DICTIONARY_PLUGIN_STATIC_FALSE}"; then
61752
 
  as_fn_error "conditional \"BUILD_SESSION_DICTIONARY_PLUGIN_STATIC\" was never defined.
 
63648
  as_fn_error $? "conditional \"BUILD_SESSION_DICTIONARY_PLUGIN_STATIC\" was never defined.
61753
63649
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61754
63650
fi
61755
63651
if test -z "${BUILD_SESSION_DICTIONARY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_SESSION_DICTIONARY_PLUGIN_SHARED_FALSE}"; then
61756
 
  as_fn_error "conditional \"BUILD_SESSION_DICTIONARY_PLUGIN_SHARED\" was never defined.
 
63652
  as_fn_error $? "conditional \"BUILD_SESSION_DICTIONARY_PLUGIN_SHARED\" was never defined.
61757
63653
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61758
63654
fi
61759
63655
if test -z "${BUILD_SESSION_DICTIONARY_PLUGIN_TRUE}" && test -z "${BUILD_SESSION_DICTIONARY_PLUGIN_FALSE}"; then
61760
 
  as_fn_error "conditional \"BUILD_SESSION_DICTIONARY_PLUGIN\" was never defined.
 
63656
  as_fn_error $? "conditional \"BUILD_SESSION_DICTIONARY_PLUGIN\" was never defined.
61761
63657
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61762
63658
fi
61763
63659
if test -z "${BUILD_SHOW_DICTIONARY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_SHOW_DICTIONARY_PLUGIN_STATIC_FALSE}"; then
61764
 
  as_fn_error "conditional \"BUILD_SHOW_DICTIONARY_PLUGIN_STATIC\" was never defined.
 
63660
  as_fn_error $? "conditional \"BUILD_SHOW_DICTIONARY_PLUGIN_STATIC\" was never defined.
61765
63661
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61766
63662
fi
61767
63663
if test -z "${BUILD_SHOW_DICTIONARY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_SHOW_DICTIONARY_PLUGIN_SHARED_FALSE}"; then
61768
 
  as_fn_error "conditional \"BUILD_SHOW_DICTIONARY_PLUGIN_SHARED\" was never defined.
 
63664
  as_fn_error $? "conditional \"BUILD_SHOW_DICTIONARY_PLUGIN_SHARED\" was never defined.
61769
63665
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61770
63666
fi
61771
63667
if test -z "${BUILD_SHOW_DICTIONARY_PLUGIN_TRUE}" && test -z "${BUILD_SHOW_DICTIONARY_PLUGIN_FALSE}"; then
61772
 
  as_fn_error "conditional \"BUILD_SHOW_DICTIONARY_PLUGIN\" was never defined.
 
63668
  as_fn_error $? "conditional \"BUILD_SHOW_DICTIONARY_PLUGIN\" was never defined.
61773
63669
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61774
63670
fi
61775
63671
if test -z "${BUILD_SHOW_SCHEMA_PROTO_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_SHOW_SCHEMA_PROTO_PLUGIN_STATIC_FALSE}"; then
61776
 
  as_fn_error "conditional \"BUILD_SHOW_SCHEMA_PROTO_PLUGIN_STATIC\" was never defined.
 
63672
  as_fn_error $? "conditional \"BUILD_SHOW_SCHEMA_PROTO_PLUGIN_STATIC\" was never defined.
61777
63673
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61778
63674
fi
61779
63675
if test -z "${BUILD_SHOW_SCHEMA_PROTO_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_SHOW_SCHEMA_PROTO_PLUGIN_SHARED_FALSE}"; then
61780
 
  as_fn_error "conditional \"BUILD_SHOW_SCHEMA_PROTO_PLUGIN_SHARED\" was never defined.
 
63676
  as_fn_error $? "conditional \"BUILD_SHOW_SCHEMA_PROTO_PLUGIN_SHARED\" was never defined.
61781
63677
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61782
63678
fi
61783
63679
if test -z "${BUILD_SHOW_SCHEMA_PROTO_PLUGIN_TRUE}" && test -z "${BUILD_SHOW_SCHEMA_PROTO_PLUGIN_FALSE}"; then
61784
 
  as_fn_error "conditional \"BUILD_SHOW_SCHEMA_PROTO_PLUGIN\" was never defined.
 
63680
  as_fn_error $? "conditional \"BUILD_SHOW_SCHEMA_PROTO_PLUGIN\" was never defined.
61785
63681
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61786
63682
fi
61787
63683
if test -z "${BUILD_SHUTDOWN_FUNCTION_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_SHUTDOWN_FUNCTION_PLUGIN_STATIC_FALSE}"; then
61788
 
  as_fn_error "conditional \"BUILD_SHUTDOWN_FUNCTION_PLUGIN_STATIC\" was never defined.
 
63684
  as_fn_error $? "conditional \"BUILD_SHUTDOWN_FUNCTION_PLUGIN_STATIC\" was never defined.
61789
63685
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61790
63686
fi
61791
63687
if test -z "${BUILD_SHUTDOWN_FUNCTION_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_SHUTDOWN_FUNCTION_PLUGIN_SHARED_FALSE}"; then
61792
 
  as_fn_error "conditional \"BUILD_SHUTDOWN_FUNCTION_PLUGIN_SHARED\" was never defined.
 
63688
  as_fn_error $? "conditional \"BUILD_SHUTDOWN_FUNCTION_PLUGIN_SHARED\" was never defined.
61793
63689
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61794
63690
fi
61795
63691
if test -z "${BUILD_SHUTDOWN_FUNCTION_PLUGIN_TRUE}" && test -z "${BUILD_SHUTDOWN_FUNCTION_PLUGIN_FALSE}"; then
61796
 
  as_fn_error "conditional \"BUILD_SHUTDOWN_FUNCTION_PLUGIN\" was never defined.
 
63692
  as_fn_error $? "conditional \"BUILD_SHUTDOWN_FUNCTION_PLUGIN\" was never defined.
61797
63693
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61798
63694
fi
61799
63695
if test -z "${BUILD_SIGNAL_HANDLER_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_SIGNAL_HANDLER_PLUGIN_STATIC_FALSE}"; then
61800
 
  as_fn_error "conditional \"BUILD_SIGNAL_HANDLER_PLUGIN_STATIC\" was never defined.
 
63696
  as_fn_error $? "conditional \"BUILD_SIGNAL_HANDLER_PLUGIN_STATIC\" was never defined.
61801
63697
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61802
63698
fi
61803
63699
if test -z "${BUILD_SIGNAL_HANDLER_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_SIGNAL_HANDLER_PLUGIN_SHARED_FALSE}"; then
61804
 
  as_fn_error "conditional \"BUILD_SIGNAL_HANDLER_PLUGIN_SHARED\" was never defined.
 
63700
  as_fn_error $? "conditional \"BUILD_SIGNAL_HANDLER_PLUGIN_SHARED\" was never defined.
61805
63701
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61806
63702
fi
61807
63703
if test -z "${BUILD_SIGNAL_HANDLER_PLUGIN_TRUE}" && test -z "${BUILD_SIGNAL_HANDLER_PLUGIN_FALSE}"; then
61808
 
  as_fn_error "conditional \"BUILD_SIGNAL_HANDLER_PLUGIN\" was never defined.
 
63704
  as_fn_error $? "conditional \"BUILD_SIGNAL_HANDLER_PLUGIN\" was never defined.
61809
63705
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61810
63706
fi
61811
63707
if test -z "${BUILD_SIMPLE_USER_POLICY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_SIMPLE_USER_POLICY_PLUGIN_STATIC_FALSE}"; then
61812
 
  as_fn_error "conditional \"BUILD_SIMPLE_USER_POLICY_PLUGIN_STATIC\" was never defined.
 
63708
  as_fn_error $? "conditional \"BUILD_SIMPLE_USER_POLICY_PLUGIN_STATIC\" was never defined.
61813
63709
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61814
63710
fi
61815
63711
if test -z "${BUILD_SIMPLE_USER_POLICY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_SIMPLE_USER_POLICY_PLUGIN_SHARED_FALSE}"; then
61816
 
  as_fn_error "conditional \"BUILD_SIMPLE_USER_POLICY_PLUGIN_SHARED\" was never defined.
 
63712
  as_fn_error $? "conditional \"BUILD_SIMPLE_USER_POLICY_PLUGIN_SHARED\" was never defined.
61817
63713
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61818
63714
fi
61819
63715
if test -z "${BUILD_SIMPLE_USER_POLICY_PLUGIN_TRUE}" && test -z "${BUILD_SIMPLE_USER_POLICY_PLUGIN_FALSE}"; then
61820
 
  as_fn_error "conditional \"BUILD_SIMPLE_USER_POLICY_PLUGIN\" was never defined.
 
63716
  as_fn_error $? "conditional \"BUILD_SIMPLE_USER_POLICY_PLUGIN\" was never defined.
61821
63717
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61822
63718
fi
61823
63719
if test -z "${BUILD_SLAVE_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_SLAVE_PLUGIN_STATIC_FALSE}"; then
61824
 
  as_fn_error "conditional \"BUILD_SLAVE_PLUGIN_STATIC\" was never defined.
 
63720
  as_fn_error $? "conditional \"BUILD_SLAVE_PLUGIN_STATIC\" was never defined.
61825
63721
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61826
63722
fi
61827
63723
if test -z "${BUILD_SLAVE_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_SLAVE_PLUGIN_SHARED_FALSE}"; then
61828
 
  as_fn_error "conditional \"BUILD_SLAVE_PLUGIN_SHARED\" was never defined.
 
63724
  as_fn_error $? "conditional \"BUILD_SLAVE_PLUGIN_SHARED\" was never defined.
61829
63725
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61830
63726
fi
61831
63727
if test -z "${BUILD_SLAVE_PLUGIN_TRUE}" && test -z "${BUILD_SLAVE_PLUGIN_FALSE}"; then
61832
 
  as_fn_error "conditional \"BUILD_SLAVE_PLUGIN\" was never defined.
 
63728
  as_fn_error $? "conditional \"BUILD_SLAVE_PLUGIN\" was never defined.
61833
63729
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61834
63730
fi
61835
63731
if test -z "${BUILD_SLEEP_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_SLEEP_PLUGIN_STATIC_FALSE}"; then
61836
 
  as_fn_error "conditional \"BUILD_SLEEP_PLUGIN_STATIC\" was never defined.
 
63732
  as_fn_error $? "conditional \"BUILD_SLEEP_PLUGIN_STATIC\" was never defined.
61837
63733
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61838
63734
fi
61839
63735
if test -z "${BUILD_SLEEP_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_SLEEP_PLUGIN_SHARED_FALSE}"; then
61840
 
  as_fn_error "conditional \"BUILD_SLEEP_PLUGIN_SHARED\" was never defined.
 
63736
  as_fn_error $? "conditional \"BUILD_SLEEP_PLUGIN_SHARED\" was never defined.
61841
63737
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61842
63738
fi
61843
63739
if test -z "${BUILD_SLEEP_PLUGIN_TRUE}" && test -z "${BUILD_SLEEP_PLUGIN_FALSE}"; then
61844
 
  as_fn_error "conditional \"BUILD_SLEEP_PLUGIN\" was never defined.
 
63740
  as_fn_error $? "conditional \"BUILD_SLEEP_PLUGIN\" was never defined.
61845
63741
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61846
63742
fi
61847
63743
if test -z "${BUILD_STATUS_DICTIONARY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_STATUS_DICTIONARY_PLUGIN_STATIC_FALSE}"; then
61848
 
  as_fn_error "conditional \"BUILD_STATUS_DICTIONARY_PLUGIN_STATIC\" was never defined.
 
63744
  as_fn_error $? "conditional \"BUILD_STATUS_DICTIONARY_PLUGIN_STATIC\" was never defined.
61849
63745
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61850
63746
fi
61851
63747
if test -z "${BUILD_STATUS_DICTIONARY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_STATUS_DICTIONARY_PLUGIN_SHARED_FALSE}"; then
61852
 
  as_fn_error "conditional \"BUILD_STATUS_DICTIONARY_PLUGIN_SHARED\" was never defined.
 
63748
  as_fn_error $? "conditional \"BUILD_STATUS_DICTIONARY_PLUGIN_SHARED\" was never defined.
61853
63749
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61854
63750
fi
61855
63751
if test -z "${BUILD_STATUS_DICTIONARY_PLUGIN_TRUE}" && test -z "${BUILD_STATUS_DICTIONARY_PLUGIN_FALSE}"; then
61856
 
  as_fn_error "conditional \"BUILD_STATUS_DICTIONARY_PLUGIN\" was never defined.
 
63752
  as_fn_error $? "conditional \"BUILD_STATUS_DICTIONARY_PLUGIN\" was never defined.
61857
63753
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61858
63754
fi
61859
63755
if test -z "${BUILD_STORAGE_ENGINE_API_TESTER_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_STORAGE_ENGINE_API_TESTER_PLUGIN_STATIC_FALSE}"; then
61860
 
  as_fn_error "conditional \"BUILD_STORAGE_ENGINE_API_TESTER_PLUGIN_STATIC\" was never defined.
 
63756
  as_fn_error $? "conditional \"BUILD_STORAGE_ENGINE_API_TESTER_PLUGIN_STATIC\" was never defined.
61861
63757
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61862
63758
fi
61863
63759
if test -z "${BUILD_STORAGE_ENGINE_API_TESTER_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_STORAGE_ENGINE_API_TESTER_PLUGIN_SHARED_FALSE}"; then
61864
 
  as_fn_error "conditional \"BUILD_STORAGE_ENGINE_API_TESTER_PLUGIN_SHARED\" was never defined.
 
63760
  as_fn_error $? "conditional \"BUILD_STORAGE_ENGINE_API_TESTER_PLUGIN_SHARED\" was never defined.
61865
63761
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61866
63762
fi
61867
63763
if test -z "${BUILD_STORAGE_ENGINE_API_TESTER_PLUGIN_TRUE}" && test -z "${BUILD_STORAGE_ENGINE_API_TESTER_PLUGIN_FALSE}"; then
61868
 
  as_fn_error "conditional \"BUILD_STORAGE_ENGINE_API_TESTER_PLUGIN\" was never defined.
 
63764
  as_fn_error $? "conditional \"BUILD_STORAGE_ENGINE_API_TESTER_PLUGIN\" was never defined.
61869
63765
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61870
63766
fi
61871
63767
if test -z "${BUILD_STRING_FUNCTIONS_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_STRING_FUNCTIONS_PLUGIN_STATIC_FALSE}"; then
61872
 
  as_fn_error "conditional \"BUILD_STRING_FUNCTIONS_PLUGIN_STATIC\" was never defined.
 
63768
  as_fn_error $? "conditional \"BUILD_STRING_FUNCTIONS_PLUGIN_STATIC\" was never defined.
61873
63769
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61874
63770
fi
61875
63771
if test -z "${BUILD_STRING_FUNCTIONS_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_STRING_FUNCTIONS_PLUGIN_SHARED_FALSE}"; then
61876
 
  as_fn_error "conditional \"BUILD_STRING_FUNCTIONS_PLUGIN_SHARED\" was never defined.
 
63772
  as_fn_error $? "conditional \"BUILD_STRING_FUNCTIONS_PLUGIN_SHARED\" was never defined.
61877
63773
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61878
63774
fi
61879
63775
if test -z "${BUILD_STRING_FUNCTIONS_PLUGIN_TRUE}" && test -z "${BUILD_STRING_FUNCTIONS_PLUGIN_FALSE}"; then
61880
 
  as_fn_error "conditional \"BUILD_STRING_FUNCTIONS_PLUGIN\" was never defined.
 
63776
  as_fn_error $? "conditional \"BUILD_STRING_FUNCTIONS_PLUGIN\" was never defined.
61881
63777
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61882
63778
fi
61883
63779
if test -z "${BUILD_SUBSTR_FUNCTIONS_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_SUBSTR_FUNCTIONS_PLUGIN_STATIC_FALSE}"; then
61884
 
  as_fn_error "conditional \"BUILD_SUBSTR_FUNCTIONS_PLUGIN_STATIC\" was never defined.
 
63780
  as_fn_error $? "conditional \"BUILD_SUBSTR_FUNCTIONS_PLUGIN_STATIC\" was never defined.
61885
63781
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61886
63782
fi
61887
63783
if test -z "${BUILD_SUBSTR_FUNCTIONS_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_SUBSTR_FUNCTIONS_PLUGIN_SHARED_FALSE}"; then
61888
 
  as_fn_error "conditional \"BUILD_SUBSTR_FUNCTIONS_PLUGIN_SHARED\" was never defined.
 
63784
  as_fn_error $? "conditional \"BUILD_SUBSTR_FUNCTIONS_PLUGIN_SHARED\" was never defined.
61889
63785
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61890
63786
fi
61891
63787
if test -z "${BUILD_SUBSTR_FUNCTIONS_PLUGIN_TRUE}" && test -z "${BUILD_SUBSTR_FUNCTIONS_PLUGIN_FALSE}"; then
61892
 
  as_fn_error "conditional \"BUILD_SUBSTR_FUNCTIONS_PLUGIN\" was never defined.
 
63788
  as_fn_error $? "conditional \"BUILD_SUBSTR_FUNCTIONS_PLUGIN\" was never defined.
61893
63789
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61894
63790
fi
61895
63791
if test -z "${BUILD_SYSLOG_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_SYSLOG_PLUGIN_STATIC_FALSE}"; then
61896
 
  as_fn_error "conditional \"BUILD_SYSLOG_PLUGIN_STATIC\" was never defined.
 
63792
  as_fn_error $? "conditional \"BUILD_SYSLOG_PLUGIN_STATIC\" was never defined.
61897
63793
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61898
63794
fi
61899
63795
if test -z "${BUILD_SYSLOG_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_SYSLOG_PLUGIN_SHARED_FALSE}"; then
61900
 
  as_fn_error "conditional \"BUILD_SYSLOG_PLUGIN_SHARED\" was never defined.
 
63796
  as_fn_error $? "conditional \"BUILD_SYSLOG_PLUGIN_SHARED\" was never defined.
61901
63797
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61902
63798
fi
61903
63799
if test -z "${BUILD_SYSLOG_PLUGIN_TRUE}" && test -z "${BUILD_SYSLOG_PLUGIN_FALSE}"; then
61904
 
  as_fn_error "conditional \"BUILD_SYSLOG_PLUGIN\" was never defined.
 
63800
  as_fn_error $? "conditional \"BUILD_SYSLOG_PLUGIN\" was never defined.
61905
63801
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61906
63802
fi
61907
63803
if test -z "${BUILD_TABLE_CACHE_DICTIONARY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_TABLE_CACHE_DICTIONARY_PLUGIN_STATIC_FALSE}"; then
61908
 
  as_fn_error "conditional \"BUILD_TABLE_CACHE_DICTIONARY_PLUGIN_STATIC\" was never defined.
 
63804
  as_fn_error $? "conditional \"BUILD_TABLE_CACHE_DICTIONARY_PLUGIN_STATIC\" was never defined.
61909
63805
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61910
63806
fi
61911
63807
if test -z "${BUILD_TABLE_CACHE_DICTIONARY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_TABLE_CACHE_DICTIONARY_PLUGIN_SHARED_FALSE}"; then
61912
 
  as_fn_error "conditional \"BUILD_TABLE_CACHE_DICTIONARY_PLUGIN_SHARED\" was never defined.
 
63808
  as_fn_error $? "conditional \"BUILD_TABLE_CACHE_DICTIONARY_PLUGIN_SHARED\" was never defined.
61913
63809
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61914
63810
fi
61915
63811
if test -z "${BUILD_TABLE_CACHE_DICTIONARY_PLUGIN_TRUE}" && test -z "${BUILD_TABLE_CACHE_DICTIONARY_PLUGIN_FALSE}"; then
61916
 
  as_fn_error "conditional \"BUILD_TABLE_CACHE_DICTIONARY_PLUGIN\" was never defined.
 
63812
  as_fn_error $? "conditional \"BUILD_TABLE_CACHE_DICTIONARY_PLUGIN\" was never defined.
61917
63813
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61918
63814
fi
61919
63815
if test -z "${BUILD_TABLEPROTOTESTER_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_TABLEPROTOTESTER_PLUGIN_STATIC_FALSE}"; then
61920
 
  as_fn_error "conditional \"BUILD_TABLEPROTOTESTER_PLUGIN_STATIC\" was never defined.
 
63816
  as_fn_error $? "conditional \"BUILD_TABLEPROTOTESTER_PLUGIN_STATIC\" was never defined.
61921
63817
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61922
63818
fi
61923
63819
if test -z "${BUILD_TABLEPROTOTESTER_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_TABLEPROTOTESTER_PLUGIN_SHARED_FALSE}"; then
61924
 
  as_fn_error "conditional \"BUILD_TABLEPROTOTESTER_PLUGIN_SHARED\" was never defined.
 
63820
  as_fn_error $? "conditional \"BUILD_TABLEPROTOTESTER_PLUGIN_SHARED\" was never defined.
61925
63821
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61926
63822
fi
61927
63823
if test -z "${BUILD_TABLEPROTOTESTER_PLUGIN_TRUE}" && test -z "${BUILD_TABLEPROTOTESTER_PLUGIN_FALSE}"; then
61928
 
  as_fn_error "conditional \"BUILD_TABLEPROTOTESTER_PLUGIN\" was never defined.
61929
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61930
 
fi
61931
 
if test -z "${BUILD_TRANSACTION_LOG_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_TRANSACTION_LOG_PLUGIN_STATIC_FALSE}"; then
61932
 
  as_fn_error "conditional \"BUILD_TRANSACTION_LOG_PLUGIN_STATIC\" was never defined.
61933
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61934
 
fi
61935
 
if test -z "${BUILD_TRANSACTION_LOG_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_TRANSACTION_LOG_PLUGIN_SHARED_FALSE}"; then
61936
 
  as_fn_error "conditional \"BUILD_TRANSACTION_LOG_PLUGIN_SHARED\" was never defined.
61937
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61938
 
fi
61939
 
if test -z "${BUILD_TRANSACTION_LOG_PLUGIN_TRUE}" && test -z "${BUILD_TRANSACTION_LOG_PLUGIN_FALSE}"; then
61940
 
  as_fn_error "conditional \"BUILD_TRANSACTION_LOG_PLUGIN\" was never defined.
 
63824
  as_fn_error $? "conditional \"BUILD_TABLEPROTOTESTER_PLUGIN\" was never defined.
61941
63825
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61942
63826
fi
61943
63827
if test -z "${BUILD_TRIGGER_DICTIONARY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_TRIGGER_DICTIONARY_PLUGIN_STATIC_FALSE}"; then
61944
 
  as_fn_error "conditional \"BUILD_TRIGGER_DICTIONARY_PLUGIN_STATIC\" was never defined.
 
63828
  as_fn_error $? "conditional \"BUILD_TRIGGER_DICTIONARY_PLUGIN_STATIC\" was never defined.
61945
63829
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61946
63830
fi
61947
63831
if test -z "${BUILD_TRIGGER_DICTIONARY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_TRIGGER_DICTIONARY_PLUGIN_SHARED_FALSE}"; then
61948
 
  as_fn_error "conditional \"BUILD_TRIGGER_DICTIONARY_PLUGIN_SHARED\" was never defined.
 
63832
  as_fn_error $? "conditional \"BUILD_TRIGGER_DICTIONARY_PLUGIN_SHARED\" was never defined.
61949
63833
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61950
63834
fi
61951
63835
if test -z "${BUILD_TRIGGER_DICTIONARY_PLUGIN_TRUE}" && test -z "${BUILD_TRIGGER_DICTIONARY_PLUGIN_FALSE}"; then
61952
 
  as_fn_error "conditional \"BUILD_TRIGGER_DICTIONARY_PLUGIN\" was never defined.
 
63836
  as_fn_error $? "conditional \"BUILD_TRIGGER_DICTIONARY_PLUGIN\" was never defined.
61953
63837
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61954
63838
fi
61955
63839
if test -z "${BUILD_USER_LOCKS_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_USER_LOCKS_PLUGIN_STATIC_FALSE}"; then
61956
 
  as_fn_error "conditional \"BUILD_USER_LOCKS_PLUGIN_STATIC\" was never defined.
 
63840
  as_fn_error $? "conditional \"BUILD_USER_LOCKS_PLUGIN_STATIC\" was never defined.
61957
63841
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61958
63842
fi
61959
63843
if test -z "${BUILD_USER_LOCKS_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_USER_LOCKS_PLUGIN_SHARED_FALSE}"; then
61960
 
  as_fn_error "conditional \"BUILD_USER_LOCKS_PLUGIN_SHARED\" was never defined.
 
63844
  as_fn_error $? "conditional \"BUILD_USER_LOCKS_PLUGIN_SHARED\" was never defined.
61961
63845
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61962
63846
fi
61963
63847
if test -z "${BUILD_USER_LOCKS_PLUGIN_TRUE}" && test -z "${BUILD_USER_LOCKS_PLUGIN_FALSE}"; then
61964
 
  as_fn_error "conditional \"BUILD_USER_LOCKS_PLUGIN\" was never defined.
 
63848
  as_fn_error $? "conditional \"BUILD_USER_LOCKS_PLUGIN\" was never defined.
61965
63849
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61966
63850
fi
61967
63851
if test -z "${BUILD_UTILITY_DICTIONARY_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_UTILITY_DICTIONARY_PLUGIN_STATIC_FALSE}"; then
61968
 
  as_fn_error "conditional \"BUILD_UTILITY_DICTIONARY_PLUGIN_STATIC\" was never defined.
 
63852
  as_fn_error $? "conditional \"BUILD_UTILITY_DICTIONARY_PLUGIN_STATIC\" was never defined.
61969
63853
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61970
63854
fi
61971
63855
if test -z "${BUILD_UTILITY_DICTIONARY_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_UTILITY_DICTIONARY_PLUGIN_SHARED_FALSE}"; then
61972
 
  as_fn_error "conditional \"BUILD_UTILITY_DICTIONARY_PLUGIN_SHARED\" was never defined.
 
63856
  as_fn_error $? "conditional \"BUILD_UTILITY_DICTIONARY_PLUGIN_SHARED\" was never defined.
61973
63857
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61974
63858
fi
61975
63859
if test -z "${BUILD_UTILITY_DICTIONARY_PLUGIN_TRUE}" && test -z "${BUILD_UTILITY_DICTIONARY_PLUGIN_FALSE}"; then
61976
 
  as_fn_error "conditional \"BUILD_UTILITY_DICTIONARY_PLUGIN\" was never defined.
 
63860
  as_fn_error $? "conditional \"BUILD_UTILITY_DICTIONARY_PLUGIN\" was never defined.
61977
63861
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61978
63862
fi
61979
63863
if test -z "${BUILD_UTILITY_FUNCTIONS_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_UTILITY_FUNCTIONS_PLUGIN_STATIC_FALSE}"; then
61980
 
  as_fn_error "conditional \"BUILD_UTILITY_FUNCTIONS_PLUGIN_STATIC\" was never defined.
 
63864
  as_fn_error $? "conditional \"BUILD_UTILITY_FUNCTIONS_PLUGIN_STATIC\" was never defined.
61981
63865
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61982
63866
fi
61983
63867
if test -z "${BUILD_UTILITY_FUNCTIONS_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_UTILITY_FUNCTIONS_PLUGIN_SHARED_FALSE}"; then
61984
 
  as_fn_error "conditional \"BUILD_UTILITY_FUNCTIONS_PLUGIN_SHARED\" was never defined.
 
63868
  as_fn_error $? "conditional \"BUILD_UTILITY_FUNCTIONS_PLUGIN_SHARED\" was never defined.
61985
63869
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61986
63870
fi
61987
63871
if test -z "${BUILD_UTILITY_FUNCTIONS_PLUGIN_TRUE}" && test -z "${BUILD_UTILITY_FUNCTIONS_PLUGIN_FALSE}"; then
61988
 
  as_fn_error "conditional \"BUILD_UTILITY_FUNCTIONS_PLUGIN\" was never defined.
 
63872
  as_fn_error $? "conditional \"BUILD_UTILITY_FUNCTIONS_PLUGIN\" was never defined.
61989
63873
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61990
63874
fi
61991
63875
if test -z "${BUILD_UUID_FUNCTION_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_UUID_FUNCTION_PLUGIN_STATIC_FALSE}"; then
61992
 
  as_fn_error "conditional \"BUILD_UUID_FUNCTION_PLUGIN_STATIC\" was never defined.
 
63876
  as_fn_error $? "conditional \"BUILD_UUID_FUNCTION_PLUGIN_STATIC\" was never defined.
61993
63877
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61994
63878
fi
61995
63879
if test -z "${BUILD_UUID_FUNCTION_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_UUID_FUNCTION_PLUGIN_SHARED_FALSE}"; then
61996
 
  as_fn_error "conditional \"BUILD_UUID_FUNCTION_PLUGIN_SHARED\" was never defined.
 
63880
  as_fn_error $? "conditional \"BUILD_UUID_FUNCTION_PLUGIN_SHARED\" was never defined.
61997
63881
Usually this means the macro was only invoked conditionally." "$LINENO" 5
61998
63882
fi
61999
63883
if test -z "${BUILD_UUID_FUNCTION_PLUGIN_TRUE}" && test -z "${BUILD_UUID_FUNCTION_PLUGIN_FALSE}"; then
62000
 
  as_fn_error "conditional \"BUILD_UUID_FUNCTION_PLUGIN\" was never defined.
 
63884
  as_fn_error $? "conditional \"BUILD_UUID_FUNCTION_PLUGIN\" was never defined.
62001
63885
Usually this means the macro was only invoked conditionally." "$LINENO" 5
62002
63886
fi
62003
63887
if test -z "${BUILD_VERSION_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_VERSION_PLUGIN_STATIC_FALSE}"; then
62004
 
  as_fn_error "conditional \"BUILD_VERSION_PLUGIN_STATIC\" was never defined.
 
63888
  as_fn_error $? "conditional \"BUILD_VERSION_PLUGIN_STATIC\" was never defined.
62005
63889
Usually this means the macro was only invoked conditionally." "$LINENO" 5
62006
63890
fi
62007
63891
if test -z "${BUILD_VERSION_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_VERSION_PLUGIN_SHARED_FALSE}"; then
62008
 
  as_fn_error "conditional \"BUILD_VERSION_PLUGIN_SHARED\" was never defined.
 
63892
  as_fn_error $? "conditional \"BUILD_VERSION_PLUGIN_SHARED\" was never defined.
62009
63893
Usually this means the macro was only invoked conditionally." "$LINENO" 5
62010
63894
fi
62011
63895
if test -z "${BUILD_VERSION_PLUGIN_TRUE}" && test -z "${BUILD_VERSION_PLUGIN_FALSE}"; then
62012
 
  as_fn_error "conditional \"BUILD_VERSION_PLUGIN\" was never defined.
 
63896
  as_fn_error $? "conditional \"BUILD_VERSION_PLUGIN\" was never defined.
 
63897
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63898
fi
 
63899
if test -z "${BUILD_ZEROMQ_PLUGIN_STATIC_TRUE}" && test -z "${BUILD_ZEROMQ_PLUGIN_STATIC_FALSE}"; then
 
63900
  as_fn_error $? "conditional \"BUILD_ZEROMQ_PLUGIN_STATIC\" was never defined.
 
63901
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63902
fi
 
63903
if test -z "${BUILD_ZEROMQ_PLUGIN_SHARED_TRUE}" && test -z "${BUILD_ZEROMQ_PLUGIN_SHARED_FALSE}"; then
 
63904
  as_fn_error $? "conditional \"BUILD_ZEROMQ_PLUGIN_SHARED\" was never defined.
 
63905
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
63906
fi
 
63907
if test -z "${BUILD_ZEROMQ_PLUGIN_TRUE}" && test -z "${BUILD_ZEROMQ_PLUGIN_FALSE}"; then
 
63908
  as_fn_error $? "conditional \"BUILD_ZEROMQ_PLUGIN\" was never defined.
62013
63909
Usually this means the macro was only invoked conditionally." "$LINENO" 5
62014
63910
fi
62015
63911
if test -z "${BUILD_GCC_PCH_TRUE}" && test -z "${BUILD_GCC_PCH_FALSE}"; then
62016
 
  as_fn_error "conditional \"BUILD_GCC_PCH\" was never defined.
 
63912
  as_fn_error $? "conditional \"BUILD_GCC_PCH\" was never defined.
62017
63913
Usually this means the macro was only invoked conditionally." "$LINENO" 5
62018
63914
fi
62019
63915
 
62020
 
: ${CONFIG_STATUS=./config.status}
 
63916
: "${CONFIG_STATUS=./config.status}"
62021
63917
ac_write_fail=0
62022
63918
ac_clean_files_save=$ac_clean_files
62023
63919
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
62118
64014
IFS=" ""        $as_nl"
62119
64015
 
62120
64016
# Find who we are.  Look in the path if we contain no directory separator.
 
64017
as_myself=
62121
64018
case $0 in #((
62122
64019
  *[\\/]* ) as_myself=$0 ;;
62123
64020
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
62163
64060
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
62164
64061
 
62165
64062
 
62166
 
# as_fn_error ERROR [LINENO LOG_FD]
62167
 
# ---------------------------------
 
64063
# as_fn_error STATUS ERROR [LINENO LOG_FD]
 
64064
# ----------------------------------------
62168
64065
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
62169
64066
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
62170
 
# script with status $?, using 1 if that was 0.
 
64067
# script with STATUS, using 1 if that was 0.
62171
64068
as_fn_error ()
62172
64069
{
62173
 
  as_status=$?; test $as_status -eq 0 && as_status=1
62174
 
  if test "$3"; then
62175
 
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
62176
 
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
 
64070
  as_status=$1; test $as_status -eq 0 && as_status=1
 
64071
  if test "$4"; then
 
64072
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
64073
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
62177
64074
  fi
62178
 
  $as_echo "$as_me: error: $1" >&2
 
64075
  $as_echo "$as_me: error: $2" >&2
62179
64076
  as_fn_exit $as_status
62180
64077
} # as_fn_error
62181
64078
 
62371
64268
      test -d "$as_dir" && break
62372
64269
    done
62373
64270
    test -z "$as_dirs" || eval "mkdir $as_dirs"
62374
 
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
 
64271
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
62375
64272
 
62376
64273
 
62377
64274
} # as_fn_mkdir_p
62424
64321
# report actual input values of CONFIG_FILES etc. instead of their
62425
64322
# values after options handling.
62426
64323
ac_log="
62427
 
This file was extended by drizzle7 $as_me 7, which was
62428
 
generated by GNU Autoconf 2.65.  Invocation command line was
 
64324
This file was extended by drizzle $as_me 7.1, which was
 
64325
generated by GNU Autoconf 2.68.  Invocation command line was
62429
64326
 
62430
64327
  CONFIG_FILES    = $CONFIG_FILES
62431
64328
  CONFIG_HEADERS  = $CONFIG_HEADERS
62484
64381
Configuration commands:
62485
64382
$config_commands
62486
64383
 
62487
 
Report bugs to <http://bugs.launchpad.net/drizzle>."
 
64384
Report bugs to <http://bugs.launchpad.net/drizzle>.
 
64385
drizzle home page: <http://drizzle.org/>."
62488
64386
 
62489
64387
_ACEOF
62490
64388
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
62491
64389
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
62492
64390
ac_cs_version="\\
62493
 
drizzle7 config.status 7
62494
 
configured by $0, generated by GNU Autoconf 2.65,
 
64391
drizzle config.status 7.1
 
64392
configured by $0, generated by GNU Autoconf 2.68,
62495
64393
  with options \\"\$ac_cs_config\\"
62496
64394
 
62497
 
Copyright (C) 2009 Free Software Foundation, Inc.
 
64395
Copyright (C) 2010 Free Software Foundation, Inc.
62498
64396
This config.status script is free software; the Free Software Foundation
62499
64397
gives unlimited permission to copy, distribute and modify it."
62500
64398
 
62512
64410
while test $# != 0
62513
64411
do
62514
64412
  case $1 in
62515
 
  --*=*)
 
64413
  --*=?*)
62516
64414
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
62517
64415
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
62518
64416
    ac_shift=:
62519
64417
    ;;
 
64418
  --*=)
 
64419
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
64420
    ac_optarg=
 
64421
    ac_shift=:
 
64422
    ;;
62520
64423
  *)
62521
64424
    ac_option=$1
62522
64425
    ac_optarg=$2
62538
64441
    $ac_shift
62539
64442
    case $ac_optarg in
62540
64443
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
64444
    '') as_fn_error $? "missing file argument" ;;
62541
64445
    esac
62542
64446
    as_fn_append CONFIG_FILES " '$ac_optarg'"
62543
64447
    ac_need_defaults=false;;
62550
64454
    ac_need_defaults=false;;
62551
64455
  --he | --h)
62552
64456
    # Conflict between --help and --header
62553
 
    as_fn_error "ambiguous option: \`$1'
 
64457
    as_fn_error $? "ambiguous option: \`$1'
62554
64458
Try \`$0 --help' for more information.";;
62555
64459
  --help | --hel | -h )
62556
64460
    $as_echo "$ac_cs_usage"; exit ;;
62559
64463
    ac_cs_silent=: ;;
62560
64464
 
62561
64465
  # This is an error.
62562
 
  -*) as_fn_error "unrecognized option: \`$1'
 
64466
  -*) as_fn_error $? "unrecognized option: \`$1'
62563
64467
Try \`$0 --help' for more information." ;;
62564
64468
 
62565
64469
  *) as_fn_append ac_config_targets " $1"
62613
64517
sed_quote_subst='$sed_quote_subst'
62614
64518
double_quote_subst='$double_quote_subst'
62615
64519
delay_variable_subst='$delay_variable_subst'
62616
 
enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
62617
 
macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
62618
 
macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
62619
 
enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
62620
 
pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
62621
 
enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
62622
 
host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
62623
 
host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
62624
 
host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
62625
 
build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
62626
 
build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
62627
 
build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
62628
 
SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
62629
 
Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
62630
 
GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
62631
 
EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
62632
 
FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
62633
 
LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
62634
 
NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
62635
 
LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
62636
 
max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
62637
 
ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
62638
 
exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
62639
 
lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
62640
 
lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
62641
 
lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
62642
 
reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
62643
 
reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
62644
 
OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
62645
 
deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
62646
 
file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
62647
 
AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
62648
 
AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
62649
 
STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
62650
 
RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
62651
 
old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
62652
 
old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
62653
 
old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
62654
 
CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
62655
 
CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
62656
 
compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
62657
 
GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
62658
 
lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
62659
 
lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
62660
 
lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
62661
 
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
62662
 
objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
62663
 
SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
62664
 
ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
62665
 
MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
62666
 
lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
62667
 
lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
62668
 
lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
62669
 
lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
62670
 
lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
62671
 
need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
62672
 
DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
62673
 
NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
62674
 
LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
62675
 
OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
62676
 
OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
62677
 
libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
62678
 
shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
62679
 
extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
62680
 
archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
62681
 
enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
62682
 
export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
62683
 
whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
62684
 
compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
62685
 
old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
62686
 
old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
62687
 
archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
62688
 
archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
62689
 
module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
62690
 
module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
62691
 
with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
62692
 
allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
62693
 
no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
62694
 
hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
62695
 
hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
62696
 
hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
62697
 
hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
62698
 
hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
62699
 
hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
62700
 
hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
62701
 
hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
62702
 
inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
62703
 
link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
62704
 
fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
62705
 
always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
62706
 
export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
62707
 
exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
62708
 
include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
62709
 
prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
62710
 
file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
62711
 
variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
62712
 
need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
62713
 
need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
62714
 
version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
62715
 
runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
62716
 
shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
62717
 
shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
62718
 
libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
62719
 
library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
62720
 
soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
62721
 
postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
62722
 
postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
62723
 
finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
62724
 
finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
62725
 
hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
62726
 
sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
62727
 
sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
62728
 
hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
62729
 
enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
62730
 
enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
62731
 
enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
62732
 
old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
62733
 
striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
62734
 
compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`'
62735
 
predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`'
62736
 
postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`'
62737
 
predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`'
62738
 
postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`'
62739
 
compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`'
62740
 
LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62741
 
old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62742
 
compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62743
 
GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62744
 
lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62745
 
lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62746
 
lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62747
 
lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62748
 
lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62749
 
archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62750
 
enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62751
 
export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62752
 
whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62753
 
compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62754
 
old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62755
 
old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62756
 
archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62757
 
archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62758
 
module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62759
 
module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62760
 
with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62761
 
allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62762
 
no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62763
 
hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62764
 
hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62765
 
hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62766
 
hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62767
 
hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62768
 
hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62769
 
hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62770
 
hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62771
 
inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62772
 
link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62773
 
fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62774
 
always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62775
 
export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62776
 
exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62777
 
include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62778
 
prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62779
 
file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62780
 
hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62781
 
compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62782
 
predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62783
 
postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62784
 
predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62785
 
postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
62786
 
compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
64520
enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
 
64521
macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
 
64522
macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
 
64523
enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
 
64524
pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
 
64525
enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
 
64526
SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
 
64527
ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
 
64528
host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
 
64529
host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
 
64530
host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
 
64531
build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
 
64532
build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
 
64533
build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
 
64534
SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
 
64535
Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
 
64536
GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
 
64537
EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
 
64538
FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
 
64539
LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
 
64540
NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
 
64541
LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
 
64542
max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
 
64543
ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
 
64544
exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
 
64545
lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
 
64546
lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
 
64547
lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
 
64548
lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
 
64549
lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
 
64550
reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
 
64551
reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
 
64552
OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
 
64553
deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
 
64554
file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
 
64555
file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
 
64556
want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
 
64557
DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
 
64558
sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
 
64559
AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
 
64560
AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
 
64561
archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
 
64562
STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
 
64563
RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
 
64564
old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
 
64565
old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
 
64566
old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
 
64567
lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
 
64568
CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
 
64569
CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
 
64570
compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
 
64571
GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
 
64572
lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
 
64573
lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
 
64574
lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
 
64575
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
 
64576
nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
 
64577
lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
 
64578
objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
 
64579
MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
 
64580
lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
 
64581
lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
 
64582
lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
 
64583
lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
 
64584
lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
 
64585
need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
 
64586
MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
 
64587
DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
 
64588
NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
 
64589
LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
 
64590
OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
 
64591
OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
 
64592
libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
 
64593
shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
 
64594
extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
 
64595
archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
 
64596
enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
 
64597
export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
 
64598
whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
 
64599
compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
 
64600
old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
 
64601
old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
 
64602
archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
 
64603
archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
 
64604
module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
 
64605
module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
 
64606
with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
 
64607
allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
 
64608
no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
 
64609
hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
 
64610
hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
 
64611
hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
 
64612
hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
 
64613
hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
 
64614
hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
 
64615
hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
 
64616
hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
 
64617
inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
 
64618
link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
 
64619
always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
 
64620
export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
 
64621
exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
 
64622
include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
 
64623
prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
 
64624
postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
 
64625
file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
 
64626
variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
 
64627
need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
 
64628
need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
 
64629
version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
 
64630
runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
 
64631
shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
 
64632
shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
 
64633
libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
 
64634
library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
 
64635
soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
 
64636
install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
 
64637
postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
 
64638
postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
 
64639
finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
 
64640
finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
 
64641
hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
 
64642
sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
 
64643
sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
 
64644
hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
 
64645
enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
 
64646
enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
 
64647
enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
 
64648
old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
 
64649
striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
 
64650
compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
 
64651
predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
 
64652
postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
 
64653
predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
 
64654
postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
 
64655
compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
 
64656
LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
 
64657
reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
 
64658
reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
 
64659
old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
 
64660
compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
 
64661
GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
 
64662
lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
 
64663
lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
 
64664
lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
 
64665
lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
 
64666
lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
 
64667
archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
 
64668
enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
 
64669
export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
 
64670
whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
 
64671
compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
 
64672
old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
 
64673
old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
 
64674
archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
 
64675
archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
 
64676
module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
 
64677
module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
 
64678
with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
 
64679
allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
 
64680
no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
 
64681
hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
 
64682
hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
 
64683
hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
 
64684
hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
 
64685
hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
 
64686
hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
 
64687
hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
 
64688
hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
 
64689
inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
 
64690
link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
 
64691
always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
 
64692
export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
 
64693
exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
 
64694
include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
 
64695
prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
 
64696
postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
 
64697
file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
 
64698
hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
 
64699
compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
 
64700
predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
 
64701
postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
 
64702
predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
 
64703
postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
 
64704
compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
62787
64705
 
62788
64706
LTCC='$LTCC'
62789
64707
LTCFLAGS='$LTCFLAGS'
62790
64708
compiler='$compiler_DEFAULT'
62791
64709
 
 
64710
# A function that is used when there is no print builtin or printf.
 
64711
func_fallback_echo ()
 
64712
{
 
64713
  eval 'cat <<_LTECHO_EOF
 
64714
\$1
 
64715
_LTECHO_EOF'
 
64716
}
 
64717
 
62792
64718
# Quote evaled strings.
62793
 
for var in SED \
 
64719
for var in SHELL \
 
64720
ECHO \
 
64721
SED \
62794
64722
GREP \
62795
64723
EGREP \
62796
64724
FGREP \
62803
64731
OBJDUMP \
62804
64732
deplibs_check_method \
62805
64733
file_magic_cmd \
 
64734
file_magic_glob \
 
64735
want_nocaseglob \
 
64736
DLLTOOL \
 
64737
sharedlib_from_linklib_cmd \
62806
64738
AR \
62807
64739
AR_FLAGS \
 
64740
archiver_list_spec \
62808
64741
STRIP \
62809
64742
RANLIB \
62810
64743
CC \
62814
64747
lt_cv_sys_global_symbol_to_cdecl \
62815
64748
lt_cv_sys_global_symbol_to_c_name_address \
62816
64749
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
62817
 
SHELL \
62818
 
ECHO \
 
64750
nm_file_list_spec \
62819
64751
lt_prog_compiler_no_builtin_flag \
 
64752
lt_prog_compiler_pic \
62820
64753
lt_prog_compiler_wl \
62821
 
lt_prog_compiler_pic \
62822
64754
lt_prog_compiler_static \
62823
64755
lt_cv_prog_compiler_c_o \
62824
64756
need_locks \
 
64757
MANIFEST_TOOL \
62825
64758
DSYMUTIL \
62826
64759
NMEDIT \
62827
64760
LIPO \
62837
64770
hardcode_libdir_flag_spec \
62838
64771
hardcode_libdir_flag_spec_ld \
62839
64772
hardcode_libdir_separator \
62840
 
fix_srcfile_path \
62841
64773
exclude_expsyms \
62842
64774
include_expsyms \
62843
64775
file_list_spec \
62845
64777
libname_spec \
62846
64778
library_names_spec \
62847
64779
soname_spec \
 
64780
install_override_mode \
62848
64781
finish_eval \
62849
64782
old_striplib \
62850
64783
striplib \
62855
64788
postdeps \
62856
64789
compiler_lib_search_path \
62857
64790
LD_CXX \
 
64791
reload_flag_CXX \
62858
64792
compiler_CXX \
62859
64793
lt_prog_compiler_no_builtin_flag_CXX \
 
64794
lt_prog_compiler_pic_CXX \
62860
64795
lt_prog_compiler_wl_CXX \
62861
 
lt_prog_compiler_pic_CXX \
62862
64796
lt_prog_compiler_static_CXX \
62863
64797
lt_cv_prog_compiler_c_o_CXX \
62864
64798
export_dynamic_flag_spec_CXX \
62870
64804
hardcode_libdir_flag_spec_CXX \
62871
64805
hardcode_libdir_flag_spec_ld_CXX \
62872
64806
hardcode_libdir_separator_CXX \
62873
 
fix_srcfile_path_CXX \
62874
64807
exclude_expsyms_CXX \
62875
64808
include_expsyms_CXX \
62876
64809
file_list_spec_CXX \
62880
64813
predeps_CXX \
62881
64814
postdeps_CXX \
62882
64815
compiler_lib_search_path_CXX; do
62883
 
    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
64816
    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
62884
64817
    *[\\\\\\\`\\"\\\$]*)
62885
 
      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
 
64818
      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
62886
64819
      ;;
62887
64820
    *)
62888
64821
      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
62904
64837
module_expsym_cmds \
62905
64838
export_symbols_cmds \
62906
64839
prelink_cmds \
 
64840
postlink_cmds \
62907
64841
postinstall_cmds \
62908
64842
postuninstall_cmds \
62909
64843
finish_cmds \
62910
64844
sys_lib_search_path_spec \
62911
64845
sys_lib_dlsearch_path_spec \
 
64846
reload_cmds_CXX \
62912
64847
old_archive_cmds_CXX \
62913
64848
old_archive_from_new_cmds_CXX \
62914
64849
old_archive_from_expsyms_cmds_CXX \
62917
64852
module_cmds_CXX \
62918
64853
module_expsym_cmds_CXX \
62919
64854
export_symbols_cmds_CXX \
62920
 
prelink_cmds_CXX; do
62921
 
    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
64855
prelink_cmds_CXX \
 
64856
postlink_cmds_CXX; do
 
64857
    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
62922
64858
    *[\\\\\\\`\\"\\\$]*)
62923
 
      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
 
64859
      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
62924
64860
      ;;
62925
64861
    *)
62926
64862
      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
62928
64864
    esac
62929
64865
done
62930
64866
 
62931
 
# Fix-up fallback echo if it was mangled by the above quoting rules.
62932
 
case \$lt_ECHO in
62933
 
*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
62934
 
  ;;
62935
 
esac
62936
 
 
62937
64867
ac_aux_dir='$ac_aux_dir'
62938
64868
xsi_shell='$xsi_shell'
62939
64869
lt_shell_append='$lt_shell_append'
62980
64910
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
62981
64911
    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
62982
64912
    "drizzled/plugin/version.h") CONFIG_FILES="$CONFIG_FILES drizzled/plugin/version.h" ;;
62983
 
    "support-files/drizzle7.pc") CONFIG_FILES="$CONFIG_FILES support-files/drizzle7.pc" ;;
 
64913
    "support-files/rpm/SPECS/drizzle.spec") CONFIG_FILES="$CONFIG_FILES support-files/rpm/SPECS/drizzle.spec" ;;
 
64914
    "libdrizzle-1.0/version.h") CONFIG_FILES="$CONFIG_FILES libdrizzle-1.0/version.h" ;;
 
64915
    "support-files/drizzle.pc") CONFIG_FILES="$CONFIG_FILES support-files/drizzle.pc" ;;
 
64916
    "support-files/libdrizzle.pc") CONFIG_FILES="$CONFIG_FILES support-files/libdrizzle.pc" ;;
62984
64917
    "support-files/libdrizzle-1.0.pc") CONFIG_FILES="$CONFIG_FILES support-files/libdrizzle-1.0.pc" ;;
62985
64918
    "support-files/smf/install.sh") CONFIG_FILES="$CONFIG_FILES support-files/smf/install.sh" ;;
62986
64919
    "support-files/smf/drizzle.xml") CONFIG_FILES="$CONFIG_FILES support-files/smf/drizzle.xml" ;;
62987
64920
    "support-files/smf/drizzle") CONFIG_FILES="$CONFIG_FILES support-files/smf/drizzle" ;;
62988
64921
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
62989
64922
 
62990
 
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
 
64923
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
62991
64924
  esac
62992
64925
done
62993
64926
 
63010
64943
# after its creation but before its name has been assigned to `$tmp'.
63011
64944
$debug ||
63012
64945
{
63013
 
  tmp=
 
64946
  tmp= ac_tmp=
63014
64947
  trap 'exit_status=$?
63015
 
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 
64948
  : "${ac_tmp:=$tmp}"
 
64949
  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
63016
64950
' 0
63017
64951
  trap 'as_fn_exit 1' 1 2 13 15
63018
64952
}
63020
64954
 
63021
64955
{
63022
64956
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
63023
 
  test -n "$tmp" && test -d "$tmp"
 
64957
  test -d "$tmp"
63024
64958
}  ||
63025
64959
{
63026
64960
  tmp=./conf$$-$RANDOM
63027
64961
  (umask 077 && mkdir "$tmp")
63028
 
} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
 
64962
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
 
64963
ac_tmp=$tmp
63029
64964
 
63030
64965
# Set up the scripts for CONFIG_FILES section.
63031
64966
# No need to generate them if there are no CONFIG_FILES.
63042
64977
fi
63043
64978
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
63044
64979
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
63045
 
  ac_cs_awk_cr='\r'
 
64980
  ac_cs_awk_cr='\\r'
63046
64981
else
63047
64982
  ac_cs_awk_cr=$ac_cr
63048
64983
fi
63049
64984
 
63050
 
echo 'BEGIN {' >"$tmp/subs1.awk" &&
 
64985
echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
63051
64986
_ACEOF
63052
64987
 
63053
64988
 
63056
64991
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
63057
64992
  echo "_ACEOF"
63058
64993
} >conf$$subs.sh ||
63059
 
  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
63060
 
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
 
64994
  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 
64995
ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
63061
64996
ac_delim='%!_!# '
63062
64997
for ac_last_try in false false false false false :; do
63063
64998
  . ./conf$$subs.sh ||
63064
 
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
 
64999
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
63065
65000
 
63066
65001
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
63067
65002
  if test $ac_delim_n = $ac_delim_num; then
63068
65003
    break
63069
65004
  elif $ac_last_try; then
63070
 
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
 
65005
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
63071
65006
  else
63072
65007
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
63073
65008
  fi
63075
65010
rm -f conf$$subs.sh
63076
65011
 
63077
65012
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
63078
 
cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
 
65013
cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
63079
65014
_ACEOF
63080
65015
sed -n '
63081
65016
h
63123
65058
rm -f conf$$subs.awk
63124
65059
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
63125
65060
_ACAWK
63126
 
cat >>"\$tmp/subs1.awk" <<_ACAWK &&
 
65061
cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
63127
65062
  for (key in S) S_is_set[key] = 1
63128
65063
  FS = ""
63129
65064
 
63155
65090
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
63156
65091
else
63157
65092
  cat
63158
 
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
63159
 
  || as_fn_error "could not setup config files machinery" "$LINENO" 5
 
65093
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
 
65094
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
63160
65095
_ACEOF
63161
65096
 
63162
 
# VPATH may cause trouble with some makes, so we remove $(srcdir),
63163
 
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 
65097
# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
 
65098
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
63164
65099
# trailing colons and then remove the whole line if VPATH becomes empty
63165
65100
# (actually we leave an empty line to preserve line numbers).
63166
65101
if test "x$srcdir" = x.; then
63167
 
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
63168
 
s/:*\$(srcdir):*/:/
63169
 
s/:*\${srcdir}:*/:/
63170
 
s/:*@srcdir@:*/:/
63171
 
s/^\([^=]*=[     ]*\):*/\1/
 
65102
  ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
 
65103
h
 
65104
s///
 
65105
s/^/:/
 
65106
s/[      ]*$/:/
 
65107
s/:\$(srcdir):/:/g
 
65108
s/:\${srcdir}:/:/g
 
65109
s/:@srcdir@:/:/g
 
65110
s/^:*//
63172
65111
s/:*$//
 
65112
x
 
65113
s/\(=[   ]*\).*/\1/
 
65114
G
 
65115
s/\n//
63173
65116
s/^[^=]*=[       ]*$//
63174
65117
}'
63175
65118
fi
63181
65124
# No need to generate them if there are no CONFIG_HEADERS.
63182
65125
# This happens for instance with `./config.status Makefile'.
63183
65126
if test -n "$CONFIG_HEADERS"; then
63184
 
cat >"$tmp/defines.awk" <<\_ACAWK ||
 
65127
cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
63185
65128
BEGIN {
63186
65129
_ACEOF
63187
65130
 
63193
65136
# handling of long lines.
63194
65137
ac_delim='%!_!# '
63195
65138
for ac_last_try in false false :; do
63196
 
  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
63197
 
  if test -z "$ac_t"; then
 
65139
  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
 
65140
  if test -z "$ac_tt"; then
63198
65141
    break
63199
65142
  elif $ac_last_try; then
63200
 
    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
 
65143
    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
63201
65144
  else
63202
65145
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
63203
65146
  fi
63282
65225
_ACAWK
63283
65226
_ACEOF
63284
65227
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
63285
 
  as_fn_error "could not setup config headers machinery" "$LINENO" 5
 
65228
  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
63286
65229
fi # test -n "$CONFIG_HEADERS"
63287
65230
 
63288
65231
 
63295
65238
  esac
63296
65239
  case $ac_mode$ac_tag in
63297
65240
  :[FHL]*:*);;
63298
 
  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
 
65241
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
63299
65242
  :[FH]-) ac_tag=-:-;;
63300
65243
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
63301
65244
  esac
63314
65257
    for ac_f
63315
65258
    do
63316
65259
      case $ac_f in
63317
 
      -) ac_f="$tmp/stdin";;
 
65260
      -) ac_f="$ac_tmp/stdin";;
63318
65261
      *) # Look for the file first in the build tree, then in the source tree
63319
65262
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
63320
65263
         # because $ac_f cannot contain `:'.
63323
65266
           [\\/$]*) false;;
63324
65267
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
63325
65268
           esac ||
63326
 
           as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
 
65269
           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
63327
65270
      esac
63328
65271
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
63329
65272
      as_fn_append ac_file_inputs " '$ac_f'"
63349
65292
    esac
63350
65293
 
63351
65294
    case $ac_tag in
63352
 
    *:-:* | *:-) cat >"$tmp/stdin" \
63353
 
      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
 
65295
    *:-:* | *:-) cat >"$ac_tmp/stdin" \
 
65296
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
63354
65297
    esac
63355
65298
    ;;
63356
65299
  esac
63486
65429
s&@MKDIR_P@&$ac_MKDIR_P&;t t
63487
65430
$ac_datarootdir_hack
63488
65431
"
63489
 
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
63490
 
  || as_fn_error "could not create $ac_file" "$LINENO" 5
 
65432
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
 
65433
  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
63491
65434
 
63492
65435
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
63493
 
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
63494
 
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 
65436
  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
 
65437
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
 
65438
      "$ac_tmp/out"`; test -z "$ac_out"; } &&
63495
65439
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
63496
 
which seems to be undefined.  Please make sure it is defined." >&5
 
65440
which seems to be undefined.  Please make sure it is defined" >&5
63497
65441
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
63498
 
which seems to be undefined.  Please make sure it is defined." >&2;}
 
65442
which seems to be undefined.  Please make sure it is defined" >&2;}
63499
65443
 
63500
 
  rm -f "$tmp/stdin"
 
65444
  rm -f "$ac_tmp/stdin"
63501
65445
  case $ac_file in
63502
 
  -) cat "$tmp/out" && rm -f "$tmp/out";;
63503
 
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
 
65446
  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
 
65447
  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
63504
65448
  esac \
63505
 
  || as_fn_error "could not create $ac_file" "$LINENO" 5
 
65449
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
63506
65450
 ;;
63507
65451
  :H)
63508
65452
  #
63511
65455
  if test x"$ac_file" != x-; then
63512
65456
    {
63513
65457
      $as_echo "/* $configure_input  */" \
63514
 
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
63515
 
    } >"$tmp/config.h" \
63516
 
      || as_fn_error "could not create $ac_file" "$LINENO" 5
63517
 
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
 
65458
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
 
65459
    } >"$ac_tmp/config.h" \
 
65460
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
65461
    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
63518
65462
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
63519
65463
$as_echo "$as_me: $ac_file is unchanged" >&6;}
63520
65464
    else
63521
65465
      rm -f "$ac_file"
63522
 
      mv "$tmp/config.h" "$ac_file" \
63523
 
        || as_fn_error "could not create $ac_file" "$LINENO" 5
 
65466
      mv "$ac_tmp/config.h" "$ac_file" \
 
65467
        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
63524
65468
    fi
63525
65469
  else
63526
65470
    $as_echo "/* $configure_input  */" \
63527
 
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
63528
 
      || as_fn_error "could not create -" "$LINENO" 5
 
65471
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
 
65472
      || as_fn_error $? "could not create -" "$LINENO" 5
63529
65473
  fi
63530
65474
# Compute "$ac_file"'s index in $config_headers.
63531
65475
_am_arg="$ac_file"
63686
65630
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
63687
65631
#
63688
65632
#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
63689
 
#                 2006, 2007, 2008 Free Software Foundation, Inc.
 
65633
#                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
 
65634
#                 Inc.
63690
65635
#   Written by Gordon Matzigkeit, 1996
63691
65636
#
63692
65637
#   This file is part of GNU Libtool.
63734
65679
# Whether or not to optimize for fast installation.
63735
65680
fast_install=$enable_fast_install
63736
65681
 
 
65682
# Shell to use when invoking shell scripts.
 
65683
SHELL=$lt_SHELL
 
65684
 
 
65685
# An echo program that protects backslashes.
 
65686
ECHO=$lt_ECHO
 
65687
 
63737
65688
# The host system.
63738
65689
host_alias=$host_alias
63739
65690
host=$host
63783
65734
# turn newlines into spaces.
63784
65735
NL2SP=$lt_lt_NL2SP
63785
65736
 
63786
 
# How to create reloadable object files.
63787
 
reload_flag=$lt_reload_flag
63788
 
reload_cmds=$lt_reload_cmds
 
65737
# convert \$build file names to \$host format.
 
65738
to_host_file_cmd=$lt_cv_to_host_file_cmd
 
65739
 
 
65740
# convert \$build files to toolchain format.
 
65741
to_tool_file_cmd=$lt_cv_to_tool_file_cmd
63789
65742
 
63790
65743
# An object symbol dumper.
63791
65744
OBJDUMP=$lt_OBJDUMP
63793
65746
# Method to check whether dependent libraries are shared objects.
63794
65747
deplibs_check_method=$lt_deplibs_check_method
63795
65748
 
63796
 
# Command to use when deplibs_check_method == "file_magic".
 
65749
# Command to use when deplibs_check_method = "file_magic".
63797
65750
file_magic_cmd=$lt_file_magic_cmd
63798
65751
 
 
65752
# How to find potential files when deplibs_check_method = "file_magic".
 
65753
file_magic_glob=$lt_file_magic_glob
 
65754
 
 
65755
# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
 
65756
want_nocaseglob=$lt_want_nocaseglob
 
65757
 
 
65758
# DLL creation program.
 
65759
DLLTOOL=$lt_DLLTOOL
 
65760
 
 
65761
# Command to associate shared and link libraries.
 
65762
sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
 
65763
 
63799
65764
# The archiver.
63800
65765
AR=$lt_AR
 
65766
 
 
65767
# Flags to create an archive.
63801
65768
AR_FLAGS=$lt_AR_FLAGS
63802
65769
 
 
65770
# How to feed a file listing to the archiver.
 
65771
archiver_list_spec=$lt_archiver_list_spec
 
65772
 
63803
65773
# A symbol stripping program.
63804
65774
STRIP=$lt_STRIP
63805
65775
 
63808
65778
old_postinstall_cmds=$lt_old_postinstall_cmds
63809
65779
old_postuninstall_cmds=$lt_old_postuninstall_cmds
63810
65780
 
 
65781
# Whether to use a lock for old archive extraction.
 
65782
lock_old_archive_extraction=$lock_old_archive_extraction
 
65783
 
63811
65784
# A C compiler.
63812
65785
LTCC=$lt_CC
63813
65786
 
63826
65799
# Transform the output of nm in a C name address pair when lib prefix is needed.
63827
65800
global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
63828
65801
 
 
65802
# Specify filename containing input files for \$NM.
 
65803
nm_file_list_spec=$lt_nm_file_list_spec
 
65804
 
 
65805
# The root where to search for dependent libraries,and in which our libraries should be installed.
 
65806
lt_sysroot=$lt_sysroot
 
65807
 
63829
65808
# The name of the directory that contains temporary libtool files.
63830
65809
objdir=$objdir
63831
65810
 
63832
 
# Shell to use when invoking shell scripts.
63833
 
SHELL=$lt_SHELL
63834
 
 
63835
 
# An echo program that does not interpret backslashes.
63836
 
ECHO=$lt_ECHO
63837
 
 
63838
65811
# Used to examine libraries when file_magic_cmd begins with "file".
63839
65812
MAGIC_CMD=$MAGIC_CMD
63840
65813
 
63841
65814
# Must we lock files when doing compilation?
63842
65815
need_locks=$lt_need_locks
63843
65816
 
 
65817
# Manifest tool.
 
65818
MANIFEST_TOOL=$lt_MANIFEST_TOOL
 
65819
 
63844
65820
# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
63845
65821
DSYMUTIL=$lt_DSYMUTIL
63846
65822
 
63897
65873
# The coded name of the library, if different from the real name.
63898
65874
soname_spec=$lt_soname_spec
63899
65875
 
 
65876
# Permission mode override for installation of shared libraries.
 
65877
install_override_mode=$lt_install_override_mode
 
65878
 
63900
65879
# Command to use after installation of a shared archive.
63901
65880
postinstall_cmds=$lt_postinstall_cmds
63902
65881
 
63936
65915
# The linker used to build libraries.
63937
65916
LD=$lt_LD
63938
65917
 
 
65918
# How to create reloadable object files.
 
65919
reload_flag=$lt_reload_flag
 
65920
reload_cmds=$lt_reload_cmds
 
65921
 
63939
65922
# Commands used to build an old-style archive.
63940
65923
old_archive_cmds=$lt_old_archive_cmds
63941
65924
 
63948
65931
# Compiler flag to turn off builtin functions.
63949
65932
no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
63950
65933
 
 
65934
# Additional compiler flags for building library objects.
 
65935
pic_flag=$lt_lt_prog_compiler_pic
 
65936
 
63951
65937
# How to pass a linker flag through the compiler.
63952
65938
wl=$lt_lt_prog_compiler_wl
63953
65939
 
63954
 
# Additional compiler flags for building library objects.
63955
 
pic_flag=$lt_lt_prog_compiler_pic
63956
 
 
63957
65940
# Compiler flag to prevent dynamic linking.
63958
65941
link_static_flag=$lt_lt_prog_compiler_static
63959
65942
 
64040
66023
# Whether libtool must link a program against all its dependency libraries.
64041
66024
link_all_deplibs=$link_all_deplibs
64042
66025
 
64043
 
# Fix the shell variable \$srcfile for the compiler.
64044
 
fix_srcfile_path=$lt_fix_srcfile_path
64045
 
 
64046
66026
# Set to "yes" if exported symbols are required.
64047
66027
always_export_symbols=$always_export_symbols
64048
66028
 
64058
66038
# Commands necessary for linking programs (against libraries) with templates.
64059
66039
prelink_cmds=$lt_prelink_cmds
64060
66040
 
 
66041
# Commands necessary for finishing linking programs.
 
66042
postlink_cmds=$lt_postlink_cmds
 
66043
 
64061
66044
# Specify filename containing input files.
64062
66045
file_list_spec=$lt_file_list_spec
64063
66046
 
64104
66087
  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
64105
66088
  # text mode, it properly converts lines to CR/LF.  This bash problem
64106
66089
  # is reportedly fixed, but why not run on old versions too?
64107
 
  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
64108
 
    || (rm -f "$cfgfile"; exit 1)
64109
 
 
64110
 
  case $xsi_shell in
64111
 
  yes)
64112
 
    cat << \_LT_EOF >> "$cfgfile"
64113
 
 
64114
 
# func_dirname file append nondir_replacement
64115
 
# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
64116
 
# otherwise set result to NONDIR_REPLACEMENT.
64117
 
func_dirname ()
64118
 
{
64119
 
  case ${1} in
64120
 
    */*) func_dirname_result="${1%/*}${2}" ;;
64121
 
    *  ) func_dirname_result="${3}" ;;
64122
 
  esac
64123
 
}
64124
 
 
64125
 
# func_basename file
64126
 
func_basename ()
64127
 
{
64128
 
  func_basename_result="${1##*/}"
64129
 
}
64130
 
 
64131
 
# func_dirname_and_basename file append nondir_replacement
64132
 
# perform func_basename and func_dirname in a single function
64133
 
# call:
64134
 
#   dirname:  Compute the dirname of FILE.  If nonempty,
64135
 
#             add APPEND to the result, otherwise set result
64136
 
#             to NONDIR_REPLACEMENT.
64137
 
#             value returned in "$func_dirname_result"
64138
 
#   basename: Compute filename of FILE.
64139
 
#             value retuned in "$func_basename_result"
64140
 
# Implementation must be kept synchronized with func_dirname
64141
 
# and func_basename. For efficiency, we do not delegate to
64142
 
# those functions but instead duplicate the functionality here.
64143
 
func_dirname_and_basename ()
64144
 
{
64145
 
  case ${1} in
64146
 
    */*) func_dirname_result="${1%/*}${2}" ;;
64147
 
    *  ) func_dirname_result="${3}" ;;
64148
 
  esac
64149
 
  func_basename_result="${1##*/}"
64150
 
}
64151
 
 
64152
 
# func_stripname prefix suffix name
64153
 
# strip PREFIX and SUFFIX off of NAME.
64154
 
# PREFIX and SUFFIX must not contain globbing or regex special
64155
 
# characters, hashes, percent signs, but SUFFIX may contain a leading
64156
 
# dot (in which case that matches only a dot).
64157
 
func_stripname ()
64158
 
{
64159
 
  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
64160
 
  # positional parameters, so assign one to ordinary parameter first.
64161
 
  func_stripname_result=${3}
64162
 
  func_stripname_result=${func_stripname_result#"${1}"}
64163
 
  func_stripname_result=${func_stripname_result%"${2}"}
64164
 
}
64165
 
 
64166
 
# func_opt_split
64167
 
func_opt_split ()
64168
 
{
64169
 
  func_opt_split_opt=${1%%=*}
64170
 
  func_opt_split_arg=${1#*=}
64171
 
}
64172
 
 
64173
 
# func_lo2o object
64174
 
func_lo2o ()
64175
 
{
64176
 
  case ${1} in
64177
 
    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
64178
 
    *)    func_lo2o_result=${1} ;;
64179
 
  esac
64180
 
}
64181
 
 
64182
 
# func_xform libobj-or-source
64183
 
func_xform ()
64184
 
{
64185
 
  func_xform_result=${1%.*}.lo
64186
 
}
64187
 
 
64188
 
# func_arith arithmetic-term...
64189
 
func_arith ()
64190
 
{
64191
 
  func_arith_result=$(( $* ))
64192
 
}
64193
 
 
64194
 
# func_len string
64195
 
# STRING may not start with a hyphen.
64196
 
func_len ()
64197
 
{
64198
 
  func_len_result=${#1}
64199
 
}
64200
 
 
64201
 
_LT_EOF
64202
 
    ;;
64203
 
  *) # Bourne compatible functions.
64204
 
    cat << \_LT_EOF >> "$cfgfile"
64205
 
 
64206
 
# func_dirname file append nondir_replacement
64207
 
# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
64208
 
# otherwise set result to NONDIR_REPLACEMENT.
64209
 
func_dirname ()
64210
 
{
64211
 
  # Extract subdirectory from the argument.
64212
 
  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
64213
 
  if test "X$func_dirname_result" = "X${1}"; then
64214
 
    func_dirname_result="${3}"
64215
 
  else
64216
 
    func_dirname_result="$func_dirname_result${2}"
64217
 
  fi
64218
 
}
64219
 
 
64220
 
# func_basename file
64221
 
func_basename ()
64222
 
{
64223
 
  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
64224
 
}
64225
 
 
64226
 
 
64227
 
# func_stripname prefix suffix name
64228
 
# strip PREFIX and SUFFIX off of NAME.
64229
 
# PREFIX and SUFFIX must not contain globbing or regex special
64230
 
# characters, hashes, percent signs, but SUFFIX may contain a leading
64231
 
# dot (in which case that matches only a dot).
64232
 
# func_strip_suffix prefix name
64233
 
func_stripname ()
64234
 
{
64235
 
  case ${2} in
64236
 
    .*) func_stripname_result=`$ECHO "X${3}" \
64237
 
           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
64238
 
    *)  func_stripname_result=`$ECHO "X${3}" \
64239
 
           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
64240
 
  esac
64241
 
}
64242
 
 
64243
 
# sed scripts:
64244
 
my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
64245
 
my_sed_long_arg='1s/^-[^=]*=//'
64246
 
 
64247
 
# func_opt_split
64248
 
func_opt_split ()
64249
 
{
64250
 
  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
64251
 
  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
64252
 
}
64253
 
 
64254
 
# func_lo2o object
64255
 
func_lo2o ()
64256
 
{
64257
 
  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
64258
 
}
64259
 
 
64260
 
# func_xform libobj-or-source
64261
 
func_xform ()
64262
 
{
64263
 
  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
64264
 
}
64265
 
 
64266
 
# func_arith arithmetic-term...
64267
 
func_arith ()
64268
 
{
64269
 
  func_arith_result=`expr "$@"`
64270
 
}
64271
 
 
64272
 
# func_len string
64273
 
# STRING may not start with a hyphen.
64274
 
func_len ()
64275
 
{
64276
 
  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
64277
 
}
64278
 
 
64279
 
_LT_EOF
64280
 
esac
64281
 
 
64282
 
case $lt_shell_append in
64283
 
  yes)
64284
 
    cat << \_LT_EOF >> "$cfgfile"
64285
 
 
64286
 
# func_append var value
64287
 
# Append VALUE to the end of shell variable VAR.
64288
 
func_append ()
64289
 
{
64290
 
  eval "$1+=\$2"
64291
 
}
64292
 
_LT_EOF
64293
 
    ;;
64294
 
  *)
64295
 
    cat << \_LT_EOF >> "$cfgfile"
64296
 
 
64297
 
# func_append var value
64298
 
# Append VALUE to the end of shell variable VAR.
64299
 
func_append ()
64300
 
{
64301
 
  eval "$1=\$$1\$2"
64302
 
}
64303
 
 
64304
 
_LT_EOF
64305
 
    ;;
64306
 
  esac
64307
 
 
64308
 
 
64309
 
  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
64310
 
    || (rm -f "$cfgfile"; exit 1)
64311
 
 
64312
 
  mv -f "$cfgfile" "$ofile" ||
 
66090
  sed '$q' "$ltmain" >> "$cfgfile" \
 
66091
     || (rm -f "$cfgfile"; exit 1)
 
66092
 
 
66093
  if test x"$xsi_shell" = xyes; then
 
66094
  sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
 
66095
func_dirname ()\
 
66096
{\
 
66097
\    case ${1} in\
 
66098
\      */*) func_dirname_result="${1%/*}${2}" ;;\
 
66099
\      *  ) func_dirname_result="${3}" ;;\
 
66100
\    esac\
 
66101
} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
 
66102
  && mv -f "$cfgfile.tmp" "$cfgfile" \
 
66103
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
 
66104
test 0 -eq $? || _lt_function_replace_fail=:
 
66105
 
 
66106
 
 
66107
  sed -e '/^func_basename ()$/,/^} # func_basename /c\
 
66108
func_basename ()\
 
66109
{\
 
66110
\    func_basename_result="${1##*/}"\
 
66111
} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
 
66112
  && mv -f "$cfgfile.tmp" "$cfgfile" \
 
66113
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
 
66114
test 0 -eq $? || _lt_function_replace_fail=:
 
66115
 
 
66116
 
 
66117
  sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
 
66118
func_dirname_and_basename ()\
 
66119
{\
 
66120
\    case ${1} in\
 
66121
\      */*) func_dirname_result="${1%/*}${2}" ;;\
 
66122
\      *  ) func_dirname_result="${3}" ;;\
 
66123
\    esac\
 
66124
\    func_basename_result="${1##*/}"\
 
66125
} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
 
66126
  && mv -f "$cfgfile.tmp" "$cfgfile" \
 
66127
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
 
66128
test 0 -eq $? || _lt_function_replace_fail=:
 
66129
 
 
66130
 
 
66131
  sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
 
66132
func_stripname ()\
 
66133
{\
 
66134
\    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
 
66135
\    # positional parameters, so assign one to ordinary parameter first.\
 
66136
\    func_stripname_result=${3}\
 
66137
\    func_stripname_result=${func_stripname_result#"${1}"}\
 
66138
\    func_stripname_result=${func_stripname_result%"${2}"}\
 
66139
} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
 
66140
  && mv -f "$cfgfile.tmp" "$cfgfile" \
 
66141
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
 
66142
test 0 -eq $? || _lt_function_replace_fail=:
 
66143
 
 
66144
 
 
66145
  sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
 
66146
func_split_long_opt ()\
 
66147
{\
 
66148
\    func_split_long_opt_name=${1%%=*}\
 
66149
\    func_split_long_opt_arg=${1#*=}\
 
66150
} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
 
66151
  && mv -f "$cfgfile.tmp" "$cfgfile" \
 
66152
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
 
66153
test 0 -eq $? || _lt_function_replace_fail=:
 
66154
 
 
66155
 
 
66156
  sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
 
66157
func_split_short_opt ()\
 
66158
{\
 
66159
\    func_split_short_opt_arg=${1#??}\
 
66160
\    func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
 
66161
} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
 
66162
  && mv -f "$cfgfile.tmp" "$cfgfile" \
 
66163
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
 
66164
test 0 -eq $? || _lt_function_replace_fail=:
 
66165
 
 
66166
 
 
66167
  sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
 
66168
func_lo2o ()\
 
66169
{\
 
66170
\    case ${1} in\
 
66171
\      *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
 
66172
\      *)    func_lo2o_result=${1} ;;\
 
66173
\    esac\
 
66174
} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
 
66175
  && mv -f "$cfgfile.tmp" "$cfgfile" \
 
66176
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
 
66177
test 0 -eq $? || _lt_function_replace_fail=:
 
66178
 
 
66179
 
 
66180
  sed -e '/^func_xform ()$/,/^} # func_xform /c\
 
66181
func_xform ()\
 
66182
{\
 
66183
    func_xform_result=${1%.*}.lo\
 
66184
} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
 
66185
  && mv -f "$cfgfile.tmp" "$cfgfile" \
 
66186
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
 
66187
test 0 -eq $? || _lt_function_replace_fail=:
 
66188
 
 
66189
 
 
66190
  sed -e '/^func_arith ()$/,/^} # func_arith /c\
 
66191
func_arith ()\
 
66192
{\
 
66193
    func_arith_result=$(( $* ))\
 
66194
} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
 
66195
  && mv -f "$cfgfile.tmp" "$cfgfile" \
 
66196
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
 
66197
test 0 -eq $? || _lt_function_replace_fail=:
 
66198
 
 
66199
 
 
66200
  sed -e '/^func_len ()$/,/^} # func_len /c\
 
66201
func_len ()\
 
66202
{\
 
66203
    func_len_result=${#1}\
 
66204
} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
 
66205
  && mv -f "$cfgfile.tmp" "$cfgfile" \
 
66206
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
 
66207
test 0 -eq $? || _lt_function_replace_fail=:
 
66208
 
 
66209
fi
 
66210
 
 
66211
if test x"$lt_shell_append" = xyes; then
 
66212
  sed -e '/^func_append ()$/,/^} # func_append /c\
 
66213
func_append ()\
 
66214
{\
 
66215
    eval "${1}+=\\${2}"\
 
66216
} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
 
66217
  && mv -f "$cfgfile.tmp" "$cfgfile" \
 
66218
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
 
66219
test 0 -eq $? || _lt_function_replace_fail=:
 
66220
 
 
66221
 
 
66222
  sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
 
66223
func_append_quoted ()\
 
66224
{\
 
66225
\    func_quote_for_eval "${2}"\
 
66226
\    eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
 
66227
} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
 
66228
  && mv -f "$cfgfile.tmp" "$cfgfile" \
 
66229
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
 
66230
test 0 -eq $? || _lt_function_replace_fail=:
 
66231
 
 
66232
 
 
66233
  # Save a `func_append' function call where possible by direct use of '+='
 
66234
  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
 
66235
    && mv -f "$cfgfile.tmp" "$cfgfile" \
 
66236
      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
 
66237
  test 0 -eq $? || _lt_function_replace_fail=:
 
66238
else
 
66239
  # Save a `func_append' function call even when '+=' is not available
 
66240
  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
 
66241
    && mv -f "$cfgfile.tmp" "$cfgfile" \
 
66242
      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
 
66243
  test 0 -eq $? || _lt_function_replace_fail=:
 
66244
fi
 
66245
 
 
66246
if test x"$_lt_function_replace_fail" = x":"; then
 
66247
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
 
66248
$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
 
66249
fi
 
66250
 
 
66251
 
 
66252
   mv -f "$cfgfile" "$ofile" ||
64313
66253
    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
64314
66254
  chmod +x "$ofile"
64315
66255
 
64321
66261
# The linker used to build libraries.
64322
66262
LD=$lt_LD_CXX
64323
66263
 
 
66264
# How to create reloadable object files.
 
66265
reload_flag=$lt_reload_flag_CXX
 
66266
reload_cmds=$lt_reload_cmds_CXX
 
66267
 
64324
66268
# Commands used to build an old-style archive.
64325
66269
old_archive_cmds=$lt_old_archive_cmds_CXX
64326
66270
 
64333
66277
# Compiler flag to turn off builtin functions.
64334
66278
no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
64335
66279
 
 
66280
# Additional compiler flags for building library objects.
 
66281
pic_flag=$lt_lt_prog_compiler_pic_CXX
 
66282
 
64336
66283
# How to pass a linker flag through the compiler.
64337
66284
wl=$lt_lt_prog_compiler_wl_CXX
64338
66285
 
64339
 
# Additional compiler flags for building library objects.
64340
 
pic_flag=$lt_lt_prog_compiler_pic_CXX
64341
 
 
64342
66286
# Compiler flag to prevent dynamic linking.
64343
66287
link_static_flag=$lt_lt_prog_compiler_static_CXX
64344
66288
 
64425
66369
# Whether libtool must link a program against all its dependency libraries.
64426
66370
link_all_deplibs=$link_all_deplibs_CXX
64427
66371
 
64428
 
# Fix the shell variable \$srcfile for the compiler.
64429
 
fix_srcfile_path=$lt_fix_srcfile_path_CXX
64430
 
 
64431
66372
# Set to "yes" if exported symbols are required.
64432
66373
always_export_symbols=$always_export_symbols_CXX
64433
66374
 
64443
66384
# Commands necessary for linking programs (against libraries) with templates.
64444
66385
prelink_cmds=$lt_prelink_cmds_CXX
64445
66386
 
 
66387
# Commands necessary for finishing linking programs.
 
66388
postlink_cmds=$lt_postlink_cmds_CXX
 
66389
 
64446
66390
# Specify filename containing input files.
64447
66391
file_list_spec=$lt_file_list_spec_CXX
64448
66392
 
64612
66556
ac_clean_files=$ac_clean_files_save
64613
66557
 
64614
66558
test $ac_write_fail = 0 ||
64615
 
  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
 
66559
  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
64616
66560
 
64617
66561
 
64618
66562
# configure is writing to config.log, and then calls config.status.
64633
66577
  exec 5>>config.log
64634
66578
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
64635
66579
  # would make configure fail if this is the last instruction.
64636
 
  $ac_cs_success || as_fn_exit $?
 
66580
  $ac_cs_success || as_fn_exit 1
64637
66581
fi
64638
66582
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
64639
66583
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
64674
66618
 
64675
66619
 
64676
66620
 
 
66621