Browse code

build system: upgrade autoconf

Török Edvin authored on 2011/04/14 21:08:25
Showing 5 changed files
... ...
@@ -13,8 +13,8 @@
13 13
 
14 14
 m4_ifndef([AC_AUTOCONF_VERSION],
15 15
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
17
-[m4_warning([this file was generated for autoconf 2.67.
16
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
17
+[m4_warning([this file was generated for autoconf 2.68.
18 18
 You have another version of autoconf.  It may work, but is not guaranteed to.
19 19
 If you have problems, you may need to regenerate the build system entirely.
20 20
 To do so, use the procedure documented by the package, typically `autoreconf'.])])
... ...
@@ -1,6 +1,6 @@
1 1
 #! /bin/sh
2 2
 # Guess values for system-dependent variables and create Makefiles.
3
-# Generated by GNU Autoconf 2.67 for ClamAV devel.
3
+# Generated by GNU Autoconf 2.68 for ClamAV devel.
4 4
 #
5 5
 # Report bugs to <http://bugs.clamav.net/>.
6 6
 #
... ...
@@ -91,6 +91,7 @@ fi
91 91
 IFS=" ""	$as_nl"
92 92
 
93 93
 # Find who we are.  Look in the path if we contain no directory separator.
94
+as_myself=
94 95
 case $0 in #((
95 96
   *[\\/]* ) as_myself=$0 ;;
96 97
   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
... ...
@@ -224,11 +225,18 @@ IFS=$as_save_IFS
224 224
   # We cannot yet assume a decent shell, so we have to provide a
225 225
 	# neutralization value for shells without unset; and this also
226 226
 	# works around shells that cannot unset nonexistent variables.
227
+	# Preserve -v and -x to the replacement shell.
227 228
 	BASH_ENV=/dev/null
228 229
 	ENV=/dev/null
229 230
 	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
230 231
 	export CONFIG_SHELL
231
-	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
232
+	case $- in # ((((
233
+	  *v*x* | *x*v* ) as_opts=-vx ;;
234
+	  *v* ) as_opts=-v ;;
235
+	  *x* ) as_opts=-x ;;
236
+	  * ) as_opts= ;;
237
+	esac
238
+	exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
232 239
 fi
233 240
 
234 241
     if test x$as_have_required = xno; then :
... ...
@@ -1267,7 +1275,7 @@ Try \`$0 --help' for more information"
1267 1267
     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1268 1268
     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1269 1269
       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1270
-    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1270
+    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1271 1271
     ;;
1272 1272
 
1273 1273
   esac
... ...
@@ -1635,7 +1643,7 @@ test -n "$ac_init_help" && exit $ac_status
1635 1635
 if $ac_init_version; then
1636 1636
   cat <<\_ACEOF
1637 1637
 ClamAV configure devel
1638
-generated by GNU Autoconf 2.67
1638
+generated by GNU Autoconf 2.68
1639 1639
 
1640 1640
 Copyright (C) 2010 Free Software Foundation, Inc.
1641 1641
 This configure script is free software; the Free Software Foundation
... ...
@@ -1681,7 +1689,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
1681 1681
 
1682 1682
 	ac_retval=1
1683 1683
 fi
1684
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1684
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1685 1685
   as_fn_set_status $ac_retval
1686 1686
 
1687 1687
 } # ac_fn_c_try_compile
... ...
@@ -1727,7 +1735,7 @@ fi
1727 1727
   # interfere with the next link command; also delete a directory that is
1728 1728
   # left behind by Apple's compiler.  We do this before executing the actions.
1729 1729
   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1730
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1730
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1731 1731
   as_fn_set_status $ac_retval
1732 1732
 
1733 1733
 } # ac_fn_c_try_link
... ...
@@ -1741,7 +1749,7 @@ ac_fn_c_check_header_compile ()
1741 1741
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1742 1742
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1743 1743
 $as_echo_n "checking for $2... " >&6; }
1744
-if eval "test \"\${$3+set}\"" = set; then :
1744
+if eval \${$3+:} false; then :
1745 1745
   $as_echo_n "(cached) " >&6
1746 1746
 else
1747 1747
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -1759,7 +1767,7 @@ fi
1759 1759
 eval ac_res=\$$3
1760 1760
 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1761 1761
 $as_echo "$ac_res" >&6; }
1762
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1762
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1763 1763
 
1764 1764
 } # ac_fn_c_check_header_compile
1765 1765
 
... ...
@@ -1795,7 +1803,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
1795 1795
 
1796 1796
     ac_retval=1
1797 1797
 fi
1798
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1798
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1799 1799
   as_fn_set_status $ac_retval
1800 1800
 
1801 1801
 } # ac_fn_c_try_cpp
... ...
@@ -1837,7 +1845,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
1837 1837
        ac_retval=$ac_status
1838 1838
 fi
1839 1839
   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1840
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1840
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1841 1841
   as_fn_set_status $ac_retval
1842 1842
 
1843 1843
 } # ac_fn_c_try_run
... ...
@@ -1850,7 +1858,7 @@ ac_fn_c_check_func ()
1850 1850
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1851 1851
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1852 1852
 $as_echo_n "checking for $2... " >&6; }
1853
-if eval "test \"\${$3+set}\"" = set; then :
1853
+if eval \${$3+:} false; then :
1854 1854
   $as_echo_n "(cached) " >&6
1855 1855
 else
1856 1856
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -1905,7 +1913,7 @@ fi
1905 1905
 eval ac_res=\$$3
1906 1906
 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1907 1907
 $as_echo "$ac_res" >&6; }
1908
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1908
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1909 1909
 
1910 1910
 } # ac_fn_c_check_func
1911 1911
 
... ...
@@ -1920,7 +1928,7 @@ ac_fn_c_check_decl ()
1920 1920
   as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1921 1921
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1922 1922
 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1923
-if eval "test \"\${$3+set}\"" = set; then :
1923
+if eval \${$3+:} false; then :
1924 1924
   $as_echo_n "(cached) " >&6
1925 1925
 else
1926 1926
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -1951,7 +1959,7 @@ fi
1951 1951
 eval ac_res=\$$3
1952 1952
 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1953 1953
 $as_echo "$ac_res" >&6; }
1954
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1954
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1955 1955
 
1956 1956
 } # ac_fn_c_check_decl
1957 1957
 
... ...
@@ -1964,7 +1972,7 @@ ac_fn_c_check_type ()
1964 1964
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1965 1965
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1966 1966
 $as_echo_n "checking for $2... " >&6; }
1967
-if eval "test \"\${$3+set}\"" = set; then :
1967
+if eval \${$3+:} false; then :
1968 1968
   $as_echo_n "(cached) " >&6
1969 1969
 else
1970 1970
   eval "$3=no"
... ...
@@ -2005,7 +2013,7 @@ fi
2005 2005
 eval ac_res=\$$3
2006 2006
 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2007 2007
 $as_echo "$ac_res" >&6; }
2008
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2008
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2009 2009
 
2010 2010
 } # ac_fn_c_check_type
2011 2011
 
... ...
@@ -2017,10 +2025,10 @@ $as_echo "$ac_res" >&6; }
2017 2017
 ac_fn_c_check_header_mongrel ()
2018 2018
 {
2019 2019
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2020
-  if eval "test \"\${$3+set}\"" = set; then :
2020
+  if eval \${$3+:} false; then :
2021 2021
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2022 2022
 $as_echo_n "checking for $2... " >&6; }
2023
-if eval "test \"\${$3+set}\"" = set; then :
2023
+if eval \${$3+:} false; then :
2024 2024
   $as_echo_n "(cached) " >&6
2025 2025
 fi
2026 2026
 eval ac_res=\$$3
... ...
@@ -2087,7 +2095,7 @@ $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2087 2087
 esac
2088 2088
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2089 2089
 $as_echo_n "checking for $2... " >&6; }
2090
-if eval "test \"\${$3+set}\"" = set; then :
2090
+if eval \${$3+:} false; then :
2091 2091
   $as_echo_n "(cached) " >&6
2092 2092
 else
2093 2093
   eval "$3=\$ac_header_compiler"
... ...
@@ -2096,7 +2104,7 @@ eval ac_res=\$$3
2096 2096
 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2097 2097
 $as_echo "$ac_res" >&6; }
2098 2098
 fi
2099
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2099
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2100 2100
 
2101 2101
 } # ac_fn_c_check_header_mongrel
2102 2102
 cat >config.log <<_ACEOF
... ...
@@ -2104,7 +2112,7 @@ This file contains any messages produced by compilers while
2104 2104
 running configure, to aid debugging if configure makes a mistake.
2105 2105
 
2106 2106
 It was created by ClamAV $as_me devel, which was
2107
-generated by GNU Autoconf 2.67.  Invocation command line was
2107
+generated by GNU Autoconf 2.68.  Invocation command line was
2108 2108
 
2109 2109
   $ $0 $@
2110 2110
 
... ...
@@ -2362,7 +2370,7 @@ $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2362 2362
       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2363 2363
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2364 2364
 as_fn_error $? "failed to load site script $ac_site_file
2365
-See \`config.log' for more details" "$LINENO" 5 ; }
2365
+See \`config.log' for more details" "$LINENO" 5; }
2366 2366
   fi
2367 2367
 done
2368 2368
 
... ...
@@ -2493,7 +2501,7 @@ $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2493 2493
 
2494 2494
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2495 2495
 $as_echo_n "checking build system type... " >&6; }
2496
-if test "${ac_cv_build+set}" = set; then :
2496
+if ${ac_cv_build+:} false; then :
2497 2497
   $as_echo_n "(cached) " >&6
2498 2498
 else
2499 2499
   ac_build_alias=$build_alias
... ...
@@ -2509,7 +2517,7 @@ fi
2509 2509
 $as_echo "$ac_cv_build" >&6; }
2510 2510
 case $ac_cv_build in
2511 2511
 *-*-*) ;;
2512
-*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
2512
+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2513 2513
 esac
2514 2514
 build=$ac_cv_build
2515 2515
 ac_save_IFS=$IFS; IFS='-'
... ...
@@ -2527,7 +2535,7 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2527 2527
 
2528 2528
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2529 2529
 $as_echo_n "checking host system type... " >&6; }
2530
-if test "${ac_cv_host+set}" = set; then :
2530
+if ${ac_cv_host+:} false; then :
2531 2531
   $as_echo_n "(cached) " >&6
2532 2532
 else
2533 2533
   if test "x$host_alias" = x; then
... ...
@@ -2542,7 +2550,7 @@ fi
2542 2542
 $as_echo "$ac_cv_host" >&6; }
2543 2543
 case $ac_cv_host in
2544 2544
 *-*-*) ;;
2545
-*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
2545
+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2546 2546
 esac
2547 2547
 host=$ac_cv_host
2548 2548
 ac_save_IFS=$IFS; IFS='-'
... ...
@@ -2560,7 +2568,7 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2560 2560
 
2561 2561
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2562 2562
 $as_echo_n "checking target system type... " >&6; }
2563
-if test "${ac_cv_target+set}" = set; then :
2563
+if ${ac_cv_target+:} false; then :
2564 2564
   $as_echo_n "(cached) " >&6
2565 2565
 else
2566 2566
   if test "x$target_alias" = x; then
... ...
@@ -2575,7 +2583,7 @@ fi
2575 2575
 $as_echo "$ac_cv_target" >&6; }
2576 2576
 case $ac_cv_target in
2577 2577
 *-*-*) ;;
2578
-*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 ;;
2578
+*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2579 2579
 esac
2580 2580
 target=$ac_cv_target
2581 2581
 ac_save_IFS=$IFS; IFS='-'
... ...
@@ -2805,7 +2813,7 @@ am__api_version='1.11'
2805 2805
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2806 2806
 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2807 2807
 if test -z "$INSTALL"; then
2808
-if test "${ac_cv_path_install+set}" = set; then :
2808
+if ${ac_cv_path_install+:} false; then :
2809 2809
   $as_echo_n "(cached) " >&6
2810 2810
 else
2811 2811
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
... ...
@@ -2892,11 +2900,11 @@ am_lf='
2892 2892
 '
2893 2893
 case `pwd` in
2894 2894
   *[\\\"\#\$\&\'\`$am_lf]*)
2895
-    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2895
+    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2896 2896
 esac
2897 2897
 case $srcdir in
2898 2898
   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2899
-    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2899
+    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2900 2900
 esac
2901 2901
 
2902 2902
 # Do `set' in a subshell so we don't clobber the current shell's
... ...
@@ -2982,7 +2990,7 @@ if test "$cross_compiling" != no; then
2982 2982
 set dummy ${ac_tool_prefix}strip; ac_word=$2
2983 2983
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2984 2984
 $as_echo_n "checking for $ac_word... " >&6; }
2985
-if test "${ac_cv_prog_STRIP+set}" = set; then :
2985
+if ${ac_cv_prog_STRIP+:} false; then :
2986 2986
   $as_echo_n "(cached) " >&6
2987 2987
 else
2988 2988
   if test -n "$STRIP"; then
... ...
@@ -3022,7 +3030,7 @@ if test -z "$ac_cv_prog_STRIP"; then
3022 3022
 set dummy strip; ac_word=$2
3023 3023
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3024 3024
 $as_echo_n "checking for $ac_word... " >&6; }
3025
-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3025
+if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3026 3026
   $as_echo_n "(cached) " >&6
3027 3027
 else
3028 3028
   if test -n "$ac_ct_STRIP"; then
... ...
@@ -3075,7 +3083,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3075 3075
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3076 3076
 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3077 3077
 if test -z "$MKDIR_P"; then
3078
-  if test "${ac_cv_path_mkdir+set}" = set; then :
3078
+  if ${ac_cv_path_mkdir+:} false; then :
3079 3079
   $as_echo_n "(cached) " >&6
3080 3080
 else
3081 3081
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
... ...
@@ -3126,7 +3134,7 @@ do
3126 3126
 set dummy $ac_prog; ac_word=$2
3127 3127
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3128 3128
 $as_echo_n "checking for $ac_word... " >&6; }
3129
-if test "${ac_cv_prog_AWK+set}" = set; then :
3129
+if ${ac_cv_prog_AWK+:} false; then :
3130 3130
   $as_echo_n "(cached) " >&6
3131 3131
 else
3132 3132
   if test -n "$AWK"; then
... ...
@@ -3166,7 +3174,7 @@ done
3166 3166
 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3167 3167
 set x ${MAKE-make}
3168 3168
 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3169
-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
3169
+if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3170 3170
   $as_echo_n "(cached) " >&6
3171 3171
 else
3172 3172
   cat >conftest.make <<\_ACEOF
... ...
@@ -3323,7 +3331,7 @@ do
3323 3323
 done
3324 3324
 rm -rf conftest.dir
3325 3325
 
3326
-if test "${am_cv_prog_tar_ustar+set}" = set; then :
3326
+if ${am_cv_prog_tar_ustar+:} false; then :
3327 3327
   $as_echo_n "(cached) " >&6
3328 3328
 else
3329 3329
   am_cv_prog_tar_ustar=$_am_tool
... ...
@@ -3372,7 +3380,7 @@ do
3372 3372
 set dummy $ac_prog; ac_word=$2
3373 3373
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3374 3374
 $as_echo_n "checking for $ac_word... " >&6; }
3375
-if test "${ac_cv_prog_AWK+set}" = set; then :
3375
+if ${ac_cv_prog_AWK+:} false; then :
3376 3376
   $as_echo_n "(cached) " >&6
3377 3377
 else
3378 3378
   if test -n "$AWK"; then
... ...
@@ -3424,7 +3432,7 @@ fi
3424 3424
 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3425 3425
 set x ${MAKE-make}
3426 3426
 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3427
-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
3427
+if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3428 3428
   $as_echo_n "(cached) " >&6
3429 3429
 else
3430 3430
   cat >conftest.make <<\_ACEOF
... ...
@@ -3625,7 +3633,7 @@ if test -n "$ac_tool_prefix"; then
3625 3625
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3626 3626
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3627 3627
 $as_echo_n "checking for $ac_word... " >&6; }
3628
-if test "${ac_cv_prog_CC+set}" = set; then :
3628
+if ${ac_cv_prog_CC+:} false; then :
3629 3629
   $as_echo_n "(cached) " >&6
3630 3630
 else
3631 3631
   if test -n "$CC"; then
... ...
@@ -3665,7 +3673,7 @@ if test -z "$ac_cv_prog_CC"; then
3665 3665
 set dummy gcc; ac_word=$2
3666 3666
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3667 3667
 $as_echo_n "checking for $ac_word... " >&6; }
3668
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3668
+if ${ac_cv_prog_ac_ct_CC+:} false; then :
3669 3669
   $as_echo_n "(cached) " >&6
3670 3670
 else
3671 3671
   if test -n "$ac_ct_CC"; then
... ...
@@ -3718,7 +3726,7 @@ if test -z "$CC"; then
3718 3718
 set dummy ${ac_tool_prefix}cc; ac_word=$2
3719 3719
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3720 3720
 $as_echo_n "checking for $ac_word... " >&6; }
3721
-if test "${ac_cv_prog_CC+set}" = set; then :
3721
+if ${ac_cv_prog_CC+:} false; then :
3722 3722
   $as_echo_n "(cached) " >&6
3723 3723
 else
3724 3724
   if test -n "$CC"; then
... ...
@@ -3758,7 +3766,7 @@ if test -z "$CC"; then
3758 3758
 set dummy cc; ac_word=$2
3759 3759
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3760 3760
 $as_echo_n "checking for $ac_word... " >&6; }
3761
-if test "${ac_cv_prog_CC+set}" = set; then :
3761
+if ${ac_cv_prog_CC+:} false; then :
3762 3762
   $as_echo_n "(cached) " >&6
3763 3763
 else
3764 3764
   if test -n "$CC"; then
... ...
@@ -3817,7 +3825,7 @@ if test -z "$CC"; then
3817 3817
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3818 3818
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3819 3819
 $as_echo_n "checking for $ac_word... " >&6; }
3820
-if test "${ac_cv_prog_CC+set}" = set; then :
3820
+if ${ac_cv_prog_CC+:} false; then :
3821 3821
   $as_echo_n "(cached) " >&6
3822 3822
 else
3823 3823
   if test -n "$CC"; then
... ...
@@ -3861,7 +3869,7 @@ do
3861 3861
 set dummy $ac_prog; ac_word=$2
3862 3862
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3863 3863
 $as_echo_n "checking for $ac_word... " >&6; }
3864
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3864
+if ${ac_cv_prog_ac_ct_CC+:} false; then :
3865 3865
   $as_echo_n "(cached) " >&6
3866 3866
 else
3867 3867
   if test -n "$ac_ct_CC"; then
... ...
@@ -3916,7 +3924,7 @@ fi
3916 3916
 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3917 3917
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3918 3918
 as_fn_error $? "no acceptable C compiler found in \$PATH
3919
-See \`config.log' for more details" "$LINENO" 5 ; }
3919
+See \`config.log' for more details" "$LINENO" 5; }
3920 3920
 
3921 3921
 # Provide some information about the compiler.
3922 3922
 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
... ...
@@ -4031,7 +4039,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
4031 4031
 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4032 4032
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4033 4033
 as_fn_error 77 "C compiler cannot create executables
4034
-See \`config.log' for more details" "$LINENO" 5 ; }
4034
+See \`config.log' for more details" "$LINENO" 5; }
4035 4035
 else
4036 4036
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4037 4037
 $as_echo "yes" >&6; }
... ...
@@ -4074,7 +4082,7 @@ else
4074 4074
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4075 4075
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4076 4076
 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4077
-See \`config.log' for more details" "$LINENO" 5 ; }
4077
+See \`config.log' for more details" "$LINENO" 5; }
4078 4078
 fi
4079 4079
 rm -f conftest conftest$ac_cv_exeext
4080 4080
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
... ...
@@ -4133,7 +4141,7 @@ $as_echo "$ac_try_echo"; } >&5
4133 4133
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4134 4134
 as_fn_error $? "cannot run C compiled programs.
4135 4135
 If you meant to cross compile, use \`--host'.
4136
-See \`config.log' for more details" "$LINENO" 5 ; }
4136
+See \`config.log' for more details" "$LINENO" 5; }
4137 4137
     fi
4138 4138
   fi
4139 4139
 fi
... ...
@@ -4144,7 +4152,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4144 4144
 ac_clean_files=$ac_clean_files_save
4145 4145
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4146 4146
 $as_echo_n "checking for suffix of object files... " >&6; }
4147
-if test "${ac_cv_objext+set}" = set; then :
4147
+if ${ac_cv_objext+:} false; then :
4148 4148
   $as_echo_n "(cached) " >&6
4149 4149
 else
4150 4150
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -4185,7 +4193,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
4185 4185
 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4186 4186
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4187 4187
 as_fn_error $? "cannot compute suffix of object files: cannot compile
4188
-See \`config.log' for more details" "$LINENO" 5 ; }
4188
+See \`config.log' for more details" "$LINENO" 5; }
4189 4189
 fi
4190 4190
 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4191 4191
 fi
... ...
@@ -4195,7 +4203,7 @@ OBJEXT=$ac_cv_objext
4195 4195
 ac_objext=$OBJEXT
4196 4196
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4197 4197
 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4198
-if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4198
+if ${ac_cv_c_compiler_gnu+:} false; then :
4199 4199
   $as_echo_n "(cached) " >&6
4200 4200
 else
4201 4201
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -4232,7 +4240,7 @@ ac_test_CFLAGS=${CFLAGS+set}
4232 4232
 ac_save_CFLAGS=$CFLAGS
4233 4233
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4234 4234
 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4235
-if test "${ac_cv_prog_cc_g+set}" = set; then :
4235
+if ${ac_cv_prog_cc_g+:} false; then :
4236 4236
   $as_echo_n "(cached) " >&6
4237 4237
 else
4238 4238
   ac_save_c_werror_flag=$ac_c_werror_flag
... ...
@@ -4310,7 +4318,7 @@ else
4310 4310
 fi
4311 4311
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4312 4312
 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4313
-if test "${ac_cv_prog_cc_c89+set}" = set; then :
4313
+if ${ac_cv_prog_cc_c89+:} false; then :
4314 4314
   $as_echo_n "(cached) " >&6
4315 4315
 else
4316 4316
   ac_cv_prog_cc_c89=no
... ...
@@ -4409,7 +4417,7 @@ depcc="$CC"   am_compiler_list=
4409 4409
 
4410 4410
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4411 4411
 $as_echo_n "checking dependency style of $depcc... " >&6; }
4412
-if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4412
+if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4413 4413
   $as_echo_n "(cached) " >&6
4414 4414
 else
4415 4415
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
... ...
@@ -4534,7 +4542,7 @@ fi
4534 4534
 
4535 4535
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4536 4536
 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4537
-if test "${ac_cv_path_SED+set}" = set; then :
4537
+if ${ac_cv_path_SED+:} false; then :
4538 4538
   $as_echo_n "(cached) " >&6
4539 4539
 else
4540 4540
             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
... ...
@@ -4616,7 +4624,7 @@ Xsed="$SED -e 1s/^X//"
4616 4616
 
4617 4617
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4618 4618
 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4619
-if test "${ac_cv_path_GREP+set}" = set; then :
4619
+if ${ac_cv_path_GREP+:} false; then :
4620 4620
   $as_echo_n "(cached) " >&6
4621 4621
 else
4622 4622
   if test -z "$GREP"; then
... ...
@@ -4679,7 +4687,7 @@ $as_echo "$ac_cv_path_GREP" >&6; }
4679 4679
 
4680 4680
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4681 4681
 $as_echo_n "checking for egrep... " >&6; }
4682
-if test "${ac_cv_path_EGREP+set}" = set; then :
4682
+if ${ac_cv_path_EGREP+:} false; then :
4683 4683
   $as_echo_n "(cached) " >&6
4684 4684
 else
4685 4685
   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
... ...
@@ -4746,7 +4754,7 @@ $as_echo "$ac_cv_path_EGREP" >&6; }
4746 4746
 
4747 4747
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4748 4748
 $as_echo_n "checking for fgrep... " >&6; }
4749
-if test "${ac_cv_path_FGREP+set}" = set; then :
4749
+if ${ac_cv_path_FGREP+:} false; then :
4750 4750
   $as_echo_n "(cached) " >&6
4751 4751
 else
4752 4752
   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
... ...
@@ -4877,7 +4885,7 @@ else
4877 4877
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4878 4878
 $as_echo_n "checking for non-GNU ld... " >&6; }
4879 4879
 fi
4880
-if test "${lt_cv_path_LD+set}" = set; then :
4880
+if ${lt_cv_path_LD+:} false; then :
4881 4881
   $as_echo_n "(cached) " >&6
4882 4882
 else
4883 4883
   if test -z "$LD"; then
... ...
@@ -4917,7 +4925,7 @@ fi
4917 4917
 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4918 4918
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4919 4919
 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4920
-if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4920
+if ${lt_cv_prog_gnu_ld+:} false; then :
4921 4921
   $as_echo_n "(cached) " >&6
4922 4922
 else
4923 4923
   # I'd rather use --version here, but apparently some GNU lds only accept -v.
... ...
@@ -4944,7 +4952,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld
4944 4944
 
4945 4945
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4946 4946
 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4947
-if test "${lt_cv_path_NM+set}" = set; then :
4947
+if ${lt_cv_path_NM+:} false; then :
4948 4948
   $as_echo_n "(cached) " >&6
4949 4949
 else
4950 4950
   if test -n "$NM"; then
... ...
@@ -5007,7 +5015,7 @@ else
5007 5007
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5008 5008
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5009 5009
 $as_echo_n "checking for $ac_word... " >&6; }
5010
-if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5010
+if ${ac_cv_prog_DUMPBIN+:} false; then :
5011 5011
   $as_echo_n "(cached) " >&6
5012 5012
 else
5013 5013
   if test -n "$DUMPBIN"; then
... ...
@@ -5051,7 +5059,7 @@ do
5051 5051
 set dummy $ac_prog; ac_word=$2
5052 5052
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5053 5053
 $as_echo_n "checking for $ac_word... " >&6; }
5054
-if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5054
+if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5055 5055
   $as_echo_n "(cached) " >&6
5056 5056
 else
5057 5057
   if test -n "$ac_ct_DUMPBIN"; then
... ...
@@ -5123,7 +5131,7 @@ test -z "$NM" && NM=nm
5123 5123
 
5124 5124
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5125 5125
 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5126
-if test "${lt_cv_nm_interface+set}" = set; then :
5126
+if ${lt_cv_nm_interface+:} false; then :
5127 5127
   $as_echo_n "(cached) " >&6
5128 5128
 else
5129 5129
   lt_cv_nm_interface="BSD nm"
... ...
@@ -5147,7 +5155,7 @@ $as_echo "$lt_cv_nm_interface" >&6; }
5147 5147
 # find the maximum length of command line arguments
5148 5148
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5149 5149
 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5150
-if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5150
+if ${lt_cv_sys_max_cmd_len+:} false; then :
5151 5151
   $as_echo_n "(cached) " >&6
5152 5152
 else
5153 5153
     i=0
... ...
@@ -5344,7 +5352,7 @@ esac
5344 5344
 
5345 5345
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
5346 5346
 $as_echo_n "checking how to convert $build file names to $host format... " >&6; }
5347
-if test "${lt_cv_to_host_file_cmd+set}" = set; then :
5347
+if ${lt_cv_to_host_file_cmd+:} false; then :
5348 5348
   $as_echo_n "(cached) " >&6
5349 5349
 else
5350 5350
   case $host in
... ...
@@ -5391,7 +5399,7 @@ $as_echo "$lt_cv_to_host_file_cmd" >&6; }
5391 5391
 
5392 5392
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
5393 5393
 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
5394
-if test "${lt_cv_to_tool_file_cmd+set}" = set; then :
5394
+if ${lt_cv_to_tool_file_cmd+:} false; then :
5395 5395
   $as_echo_n "(cached) " >&6
5396 5396
 else
5397 5397
   #assume ordinary cross tools, or native build.
... ...
@@ -5418,7 +5426,7 @@ $as_echo "$lt_cv_to_tool_file_cmd" >&6; }
5418 5418
 
5419 5419
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5420 5420
 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5421
-if test "${lt_cv_ld_reload_flag+set}" = set; then :
5421
+if ${lt_cv_ld_reload_flag+:} false; then :
5422 5422
   $as_echo_n "(cached) " >&6
5423 5423
 else
5424 5424
   lt_cv_ld_reload_flag='-r'
... ...
@@ -5459,7 +5467,7 @@ if test -n "$ac_tool_prefix"; then
5459 5459
 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5460 5460
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5461 5461
 $as_echo_n "checking for $ac_word... " >&6; }
5462
-if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5462
+if ${ac_cv_prog_OBJDUMP+:} false; then :
5463 5463
   $as_echo_n "(cached) " >&6
5464 5464
 else
5465 5465
   if test -n "$OBJDUMP"; then
... ...
@@ -5499,7 +5507,7 @@ if test -z "$ac_cv_prog_OBJDUMP"; then
5499 5499
 set dummy objdump; ac_word=$2
5500 5500
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5501 5501
 $as_echo_n "checking for $ac_word... " >&6; }
5502
-if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5502
+if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5503 5503
   $as_echo_n "(cached) " >&6
5504 5504
 else
5505 5505
   if test -n "$ac_ct_OBJDUMP"; then
... ...
@@ -5558,7 +5566,7 @@ test -z "$OBJDUMP" && OBJDUMP=objdump
5558 5558
 
5559 5559
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5560 5560
 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5561
-if test "${lt_cv_deplibs_check_method+set}" = set; then :
5561
+if ${lt_cv_deplibs_check_method+:} false; then :
5562 5562
   $as_echo_n "(cached) " >&6
5563 5563
 else
5564 5564
   lt_cv_file_magic_cmd='$MAGIC_CMD'
... ...
@@ -5805,7 +5813,7 @@ if test -n "$ac_tool_prefix"; then
5805 5805
 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5806 5806
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5807 5807
 $as_echo_n "checking for $ac_word... " >&6; }
5808
-if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
5808
+if ${ac_cv_prog_DLLTOOL+:} false; then :
5809 5809
   $as_echo_n "(cached) " >&6
5810 5810
 else
5811 5811
   if test -n "$DLLTOOL"; then
... ...
@@ -5845,7 +5853,7 @@ if test -z "$ac_cv_prog_DLLTOOL"; then
5845 5845
 set dummy dlltool; ac_word=$2
5846 5846
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5847 5847
 $as_echo_n "checking for $ac_word... " >&6; }
5848
-if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
5848
+if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
5849 5849
   $as_echo_n "(cached) " >&6
5850 5850
 else
5851 5851
   if test -n "$ac_ct_DLLTOOL"; then
... ...
@@ -5905,7 +5913,7 @@ test -z "$DLLTOOL" && DLLTOOL=dlltool
5905 5905
 
5906 5906
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
5907 5907
 $as_echo_n "checking how to associate runtime and link libraries... " >&6; }
5908
-if test "${lt_cv_sharedlib_from_linklib_cmd+set}" = set; then :
5908
+if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
5909 5909
   $as_echo_n "(cached) " >&6
5910 5910
 else
5911 5911
   lt_cv_sharedlib_from_linklib_cmd='unknown'
... ...
@@ -5949,7 +5957,7 @@ if test -n "$ac_tool_prefix"; then
5949 5949
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5950 5950
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5951 5951
 $as_echo_n "checking for $ac_word... " >&6; }
5952
-if test "${ac_cv_prog_AR+set}" = set; then :
5952
+if ${ac_cv_prog_AR+:} false; then :
5953 5953
   $as_echo_n "(cached) " >&6
5954 5954
 else
5955 5955
   if test -n "$AR"; then
... ...
@@ -5993,7 +6001,7 @@ do
5993 5993
 set dummy $ac_prog; ac_word=$2
5994 5994
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5995 5995
 $as_echo_n "checking for $ac_word... " >&6; }
5996
-if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5996
+if ${ac_cv_prog_ac_ct_AR+:} false; then :
5997 5997
   $as_echo_n "(cached) " >&6
5998 5998
 else
5999 5999
   if test -n "$ac_ct_AR"; then
... ...
@@ -6057,7 +6065,7 @@ fi
6057 6057
 
6058 6058
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
6059 6059
 $as_echo_n "checking for archiver @FILE support... " >&6; }
6060
-if test "${lt_cv_ar_at_file+set}" = set; then :
6060
+if ${lt_cv_ar_at_file+:} false; then :
6061 6061
   $as_echo_n "(cached) " >&6
6062 6062
 else
6063 6063
   lt_cv_ar_at_file=no
... ...
@@ -6118,7 +6126,7 @@ if test -n "$ac_tool_prefix"; then
6118 6118
 set dummy ${ac_tool_prefix}strip; ac_word=$2
6119 6119
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6120 6120
 $as_echo_n "checking for $ac_word... " >&6; }
6121
-if test "${ac_cv_prog_STRIP+set}" = set; then :
6121
+if ${ac_cv_prog_STRIP+:} false; then :
6122 6122
   $as_echo_n "(cached) " >&6
6123 6123
 else
6124 6124
   if test -n "$STRIP"; then
... ...
@@ -6158,7 +6166,7 @@ if test -z "$ac_cv_prog_STRIP"; then
6158 6158
 set dummy strip; ac_word=$2
6159 6159
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6160 6160
 $as_echo_n "checking for $ac_word... " >&6; }
6161
-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6161
+if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6162 6162
   $as_echo_n "(cached) " >&6
6163 6163
 else
6164 6164
   if test -n "$ac_ct_STRIP"; then
... ...
@@ -6217,7 +6225,7 @@ if test -n "$ac_tool_prefix"; then
6217 6217
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6218 6218
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6219 6219
 $as_echo_n "checking for $ac_word... " >&6; }
6220
-if test "${ac_cv_prog_RANLIB+set}" = set; then :
6220
+if ${ac_cv_prog_RANLIB+:} false; then :
6221 6221
   $as_echo_n "(cached) " >&6
6222 6222
 else
6223 6223
   if test -n "$RANLIB"; then
... ...
@@ -6257,7 +6265,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
6257 6257
 set dummy ranlib; ac_word=$2
6258 6258
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6259 6259
 $as_echo_n "checking for $ac_word... " >&6; }
6260
-if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6260
+if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6261 6261
   $as_echo_n "(cached) " >&6
6262 6262
 else
6263 6263
   if test -n "$ac_ct_RANLIB"; then
... ...
@@ -6386,7 +6394,7 @@ compiler=$CC
6386 6386
 # Check for command to grab the raw symbol name followed by C symbol from nm.
6387 6387
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6388 6388
 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6389
-if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6389
+if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6390 6390
   $as_echo_n "(cached) " >&6
6391 6391
 else
6392 6392
 
... ...
@@ -6819,7 +6827,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6819 6819
   CFLAGS="$CFLAGS -belf"
6820 6820
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6821 6821
 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6822
-if test "${lt_cv_cc_needs_belf+set}" = set; then :
6822
+if ${lt_cv_cc_needs_belf+:} false; then :
6823 6823
   $as_echo_n "(cached) " >&6
6824 6824
 else
6825 6825
   ac_ext=c
... ...
@@ -6892,7 +6900,7 @@ if test -n "$ac_tool_prefix"; then
6892 6892
 set dummy ${ac_tool_prefix}mt; ac_word=$2
6893 6893
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6894 6894
 $as_echo_n "checking for $ac_word... " >&6; }
6895
-if test "${ac_cv_prog_MANIFEST_TOOL+set}" = set; then :
6895
+if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
6896 6896
   $as_echo_n "(cached) " >&6
6897 6897
 else
6898 6898
   if test -n "$MANIFEST_TOOL"; then
... ...
@@ -6932,7 +6940,7 @@ if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
6932 6932
 set dummy mt; ac_word=$2
6933 6933
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6934 6934
 $as_echo_n "checking for $ac_word... " >&6; }
6935
-if test "${ac_cv_prog_ac_ct_MANIFEST_TOOL+set}" = set; then :
6935
+if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
6936 6936
   $as_echo_n "(cached) " >&6
6937 6937
 else
6938 6938
   if test -n "$ac_ct_MANIFEST_TOOL"; then
... ...
@@ -6982,7 +6990,7 @@ fi
6982 6982
 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
6983 6983
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
6984 6984
 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
6985
-if test "${lt_cv_path_mainfest_tool+set}" = set; then :
6985
+if ${lt_cv_path_mainfest_tool+:} false; then :
6986 6986
   $as_echo_n "(cached) " >&6
6987 6987
 else
6988 6988
   lt_cv_path_mainfest_tool=no
... ...
@@ -7012,7 +7020,7 @@ fi
7012 7012
 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7013 7013
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7014 7014
 $as_echo_n "checking for $ac_word... " >&6; }
7015
-if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7015
+if ${ac_cv_prog_DSYMUTIL+:} false; then :
7016 7016
   $as_echo_n "(cached) " >&6
7017 7017
 else
7018 7018
   if test -n "$DSYMUTIL"; then
... ...
@@ -7052,7 +7060,7 @@ if test -z "$ac_cv_prog_DSYMUTIL"; then
7052 7052
 set dummy dsymutil; ac_word=$2
7053 7053
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7054 7054
 $as_echo_n "checking for $ac_word... " >&6; }
7055
-if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7055
+if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7056 7056
   $as_echo_n "(cached) " >&6
7057 7057
 else
7058 7058
   if test -n "$ac_ct_DSYMUTIL"; then
... ...
@@ -7104,7 +7112,7 @@ fi
7104 7104
 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7105 7105
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7106 7106
 $as_echo_n "checking for $ac_word... " >&6; }
7107
-if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7107
+if ${ac_cv_prog_NMEDIT+:} false; then :
7108 7108
   $as_echo_n "(cached) " >&6
7109 7109
 else
7110 7110
   if test -n "$NMEDIT"; then
... ...
@@ -7144,7 +7152,7 @@ if test -z "$ac_cv_prog_NMEDIT"; then
7144 7144
 set dummy nmedit; ac_word=$2
7145 7145
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7146 7146
 $as_echo_n "checking for $ac_word... " >&6; }
7147
-if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7147
+if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7148 7148
   $as_echo_n "(cached) " >&6
7149 7149
 else
7150 7150
   if test -n "$ac_ct_NMEDIT"; then
... ...
@@ -7196,7 +7204,7 @@ fi
7196 7196
 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7197 7197
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7198 7198
 $as_echo_n "checking for $ac_word... " >&6; }
7199
-if test "${ac_cv_prog_LIPO+set}" = set; then :
7199
+if ${ac_cv_prog_LIPO+:} false; then :
7200 7200
   $as_echo_n "(cached) " >&6
7201 7201
 else
7202 7202
   if test -n "$LIPO"; then
... ...
@@ -7236,7 +7244,7 @@ if test -z "$ac_cv_prog_LIPO"; then
7236 7236
 set dummy lipo; ac_word=$2
7237 7237
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7238 7238
 $as_echo_n "checking for $ac_word... " >&6; }
7239
-if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7239
+if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7240 7240
   $as_echo_n "(cached) " >&6
7241 7241
 else
7242 7242
   if test -n "$ac_ct_LIPO"; then
... ...
@@ -7288,7 +7296,7 @@ fi
7288 7288
 set dummy ${ac_tool_prefix}otool; ac_word=$2
7289 7289
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7290 7290
 $as_echo_n "checking for $ac_word... " >&6; }
7291
-if test "${ac_cv_prog_OTOOL+set}" = set; then :
7291
+if ${ac_cv_prog_OTOOL+:} false; then :
7292 7292
   $as_echo_n "(cached) " >&6
7293 7293
 else
7294 7294
   if test -n "$OTOOL"; then
... ...
@@ -7328,7 +7336,7 @@ if test -z "$ac_cv_prog_OTOOL"; then
7328 7328
 set dummy otool; ac_word=$2
7329 7329
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7330 7330
 $as_echo_n "checking for $ac_word... " >&6; }
7331
-if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7331
+if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7332 7332
   $as_echo_n "(cached) " >&6
7333 7333
 else
7334 7334
   if test -n "$ac_ct_OTOOL"; then
... ...
@@ -7380,7 +7388,7 @@ fi
7380 7380
 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7381 7381
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7382 7382
 $as_echo_n "checking for $ac_word... " >&6; }
7383
-if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7383
+if ${ac_cv_prog_OTOOL64+:} false; then :
7384 7384
   $as_echo_n "(cached) " >&6
7385 7385
 else
7386 7386
   if test -n "$OTOOL64"; then
... ...
@@ -7420,7 +7428,7 @@ if test -z "$ac_cv_prog_OTOOL64"; then
7420 7420
 set dummy otool64; ac_word=$2
7421 7421
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7422 7422
 $as_echo_n "checking for $ac_word... " >&6; }
7423
-if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7423
+if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7424 7424
   $as_echo_n "(cached) " >&6
7425 7425
 else
7426 7426
   if test -n "$ac_ct_OTOOL64"; then
... ...
@@ -7495,7 +7503,7 @@ fi
7495 7495
 
7496 7496
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7497 7497
 $as_echo_n "checking for -single_module linker flag... " >&6; }
7498
-if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7498
+if ${lt_cv_apple_cc_single_mod+:} false; then :
7499 7499
   $as_echo_n "(cached) " >&6
7500 7500
 else
7501 7501
   lt_cv_apple_cc_single_mod=no
... ...
@@ -7524,7 +7532,7 @@ fi
7524 7524
 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7525 7525
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7526 7526
 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7527
-if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7527
+if ${lt_cv_ld_exported_symbols_list+:} false; then :
7528 7528
   $as_echo_n "(cached) " >&6
7529 7529
 else
7530 7530
   lt_cv_ld_exported_symbols_list=no
... ...
@@ -7556,7 +7564,7 @@ fi
7556 7556
 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7557 7557
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7558 7558
 $as_echo_n "checking for -force_load linker flag... " >&6; }
7559
-if test "${lt_cv_ld_force_load+set}" = set; then :
7559
+if ${lt_cv_ld_force_load+:} false; then :
7560 7560
   $as_echo_n "(cached) " >&6
7561 7561
 else
7562 7562
   lt_cv_ld_force_load=no
... ...
@@ -7633,7 +7641,7 @@ if test -n "$CPP" && test -d "$CPP"; then
7633 7633
   CPP=
7634 7634
 fi
7635 7635
 if test -z "$CPP"; then
7636
-  if test "${ac_cv_prog_CPP+set}" = set; then :
7636
+  if ${ac_cv_prog_CPP+:} false; then :
7637 7637
   $as_echo_n "(cached) " >&6
7638 7638
 else
7639 7639
       # Double quotes because CPP needs to be expanded
... ...
@@ -7749,7 +7757,7 @@ else
7749 7749
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7750 7750
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7751 7751
 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7752
-See \`config.log' for more details" "$LINENO" 5 ; }
7752
+See \`config.log' for more details" "$LINENO" 5; }
7753 7753
 fi
7754 7754
 
7755 7755
 ac_ext=c
... ...
@@ -7761,7 +7769,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
7761 7761
 
7762 7762
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7763 7763
 $as_echo_n "checking for ANSI C header files... " >&6; }
7764
-if test "${ac_cv_header_stdc+set}" = set; then :
7764
+if ${ac_cv_header_stdc+:} false; then :
7765 7765
   $as_echo_n "(cached) " >&6
7766 7766
 else
7767 7767
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -7892,7 +7900,7 @@ for ac_header in dlfcn.h
7892 7892
 do :
7893 7893
   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7894 7894
 "
7895
-if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7895
+if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7896 7896
   cat >>confdefs.h <<_ACEOF
7897 7897
 #define HAVE_DLFCN_H 1
7898 7898
 _ACEOF
... ...
@@ -8077,7 +8085,7 @@ fi
8077 8077
 
8078 8078
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8079 8079
 $as_echo_n "checking for objdir... " >&6; }
8080
-if test "${lt_cv_objdir+set}" = set; then :
8080
+if ${lt_cv_objdir+:} false; then :
8081 8081
   $as_echo_n "(cached) " >&6
8082 8082
 else
8083 8083
   rm -f .libs 2>/dev/null
... ...
@@ -8155,7 +8163,7 @@ file_magic*)
8155 8155
   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8156 8156
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8157 8157
 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8158
-if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8158
+if ${lt_cv_path_MAGIC_CMD+:} false; then :
8159 8159
   $as_echo_n "(cached) " >&6
8160 8160
 else
8161 8161
   case $MAGIC_CMD in
... ...
@@ -8221,7 +8229,7 @@ if test -z "$lt_cv_path_MAGIC_CMD"; then
8221 8221
   if test -n "$ac_tool_prefix"; then
8222 8222
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8223 8223
 $as_echo_n "checking for file... " >&6; }
8224
-if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8224
+if ${lt_cv_path_MAGIC_CMD+:} false; then :
8225 8225
   $as_echo_n "(cached) " >&6
8226 8226
 else
8227 8227
   case $MAGIC_CMD in
... ...
@@ -8363,7 +8371,7 @@ if test "$GCC" = yes; then
8363 8363
 
8364 8364
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8365 8365
 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8366
-if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8366
+if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8367 8367
   $as_echo_n "(cached) " >&6
8368 8368
 else
8369 8369
   lt_cv_prog_compiler_rtti_exceptions=no
... ...
@@ -8708,7 +8716,7 @@ esac
8708 8708
 
8709 8709
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8710 8710
 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8711
-if test "${lt_cv_prog_compiler_pic+set}" = set; then :
8711
+if ${lt_cv_prog_compiler_pic+:} false; then :
8712 8712
   $as_echo_n "(cached) " >&6
8713 8713
 else
8714 8714
   lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
... ...
@@ -8723,7 +8731,7 @@ lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
8723 8723
 if test -n "$lt_prog_compiler_pic"; then
8724 8724
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8725 8725
 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8726
-if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8726
+if ${lt_cv_prog_compiler_pic_works+:} false; then :
8727 8727
   $as_echo_n "(cached) " >&6
8728 8728
 else
8729 8729
   lt_cv_prog_compiler_pic_works=no
... ...
@@ -8787,7 +8795,7 @@ fi
8787 8787
 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8788 8788
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8789 8789
 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8790
-if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8790
+if ${lt_cv_prog_compiler_static_works+:} false; then :
8791 8791
   $as_echo_n "(cached) " >&6
8792 8792
 else
8793 8793
   lt_cv_prog_compiler_static_works=no
... ...
@@ -8830,7 +8838,7 @@ fi
8830 8830
 
8831 8831
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8832 8832
 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8833
-if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8833
+if ${lt_cv_prog_compiler_c_o+:} false; then :
8834 8834
   $as_echo_n "(cached) " >&6
8835 8835
 else
8836 8836
   lt_cv_prog_compiler_c_o=no
... ...
@@ -8885,7 +8893,7 @@ $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8885 8885
 
8886 8886
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8887 8887
 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8888
-if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8888
+if ${lt_cv_prog_compiler_c_o+:} false; then :
8889 8889
   $as_echo_n "(cached) " >&6
8890 8890
 else
8891 8891
   lt_cv_prog_compiler_c_o=no
... ...
@@ -9454,7 +9462,7 @@ _LT_EOF
9454 9454
         if test "${lt_cv_aix_libpath+set}" = set; then
9455 9455
   aix_libpath=$lt_cv_aix_libpath
9456 9456
 else
9457
-  if test "${lt_cv_aix_libpath_+set}" = set; then :
9457
+  if ${lt_cv_aix_libpath_+:} false; then :
9458 9458
   $as_echo_n "(cached) " >&6
9459 9459
 else
9460 9460
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -9507,7 +9515,7 @@ fi
9507 9507
 	 if test "${lt_cv_aix_libpath+set}" = set; then
9508 9508
   aix_libpath=$lt_cv_aix_libpath
9509 9509
 else
9510
-  if test "${lt_cv_aix_libpath_+set}" = set; then :
9510
+  if ${lt_cv_aix_libpath_+:} false; then :
9511 9511
   $as_echo_n "(cached) " >&6
9512 9512
 else
9513 9513
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -9779,7 +9787,7 @@ fi
9779 9779
 	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9780 9780
 	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9781 9781
 $as_echo_n "checking if $CC understands -b... " >&6; }
9782
-if test "${lt_cv_prog_compiler__b+set}" = set; then :
9782
+if ${lt_cv_prog_compiler__b+:} false; then :
9783 9783
   $as_echo_n "(cached) " >&6
9784 9784
 else
9785 9785
   lt_cv_prog_compiler__b=no
... ...
@@ -9848,7 +9856,7 @@ fi
9848 9848
 	# This should be the same for all languages, so no per-tag cache variable.
9849 9849
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
9850 9850
 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
9851
-if test "${lt_cv_irix_exported_symbol+set}" = set; then :
9851
+if ${lt_cv_irix_exported_symbol+:} false; then :
9852 9852
   $as_echo_n "(cached) " >&6
9853 9853
 else
9854 9854
   save_LDFLAGS="$LDFLAGS"
... ...
@@ -10164,7 +10172,7 @@ x|xyes)
10164 10164
       # to ld, don't add -lc before -lgcc.
10165 10165
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10166 10166
 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10167
-if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10167
+if ${lt_cv_archive_cmds_need_lc+:} false; then :
10168 10168
   $as_echo_n "(cached) " >&6
10169 10169
 else
10170 10170
   $RM conftest*
... ...
@@ -10866,7 +10874,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu)
10866 10866
   shlibpath_overrides_runpath=no
10867 10867
 
10868 10868
   # Some binutils ld are patched to set DT_RUNPATH
10869
-  if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10869
+  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10870 10870
   $as_echo_n "(cached) " >&6
10871 10871
 else
10872 10872
   lt_cv_shlibpath_overrides_runpath=no
... ...
@@ -11298,7 +11306,7 @@ else
11298 11298
   # if libdl is installed we need to link against it
11299 11299
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11300 11300
 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11301
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11301
+if ${ac_cv_lib_dl_dlopen+:} false; then :
11302 11302
   $as_echo_n "(cached) " >&6
11303 11303
 else
11304 11304
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -11332,7 +11340,7 @@ LIBS=$ac_check_lib_save_LIBS
11332 11332
 fi
11333 11333
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11334 11334
 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11335
-if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11335
+if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11336 11336
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11337 11337
 else
11338 11338
 
... ...
@@ -11346,12 +11354,12 @@ fi
11346 11346
 
11347 11347
   *)
11348 11348
     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11349
-if test "x$ac_cv_func_shl_load" = x""yes; then :
11349
+if test "x$ac_cv_func_shl_load" = xyes; then :
11350 11350
   lt_cv_dlopen="shl_load"
11351 11351
 else
11352 11352
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11353 11353
 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11354
-if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11354
+if ${ac_cv_lib_dld_shl_load+:} false; then :
11355 11355
   $as_echo_n "(cached) " >&6
11356 11356
 else
11357 11357
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -11385,16 +11393,16 @@ LIBS=$ac_check_lib_save_LIBS
11385 11385
 fi
11386 11386
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11387 11387
 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11388
-if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11388
+if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11389 11389
   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11390 11390
 else
11391 11391
   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11392
-if test "x$ac_cv_func_dlopen" = x""yes; then :
11392
+if test "x$ac_cv_func_dlopen" = xyes; then :
11393 11393
   lt_cv_dlopen="dlopen"
11394 11394
 else
11395 11395
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11396 11396
 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11397
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11397
+if ${ac_cv_lib_dl_dlopen+:} false; then :
11398 11398
   $as_echo_n "(cached) " >&6
11399 11399
 else
11400 11400
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -11428,12 +11436,12 @@ LIBS=$ac_check_lib_save_LIBS
11428 11428
 fi
11429 11429
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11430 11430
 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11431
-if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11431
+if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11432 11432
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11433 11433
 else
11434 11434
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11435 11435
 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11436
-if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11436
+if ${ac_cv_lib_svld_dlopen+:} false; then :
11437 11437
   $as_echo_n "(cached) " >&6
11438 11438
 else
11439 11439
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -11467,12 +11475,12 @@ LIBS=$ac_check_lib_save_LIBS
11467 11467
 fi
11468 11468
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11469 11469
 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11470
-if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11470
+if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11471 11471
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11472 11472
 else
11473 11473
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11474 11474
 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11475
-if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11475
+if ${ac_cv_lib_dld_dld_link+:} false; then :
11476 11476
   $as_echo_n "(cached) " >&6
11477 11477
 else
11478 11478
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -11506,7 +11514,7 @@ LIBS=$ac_check_lib_save_LIBS
11506 11506
 fi
11507 11507
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11508 11508
 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11509
-if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11509
+if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11510 11510
   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11511 11511
 fi
11512 11512
 
... ...
@@ -11547,7 +11555,7 @@ fi
11547 11547
 
11548 11548
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11549 11549
 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11550
-if test "${lt_cv_dlopen_self+set}" = set; then :
11550
+if ${lt_cv_dlopen_self+:} false; then :
11551 11551
   $as_echo_n "(cached) " >&6
11552 11552
 else
11553 11553
   	  if test "$cross_compiling" = yes; then :
... ...
@@ -11653,7 +11661,7 @@ $as_echo "$lt_cv_dlopen_self" >&6; }
11653 11653
       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11654 11654
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11655 11655
 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11656
-if test "${lt_cv_dlopen_self_static+set}" = set; then :
11656
+if ${lt_cv_dlopen_self_static+:} false; then :
11657 11657
   $as_echo_n "(cached) " >&6
11658 11658
 else
11659 11659
   	  if test "$cross_compiling" = yes; then :
... ...
@@ -11901,7 +11909,7 @@ CC="$lt_save_CC"
11901 11901
 
11902 11902
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which extension is used for runtime loadable modules" >&5
11903 11903
 $as_echo_n "checking which extension is used for runtime loadable modules... " >&6; }
11904
-if test "${libltdl_cv_shlibext+set}" = set; then :
11904
+if ${libltdl_cv_shlibext+:} false; then :
11905 11905
   $as_echo_n "(cached) " >&6
11906 11906
 else
11907 11907
 
... ...
@@ -11921,7 +11929,7 @@ fi
11921 11921
 
11922 11922
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variable specifies run-time module search path" >&5
11923 11923
 $as_echo_n "checking which variable specifies run-time module search path... " >&6; }
11924
-if test "${lt_cv_module_path_var+set}" = set; then :
11924
+if ${lt_cv_module_path_var+:} false; then :
11925 11925
   $as_echo_n "(cached) " >&6
11926 11926
 else
11927 11927
   lt_cv_module_path_var="$shlibpath_var"
... ...
@@ -11938,7 +11946,7 @@ fi
11938 11938
 
11939 11939
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the default library search path" >&5
11940 11940
 $as_echo_n "checking for the default library search path... " >&6; }
11941
-if test "${lt_cv_sys_dlsearch_path+set}" = set; then :
11941
+if ${lt_cv_sys_dlsearch_path+:} false; then :
11942 11942
   $as_echo_n "(cached) " >&6
11943 11943
 else
11944 11944
   lt_cv_sys_dlsearch_path="$sys_lib_dlsearch_path_spec"
... ...
@@ -11975,7 +11983,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
11975 11975
 LIBADD_DLOPEN=
11976 11976
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
11977 11977
 $as_echo_n "checking for library containing dlopen... " >&6; }
11978
-if test "${ac_cv_search_dlopen+set}" = set; then :
11978
+if ${ac_cv_search_dlopen+:} false; then :
11979 11979
   $as_echo_n "(cached) " >&6
11980 11980
 else
11981 11981
   ac_func_search_save_LIBS=$LIBS
... ...
@@ -12009,11 +12017,11 @@ for ac_lib in '' dl; do
12009 12009
 fi
12010 12010
 rm -f core conftest.err conftest.$ac_objext \
12011 12011
     conftest$ac_exeext
12012
-  if test "${ac_cv_search_dlopen+set}" = set; then :
12012
+  if ${ac_cv_search_dlopen+:} false; then :
12013 12013
   break
12014 12014
 fi
12015 12015
 done
12016
-if test "${ac_cv_search_dlopen+set}" = set; then :
12016
+if ${ac_cv_search_dlopen+:} false; then :
12017 12017
 
12018 12018
 else
12019 12019
   ac_cv_search_dlopen=no
... ...
@@ -12058,7 +12066,7 @@ $as_echo "#define HAVE_LIBDL 1" >>confdefs.h
12058 12058
 else
12059 12059
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12060 12060
 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12061
-if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12061
+if ${ac_cv_lib_svld_dlopen+:} false; then :
12062 12062
   $as_echo_n "(cached) " >&6
12063 12063
 else
12064 12064
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -12092,7 +12100,7 @@ LIBS=$ac_check_lib_save_LIBS
12092 12092
 fi
12093 12093
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12094 12094
 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12095
-if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12095
+if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
12096 12096
 
12097 12097
 $as_echo "#define HAVE_LIBDL 1" >>confdefs.h
12098 12098
 
... ...
@@ -12112,7 +12120,7 @@ then
12112 12112
   for ac_func in dlerror
12113 12113
 do :
12114 12114
   ac_fn_c_check_func "$LINENO" "dlerror" "ac_cv_func_dlerror"
12115
-if test "x$ac_cv_func_dlerror" = x""yes; then :
12115
+if test "x$ac_cv_func_dlerror" = xyes; then :
12116 12116
   cat >>confdefs.h <<_ACEOF
12117 12117
 #define HAVE_DLERROR 1
12118 12118
 _ACEOF
... ...
@@ -12126,7 +12134,7 @@ fi
12126 12126
 
12127 12127
 LIBADD_SHL_LOAD=
12128 12128
 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12129
-if test "x$ac_cv_func_shl_load" = x""yes; then :
12129
+if test "x$ac_cv_func_shl_load" = xyes; then :
12130 12130
 
12131 12131
 $as_echo "#define HAVE_SHL_LOAD 1" >>confdefs.h
12132 12132
 
... ...
@@ -12134,7 +12142,7 @@ $as_echo "#define HAVE_SHL_LOAD 1" >>confdefs.h
12134 12134
 else
12135 12135
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12136 12136
 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12137
-if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12137
+if ${ac_cv_lib_dld_shl_load+:} false; then :
12138 12138
   $as_echo_n "(cached) " >&6
12139 12139
 else
12140 12140
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -12168,7 +12176,7 @@ LIBS=$ac_check_lib_save_LIBS
12168 12168
 fi
12169 12169
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12170 12170
 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12171
-if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12171
+if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
12172 12172
 
12173 12173
 $as_echo "#define HAVE_SHL_LOAD 1" >>confdefs.h
12174 12174
 
... ...
@@ -12184,7 +12192,7 @@ case $host_os in
12184 12184
 darwin[1567].*)
12185 12185
 # We only want this for pre-Mac OS X 10.4.
12186 12186
   ac_fn_c_check_func "$LINENO" "_dyld_func_lookup" "ac_cv_func__dyld_func_lookup"
12187
-if test "x$ac_cv_func__dyld_func_lookup" = x""yes; then :
12187
+if test "x$ac_cv_func__dyld_func_lookup" = xyes; then :
12188 12188
 
12189 12189
 $as_echo "#define HAVE_DYLD 1" >>confdefs.h
12190 12190
 
... ...
@@ -12198,7 +12206,7 @@ beos*)
12198 12198
 cygwin* | mingw* | os2* | pw32*)
12199 12199
   ac_fn_c_check_decl "$LINENO" "cygwin_conv_path" "ac_cv_have_decl_cygwin_conv_path" "#include <sys/cygwin.h>
12200 12200
 "
12201
-if test "x$ac_cv_have_decl_cygwin_conv_path" = x""yes; then :
12201
+if test "x$ac_cv_have_decl_cygwin_conv_path" = xyes; then :
12202 12202
   ac_have_decl=1
12203 12203
 else
12204 12204
   ac_have_decl=0
... ...
@@ -12214,7 +12222,7 @@ esac
12214 12214
 
12215 12215
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12216 12216
 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12217
-if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12217
+if ${ac_cv_lib_dld_dld_link+:} false; then :
12218 12218
   $as_echo_n "(cached) " >&6
12219 12219
 else
12220 12220
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -12248,7 +12256,7 @@ LIBS=$ac_check_lib_save_LIBS
12248 12248
 fi
12249 12249
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12250 12250
 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12251
-if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12251
+if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
12252 12252
 
12253 12253
 $as_echo "#define HAVE_DLD 1" >>confdefs.h
12254 12254
 
... ...
@@ -12282,7 +12290,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
12282 12282
 
12283 12283
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ prefix in compiled symbols" >&5
12284 12284
 $as_echo_n "checking for _ prefix in compiled symbols... " >&6; }
12285
-if test "${lt_cv_sys_symbol_underscore+set}" = set; then :
12285
+if ${lt_cv_sys_symbol_underscore+:} false; then :
12286 12286
   $as_echo_n "(cached) " >&6
12287 12287
 else
12288 12288
   lt_cv_sys_symbol_underscore=no
... ...
@@ -12332,7 +12340,7 @@ if test x"$lt_cv_sys_symbol_underscore" = xyes; then
12332 12332
      test x"$libltdl_cv_lib_dl_dlopen" = xyes ; then
12333 12333
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we have to add an underscore for dlsym" >&5
12334 12334
 $as_echo_n "checking whether we have to add an underscore for dlsym... " >&6; }
12335
-if test "${libltdl_cv_need_uscore+set}" = set; then :
12335
+if ${libltdl_cv_need_uscore+:} false; then :
12336 12336
   $as_echo_n "(cached) " >&6
12337 12337
 else
12338 12338
   libltdl_cv_need_uscore=unknown
... ...
@@ -12448,7 +12456,7 @@ fi
12448 12448
 
12449 12449
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether deplibs are loaded by dlopen" >&5
12450 12450
 $as_echo_n "checking whether deplibs are loaded by dlopen... " >&6; }
12451
-if test "${lt_cv_sys_dlopen_deplibs+set}" = set; then :
12451
+if ${lt_cv_sys_dlopen_deplibs+:} false; then :
12452 12452
   $as_echo_n "(cached) " >&6
12453 12453
 else
12454 12454
   # PORTME does your system automatically load deplibs for dlopen?
... ...
@@ -12554,7 +12562,7 @@ for ac_header in argz.h
12554 12554
 do :
12555 12555
   ac_fn_c_check_header_compile "$LINENO" "argz.h" "ac_cv_header_argz_h" "$ac_includes_default
12556 12556
 "
12557
-if test "x$ac_cv_header_argz_h" = x""yes; then :
12557
+if test "x$ac_cv_header_argz_h" = xyes; then :
12558 12558
   cat >>confdefs.h <<_ACEOF
12559 12559
 #define HAVE_ARGZ_H 1
12560 12560
 _ACEOF
... ...
@@ -12568,7 +12576,7 @@ ac_fn_c_check_type "$LINENO" "error_t" "ac_cv_type_error_t" "#if defined(HAVE_AR
12568 12568
 #  include <argz.h>
12569 12569
 #endif
12570 12570
 "
12571
-if test "x$ac_cv_type_error_t" = x""yes; then :
12571
+if test "x$ac_cv_type_error_t" = xyes; then :
12572 12572
 
12573 12573
 cat >>confdefs.h <<_ACEOF
12574 12574
 #define HAVE_ERROR_T 1
... ...
@@ -12608,7 +12616,7 @@ done
12608 12608
 if test -z "$ARGZ_H"; then :
12609 12609
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if argz actually works" >&5
12610 12610
 $as_echo_n "checking if argz actually works... " >&6; }
12611
-if test "${lt_cv_sys_argz_works+set}" = set; then :
12611
+if ${lt_cv_sys_argz_works+:} false; then :
12612 12612
   $as_echo_n "(cached) " >&6
12613 12613
 else
12614 12614
   case $host_os in #(
... ...
@@ -12656,7 +12664,7 @@ fi
12656 12656
 
12657 12657
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libtool supports -dlopen/-dlpreopen" >&5
12658 12658
 $as_echo_n "checking whether libtool supports -dlopen/-dlpreopen... " >&6; }
12659
-if test "${libltdl_cv_preloaded_symbols+set}" = set; then :
12659
+if ${libltdl_cv_preloaded_symbols+:} false; then :
12660 12660
   $as_echo_n "(cached) " >&6
12661 12661
 else
12662 12662
   if test -n "$lt_cv_sys_global_symbol_pipe"; then
... ...
@@ -12698,14 +12706,14 @@ if test "x$with_included_ltdl" != xyes; then
12698 12698
   ac_fn_c_check_header_compile "$LINENO" "ltdl.h" "ac_cv_header_ltdl_h" "$ac_includes_default
12699 12699
 
12700 12700
 "
12701
-if test "x$ac_cv_header_ltdl_h" = x""yes; then :
12701
+if test "x$ac_cv_header_ltdl_h" = xyes; then :
12702 12702
   ac_fn_c_check_decl "$LINENO" "lt_dlinterface_register" "ac_cv_have_decl_lt_dlinterface_register" "$ac_includes_default
12703 12703
 	    #include <ltdl.h>
12704 12704
 "
12705
-if test "x$ac_cv_have_decl_lt_dlinterface_register" = x""yes; then :
12705
+if test "x$ac_cv_have_decl_lt_dlinterface_register" = xyes; then :
12706 12706
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lt_dladvise_preload in -lltdl" >&5
12707 12707
 $as_echo_n "checking for lt_dladvise_preload in -lltdl... " >&6; }
12708
-if test "${ac_cv_lib_ltdl_lt_dladvise_preload+set}" = set; then :
12708
+if ${ac_cv_lib_ltdl_lt_dladvise_preload+:} false; then :
12709 12709
   $as_echo_n "(cached) " >&6
12710 12710
 else
12711 12711
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -12739,7 +12747,7 @@ LIBS=$ac_check_lib_save_LIBS
12739 12739
 fi
12740 12740
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ltdl_lt_dladvise_preload" >&5
12741 12741
 $as_echo "$ac_cv_lib_ltdl_lt_dladvise_preload" >&6; }
12742
-if test "x$ac_cv_lib_ltdl_lt_dladvise_preload" = x""yes; then :
12742
+if test "x$ac_cv_lib_ltdl_lt_dladvise_preload" = xyes; then :
12743 12743
   with_included_ltdl=no
12744 12744
 else
12745 12745
   with_included_ltdl=yes
... ...
@@ -12793,7 +12801,7 @@ fi
12793 12793
 case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in
12794 12794
   ,yes,no,no,)
12795 12795
 	case $enable_ltdl_convenience in
12796
-  no) as_fn_error $? "this package needs a convenience libltdl" "$LINENO" 5  ;;
12796
+  no) as_fn_error $? "this package needs a convenience libltdl" "$LINENO" 5 ;;
12797 12797
   "") enable_ltdl_convenience=yes
12798 12798
       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
12799 12799
 esac
... ...
@@ -13019,7 +13027,7 @@ $as_echo "$libdir" >&6; }
13019 13019
 
13020 13020
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
13021 13021
 $as_echo_n "checking for ANSI C header files... " >&6; }
13022
-if test "${ac_cv_header_stdc+set}" = set; then :
13022
+if ${ac_cv_header_stdc+:} false; then :
13023 13023
   $as_echo_n "(cached) " >&6
13024 13024
 else
13025 13025
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -13131,7 +13139,7 @@ fi
13131 13131
 
13132 13132
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5
13133 13133
 $as_echo_n "checking for C/C++ restrict keyword... " >&6; }
13134
-if test "${ac_cv_c_restrict+set}" = set; then :
13134
+if ${ac_cv_c_restrict+:} false; then :
13135 13135
   $as_echo_n "(cached) " >&6
13136 13136
 else
13137 13137
   ac_cv_c_restrict=no
... ...
@@ -13177,7 +13185,7 @@ _ACEOF
13177 13177
 
13178 13178
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
13179 13179
 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
13180
-if test "${ac_cv_c_const+set}" = set; then :
13180
+if ${ac_cv_c_const+:} false; then :
13181 13181
   $as_echo_n "(cached) " >&6
13182 13182
 else
13183 13183
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -13257,7 +13265,7 @@ fi
13257 13257
 
13258 13258
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13259 13259
 $as_echo_n "checking for inline... " >&6; }
13260
-if test "${ac_cv_c_inline+set}" = set; then :
13260
+if ${ac_cv_c_inline+:} false; then :
13261 13261
   $as_echo_n "(cached) " >&6
13262 13262
 else
13263 13263
   ac_cv_c_inline=no
... ...
@@ -13299,7 +13307,7 @@ esac
13299 13299
 
13300 13300
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FPU byte ordering is bigendian" >&5
13301 13301
 $as_echo_n "checking whether FPU byte ordering is bigendian... " >&6; }
13302
-if test "${ac_cv_c_fpu_bigendian+set}" = set; then :
13302
+if ${ac_cv_c_fpu_bigendian+:} false; then :
13303 13303
   $as_echo_n "(cached) " >&6
13304 13304
 else
13305 13305
   ac_cv_c_fpu_bigendian=auto
... ...
@@ -13364,7 +13372,7 @@ esac
13364 13364
 
13365 13365
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
13366 13366
 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
13367
-if test "${ac_cv_c_bigendian+set}" = set; then :
13367
+if ${ac_cv_c_bigendian+:} false; then :
13368 13368
   $as_echo_n "(cached) " >&6
13369 13369
 else
13370 13370
   ac_cv_c_bigendian=unknown
... ...
@@ -13583,7 +13591,7 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
13583 13583
      ;; #(
13584 13584
    *)
13585 13585
      as_fn_error $? "unknown endianness
13586
- presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5  ;;
13586
+ presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
13587 13587
  esac
13588 13588
 
13589 13589
 
... ...
@@ -13595,7 +13603,7 @@ case $host in
13595 13595
 *-ncr-sysv4.3*)
13596 13596
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13597 13597
 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13598
-if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
13598
+if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
13599 13599
   $as_echo_n "(cached) " >&6
13600 13600
 else
13601 13601
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -13629,13 +13637,13 @@ LIBS=$ac_check_lib_save_LIBS
13629 13629
 fi
13630 13630
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13631 13631
 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13632
-if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
13632
+if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
13633 13633
   LIBM="-lmw"
13634 13634
 fi
13635 13635
 
13636 13636
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13637 13637
 $as_echo_n "checking for cos in -lm... " >&6; }
13638
-if test "${ac_cv_lib_m_cos+set}" = set; then :
13638
+if ${ac_cv_lib_m_cos+:} false; then :
13639 13639
   $as_echo_n "(cached) " >&6
13640 13640
 else
13641 13641
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -13669,7 +13677,7 @@ LIBS=$ac_check_lib_save_LIBS
13669 13669
 fi
13670 13670
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13671 13671
 $as_echo "$ac_cv_lib_m_cos" >&6; }
13672
-if test "x$ac_cv_lib_m_cos" = x""yes; then :
13672
+if test "x$ac_cv_lib_m_cos" = xyes; then :
13673 13673
   LIBM="$LIBM -lm"
13674 13674
 fi
13675 13675
 
... ...
@@ -13677,7 +13685,7 @@ fi
13677 13677
 *)
13678 13678
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13679 13679
 $as_echo_n "checking for cos in -lm... " >&6; }
13680
-if test "${ac_cv_lib_m_cos+set}" = set; then :
13680
+if ${ac_cv_lib_m_cos+:} false; then :
13681 13681
   $as_echo_n "(cached) " >&6
13682 13682
 else
13683 13683
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -13711,7 +13719,7 @@ LIBS=$ac_check_lib_save_LIBS
13711 13711
 fi
13712 13712
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13713 13713
 $as_echo "$ac_cv_lib_m_cos" >&6; }
13714
-if test "x$ac_cv_lib_m_cos" = x""yes; then :
13714
+if test "x$ac_cv_lib_m_cos" = xyes; then :
13715 13715
   LIBM="-lm"
13716 13716
 fi
13717 13717
 
... ...
@@ -14070,7 +14078,7 @@ fi
14070 14070
 
14071 14071
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld --version-script" >&5
14072 14072
 $as_echo_n "checking for ld --version-script... " >&6; }
14073
-if test "${ac_cv_ld_version_script+set}" = set; then :
14073
+if ${ac_cv_ld_version_script+:} false; then :
14074 14074
   $as_echo_n "(cached) " >&6
14075 14075
 else
14076 14076
     cat > conftest.c <<EOF
... ...
@@ -14156,7 +14164,7 @@ fi
14156 14156
 done
14157 14157
 
14158 14158
 ac_fn_c_check_header_mongrel "$LINENO" "syslog.h" "ac_cv_header_syslog_h" "$ac_includes_default"
14159
-if test "x$ac_cv_header_syslog_h" = x""yes; then :
14159
+if test "x$ac_cv_header_syslog_h" = xyes; then :
14160 14160
 
14161 14161
 $as_echo "#define USE_SYSLOG 1" >>confdefs.h
14162 14162
 
... ...
@@ -14165,7 +14173,7 @@ fi
14165 14165
 
14166 14166
 
14167 14167
 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
14168
-if test "x$ac_cv_type_off_t" = x""yes; then :
14168
+if test "x$ac_cv_type_off_t" = xyes; then :
14169 14169
 
14170 14170
 else
14171 14171
 
... ...
@@ -14177,7 +14185,7 @@ fi
14177 14177
 
14178 14178
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
14179 14179
 $as_echo_n "checking size of short... " >&6; }
14180
-if test "${ac_cv_sizeof_short+set}" = set; then :
14180
+if ${ac_cv_sizeof_short+:} false; then :
14181 14181
   $as_echo_n "(cached) " >&6
14182 14182
 else
14183 14183
   for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
... ...
@@ -14217,7 +14225,7 @@ _ACEOF
14217 14217
 
14218 14218
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
14219 14219
 $as_echo_n "checking size of int... " >&6; }
14220
-if test "${ac_cv_sizeof_int+set}" = set; then :
14220
+if ${ac_cv_sizeof_int+:} false; then :
14221 14221
   $as_echo_n "(cached) " >&6
14222 14222
 else
14223 14223
   for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
... ...
@@ -14257,7 +14265,7 @@ _ACEOF
14257 14257
 
14258 14258
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
14259 14259
 $as_echo_n "checking size of long... " >&6; }
14260
-if test "${ac_cv_sizeof_long+set}" = set; then :
14260
+if ${ac_cv_sizeof_long+:} false; then :
14261 14261
   $as_echo_n "(cached) " >&6
14262 14262
 else
14263 14263
   for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
... ...
@@ -14297,7 +14305,7 @@ _ACEOF
14297 14297
 
14298 14298
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
14299 14299
 $as_echo_n "checking size of long long... " >&6; }
14300
-if test "${ac_cv_sizeof_long_long+set}" = set; then :
14300
+if ${ac_cv_sizeof_long_long+:} false; then :
14301 14301
   $as_echo_n "(cached) " >&6
14302 14302
 else
14303 14303
   for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
... ...
@@ -14337,7 +14345,7 @@ _ACEOF
14337 14337
 
14338 14338
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
14339 14339
 $as_echo_n "checking size of void *... " >&6; }
14340
-if test "${ac_cv_sizeof_void_p+set}" = set; then :
14340
+if ${ac_cv_sizeof_void_p+:} false; then :
14341 14341
   $as_echo_n "(cached) " >&6
14342 14342
 else
14343 14343
   for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
... ...
@@ -14398,7 +14406,7 @@ BUILD_CONFIGURE_FLAGS=$build_configure_args
14398 14398
 
14399 14399
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether uname(2) is POSIX" >&5
14400 14400
 $as_echo_n "checking whether uname(2) is POSIX... " >&6; }
14401
-  if test "${ax_cv_uname_syscall+set}" = set; then :
14401
+  if ${ax_cv_uname_syscall+:} false; then :
14402 14402
   $as_echo_n "(cached) " >&6
14403 14403
 else
14404 14404
 
... ...
@@ -14435,7 +14443,7 @@ $as_echo "#define HAVE_UNAME_SYSCALL 1" >>confdefs.h
14435 14435
 
14436 14436
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
14437 14437
 $as_echo_n "checking for bind in -lsocket... " >&6; }
14438
-if test "${ac_cv_lib_socket_bind+set}" = set; then :
14438
+if ${ac_cv_lib_socket_bind+:} false; then :
14439 14439
   $as_echo_n "(cached) " >&6
14440 14440
 else
14441 14441
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -14469,13 +14477,13 @@ LIBS=$ac_check_lib_save_LIBS
14469 14469
 fi
14470 14470
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
14471 14471
 $as_echo "$ac_cv_lib_socket_bind" >&6; }
14472
-if test "x$ac_cv_lib_socket_bind" = x""yes; then :
14472
+if test "x$ac_cv_lib_socket_bind" = xyes; then :
14473 14473
   LIBS="$LIBS -lsocket"; CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -lsocket"; FRESHCLAM_LIBS="$FRESHCLAM_LIBS -lsocket"; CLAMD_LIBS="$CLAMD_LIBS -lsocket"
14474 14474
 fi
14475 14475
 
14476 14476
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostent" >&5
14477 14477
 $as_echo_n "checking for library containing gethostent... " >&6; }
14478
-if test "${ac_cv_search_gethostent+set}" = set; then :
14478
+if ${ac_cv_search_gethostent+:} false; then :
14479 14479
   $as_echo_n "(cached) " >&6
14480 14480
 else
14481 14481
   ac_func_search_save_LIBS=$LIBS
... ...
@@ -14509,11 +14517,11 @@ for ac_lib in '' nsl; do
14509 14509
 fi
14510 14510
 rm -f core conftest.err conftest.$ac_objext \
14511 14511
     conftest$ac_exeext
14512
-  if test "${ac_cv_search_gethostent+set}" = set; then :
14512
+  if ${ac_cv_search_gethostent+:} false; then :
14513 14513
   break
14514 14514
 fi
14515 14515
 done
14516
-if test "${ac_cv_search_gethostent+set}" = set; then :
14516
+if ${ac_cv_search_gethostent+:} false; then :
14517 14517
 
14518 14518
 else
14519 14519
   ac_cv_search_gethostent=no
... ...
@@ -14544,7 +14552,7 @@ done
14544 14544
 
14545 14545
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5
14546 14546
 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
14547
-if test "${ac_cv_sys_largefile_source+set}" = set; then :
14547
+if ${ac_cv_sys_largefile_source+:} false; then :
14548 14548
   $as_echo_n "(cached) " >&6
14549 14549
 else
14550 14550
   while :; do
... ...
@@ -14614,7 +14622,7 @@ fi
14614 14614
 
14615 14615
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
14616 14616
 $as_echo_n "checking for working mmap... " >&6; }
14617
-if test "${ac_cv_c_mmap_private+set}" = set; then :
14617
+if ${ac_cv_c_mmap_private+:} false; then :
14618 14618
   $as_echo_n "(cached) " >&6
14619 14619
 else
14620 14620
 
... ...
@@ -14706,7 +14714,7 @@ rm -f conftest.mmap
14706 14706
 ac_cv_c_can_get_pagesize="no"
14707 14707
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysconf(_SC_PAGESIZE)" >&5
14708 14708
 $as_echo_n "checking for sysconf(_SC_PAGESIZE)... " >&6; }
14709
-if test "${ac_cv_c_sysconf_sc_pagesize+set}" = set; then :
14709
+if ${ac_cv_c_sysconf_sc_pagesize+:} false; then :
14710 14710
   $as_echo_n "(cached) " >&6
14711 14711
 else
14712 14712
 
... ...
@@ -14744,7 +14752,7 @@ $as_echo "#define HAVE_SYSCONF_SC_PAGESIZE 1" >>confdefs.h
14744 14744
 fi
14745 14745
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getpagesize()" >&5
14746 14746
 $as_echo_n "checking for getpagesize()... " >&6; }
14747
-if test "${ac_cv_c_getpagesize+set}" = set; then :
14747
+if ${ac_cv_c_getpagesize+:} false; then :
14748 14748
   $as_echo_n "(cached) " >&6
14749 14749
 else
14750 14750
 
... ...
@@ -14783,7 +14791,7 @@ fi
14783 14783
 
14784 14784
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANON(YMOUS)" >&5
14785 14785
 $as_echo_n "checking for MAP_ANON(YMOUS)... " >&6; }
14786
-if test "${ac_cv_c_mmap_anonymous+set}" = set; then :
14786
+if ${ac_cv_c_mmap_anonymous+:} false; then :
14787 14787
   $as_echo_n "(cached) " >&6
14788 14788
 else
14789 14789
 
... ...
@@ -14959,7 +14967,7 @@ else
14959 14959
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
14960 14960
 $as_echo_n "checking for non-GNU ld... " >&6; }
14961 14961
 fi
14962
-if test "${acl_cv_path_LD+set}" = set; then :
14962
+if ${acl_cv_path_LD+:} false; then :
14963 14963
   $as_echo_n "(cached) " >&6
14964 14964
 else
14965 14965
   if test -z "$LD"; then
... ...
@@ -14996,7 +15004,7 @@ fi
14996 14996
 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
14997 14997
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
14998 14998
 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
14999
-if test "${acl_cv_prog_gnu_ld+set}" = set; then :
14999
+if ${acl_cv_prog_gnu_ld+:} false; then :
15000 15000
   $as_echo_n "(cached) " >&6
15001 15001
 else
15002 15002
   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
... ...
@@ -15016,7 +15024,7 @@ with_gnu_ld=$acl_cv_prog_gnu_ld
15016 15016
 
15017 15017
                                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
15018 15018
 $as_echo_n "checking for shared library run path origin... " >&6; }
15019
-if test "${acl_cv_rpath+set}" = set; then :
15019
+if ${acl_cv_rpath+:} false; then :
15020 15020
   $as_echo_n "(cached) " >&6
15021 15021
 else
15022 15022
 
... ...
@@ -15506,7 +15514,7 @@ fi
15506 15506
 
15507 15507
 		CPPFLAGS="$CPPFLAGS $INCCHECK"
15508 15508
 		ac_fn_c_check_header_mongrel "$LINENO" "check.h" "ac_cv_header_check_h" "$ac_includes_default"
15509
-if test "x$ac_cv_header_check_h" = x""yes; then :
15509
+if test "x$ac_cv_header_check_h" = xyes; then :
15510 15510
   have_header=yes
15511 15511
 else
15512 15512
   have_header=no
... ...
@@ -15613,7 +15621,7 @@ do
15613 15613
 set dummy $ac_prog; ac_word=$2
15614 15614
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15615 15615
 $as_echo_n "checking for $ac_word... " >&6; }
15616
-if test "${ac_cv_prog_GCOV+set}" = set; then :
15616
+if ${ac_cv_prog_GCOV+:} false; then :
15617 15617
   $as_echo_n "(cached) " >&6
15618 15618
 else
15619 15619
   if test -n "$GCOV"; then
... ...
@@ -15656,7 +15664,7 @@ do
15656 15656
 set dummy $ac_prog; ac_word=$2
15657 15657
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15658 15658
 $as_echo_n "checking for $ac_word... " >&6; }
15659
-if test "${ac_cv_prog_LCOV+set}" = set; then :
15659
+if ${ac_cv_prog_LCOV+:} false; then :
15660 15660
   $as_echo_n "(cached) " >&6
15661 15661
 else
15662 15662
   if test -n "$LCOV"; then
... ...
@@ -15699,7 +15707,7 @@ do
15699 15699
 set dummy $ac_prog; ac_word=$2
15700 15700
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15701 15701
 $as_echo_n "checking for $ac_word... " >&6; }
15702
-if test "${ac_cv_prog_GENHTML+set}" = set; then :
15702
+if ${ac_cv_prog_GENHTML+:} false; then :
15703 15703
   $as_echo_n "(cached) " >&6
15704 15704
 else
15705 15705
   if test -n "$GENHTML"; then
... ...
@@ -15749,7 +15757,7 @@ fi
15749 15749
 
15750 15750
 have_pthreads=no
15751 15751
 ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
15752
-if test "x$ac_cv_header_pthread_h" = x""yes; then :
15752
+if test "x$ac_cv_header_pthread_h" = xyes; then :
15753 15753
   have_pthreads=yes
15754 15754
 fi
15755 15755
 
... ...
@@ -15842,7 +15850,7 @@ $as_echo "$as_me: WARNING: ****** stability problems to the ClamAV developers!"
15842 15842
 	LDFLAGS="$LDFLAGS -L$ZLIB_HOME/lib"
15843 15843
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflateEnd in -lz" >&5
15844 15844
 $as_echo_n "checking for inflateEnd in -lz... " >&6; }
15845
-if test "${ac_cv_lib_z_inflateEnd+set}" = set; then :
15845
+if ${ac_cv_lib_z_inflateEnd+:} false; then :
15846 15846
   $as_echo_n "(cached) " >&6
15847 15847
 else
15848 15848
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -15876,7 +15884,7 @@ LIBS=$ac_check_lib_save_LIBS
15876 15876
 fi
15877 15877
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflateEnd" >&5
15878 15878
 $as_echo "$ac_cv_lib_z_inflateEnd" >&6; }
15879
-if test "x$ac_cv_lib_z_inflateEnd" = x""yes; then :
15879
+if test "x$ac_cv_lib_z_inflateEnd" = xyes; then :
15880 15880
   LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS -L$ZLIB_HOME/lib -lz"; FRESHCLAM_LIBS="$FRESHCLAM_LIBS -L$ZLIB_HOME/lib -lz"
15881 15881
 else
15882 15882
   as_fn_error $? "Please install zlib and zlib-devel packages" "$LINENO" 5
... ...
@@ -15884,7 +15892,7 @@ fi
15884 15884
 
15885 15885
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gzopen in -lz" >&5
15886 15886
 $as_echo_n "checking for gzopen in -lz... " >&6; }
15887
-if test "${ac_cv_lib_z_gzopen+set}" = set; then :
15887
+if ${ac_cv_lib_z_gzopen+:} false; then :
15888 15888
   $as_echo_n "(cached) " >&6
15889 15889
 else
15890 15890
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -15918,7 +15926,7 @@ LIBS=$ac_check_lib_save_LIBS
15918 15918
 fi
15919 15919
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_gzopen" >&5
15920 15920
 $as_echo "$ac_cv_lib_z_gzopen" >&6; }
15921
-if test "x$ac_cv_lib_z_gzopen" = x""yes; then :
15921
+if test "x$ac_cv_lib_z_gzopen" = xyes; then :
15922 15922
   cat >>confdefs.h <<_ACEOF
15923 15923
 #define HAVE_LIBZ 1
15924 15924
 _ACEOF
... ...
@@ -15933,7 +15941,7 @@ fi
15933 15933
     else
15934 15934
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflateEnd in -lz" >&5
15935 15935
 $as_echo_n "checking for inflateEnd in -lz... " >&6; }
15936
-if test "${ac_cv_lib_z_inflateEnd+set}" = set; then :
15936
+if ${ac_cv_lib_z_inflateEnd+:} false; then :
15937 15937
   $as_echo_n "(cached) " >&6
15938 15938
 else
15939 15939
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -15967,7 +15975,7 @@ LIBS=$ac_check_lib_save_LIBS
15967 15967
 fi
15968 15968
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflateEnd" >&5
15969 15969
 $as_echo "$ac_cv_lib_z_inflateEnd" >&6; }
15970
-if test "x$ac_cv_lib_z_inflateEnd" = x""yes; then :
15970
+if test "x$ac_cv_lib_z_inflateEnd" = xyes; then :
15971 15971
   LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS -lz";FRESHCLAM_LIBS="$FRESHCLAM_LIBS -lz"
15972 15972
 else
15973 15973
   as_fn_error $? "Please install zlib and zlib-devel packages" "$LINENO" 5
... ...
@@ -15975,7 +15983,7 @@ fi
15975 15975
 
15976 15976
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gzopen in -lz" >&5
15977 15977
 $as_echo_n "checking for gzopen in -lz... " >&6; }
15978
-if test "${ac_cv_lib_z_gzopen+set}" = set; then :
15978
+if ${ac_cv_lib_z_gzopen+:} false; then :
15979 15979
   $as_echo_n "(cached) " >&6
15980 15980
 else
15981 15981
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -16009,7 +16017,7 @@ LIBS=$ac_check_lib_save_LIBS
16009 16009
 fi
16010 16010
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_gzopen" >&5
16011 16011
 $as_echo "$ac_cv_lib_z_gzopen" >&6; }
16012
-if test "x$ac_cv_lib_z_gzopen" = x""yes; then :
16012
+if test "x$ac_cv_lib_z_gzopen" = xyes; then :
16013 16013
   cat >>confdefs.h <<_ACEOF
16014 16014
 #define HAVE_LIBZ 1
16015 16015
 _ACEOF
... ...
@@ -16042,7 +16050,7 @@ then
16042 16042
 
16043 16043
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libbz2" >&5
16044 16044
 $as_echo_n "checking how to link with libbz2... " >&6; }
16045
-if test "${ac_cv_libbz2_libs+set}" = set; then :
16045
+if ${ac_cv_libbz2_libs+:} false; then :
16046 16046
   $as_echo_n "(cached) " >&6
16047 16047
 else
16048 16048
 
... ...
@@ -16543,7 +16551,7 @@ $as_echo "$ac_cv_libbz2_libs" >&6; }
16543 16543
     have_bzprefix="no"
16544 16544
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BZ2_bzReadOpen in -lbz2" >&5
16545 16545
 $as_echo_n "checking for BZ2_bzReadOpen in -lbz2... " >&6; }
16546
-if test "${ac_cv_lib_bz2_BZ2_bzReadOpen+set}" = set; then :
16546
+if ${ac_cv_lib_bz2_BZ2_bzReadOpen+:} false; then :
16547 16547
   $as_echo_n "(cached) " >&6
16548 16548
 else
16549 16549
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -16577,7 +16585,7 @@ LIBS=$ac_check_lib_save_LIBS
16577 16577
 fi
16578 16578
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bz2_BZ2_bzReadOpen" >&5
16579 16579
 $as_echo "$ac_cv_lib_bz2_BZ2_bzReadOpen" >&6; }
16580
-if test "x$ac_cv_lib_bz2_BZ2_bzReadOpen" = x""yes; then :
16580
+if test "x$ac_cv_lib_bz2_BZ2_bzReadOpen" = xyes; then :
16581 16581
   have_bzprefix="yes"
16582 16582
 fi
16583 16583
 
... ...
@@ -16589,10 +16597,10 @@ $as_echo "#define NOBZ2PREFIX 1" >>confdefs.h
16589 16589
     LDFLAGS="$save_LDFLAGS"
16590 16590
     if test "$HAVE_LIBBZ2" = "yes"; then
16591 16591
 	ac_fn_c_check_header_mongrel "$LINENO" "bzlib.h" "ac_cv_header_bzlib_h" "$ac_includes_default"
16592
-if test "x$ac_cv_header_bzlib_h" = x""yes; then :
16592
+if test "x$ac_cv_header_bzlib_h" = xyes; then :
16593 16593
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CVE-2008-1372" >&5
16594 16594
 $as_echo_n "checking for CVE-2008-1372... " >&6; }
16595
-if test "${ac_cv_c_cve_2008_1372+set}" = set; then :
16595
+if ${ac_cv_c_cve_2008_1372+:} false; then :
16596 16596
   $as_echo_n "(cached) " >&6
16597 16597
 else
16598 16598
 
... ...
@@ -16723,7 +16731,7 @@ $as_echo "$as_me: WARNING: ****** Please do not report stability problems to the
16723 16723
     if test "$HAVE_LIBBZ2" = "yes"; then
16724 16724
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CVE-2010-0405" >&5
16725 16725
 $as_echo_n "checking for CVE-2010-0405... " >&6; }
16726
-if test "${ac_cv_c_cve_2010_0405+set}" = set; then :
16726
+if ${ac_cv_c_cve_2010_0405+:} false; then :
16727 16727
   $as_echo_n "(cached) " >&6
16728 16728
 else
16729 16729
 
... ...
@@ -16887,7 +16895,7 @@ if test "$want_getaddrinfo" = "yes"
16887 16887
 then
16888 16888
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getaddrinfo" >&5
16889 16889
 $as_echo_n "checking for getaddrinfo... " >&6; }
16890
-    if test "${have_cv_gai+set}" = set; then :
16890
+    if ${have_cv_gai+:} false; then :
16891 16891
   $as_echo_n "(cached) " >&6
16892 16892
 else
16893 16893
 
... ...
@@ -16947,7 +16955,7 @@ if test "$want_ipv6" = "yes"
16947 16947
 then
16948 16948
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IPv6 support" >&5
16949 16949
 $as_echo_n "checking for IPv6 support... " >&6; }
16950
-    if test "${have_cv_ipv6+set}" = set; then :
16950
+    if ${have_cv_ipv6+:} false; then :
16951 16951
   $as_echo_n "(cached) " >&6
16952 16952
 else
16953 16953
 
... ...
@@ -17018,11 +17026,11 @@ if test $want_dns = yes; then
17018 17018
 #include <arpa/nameser.h>
17019 17019
 
17020 17020
 "
17021
-if test "x$ac_cv_header_resolv_h" = x""yes; then :
17021
+if test "x$ac_cv_header_resolv_h" = xyes; then :
17022 17022
 
17023 17023
 	    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dn_expand in std libs" >&5
17024 17024
 $as_echo_n "checking for dn_expand in std libs... " >&6; }
17025
-if test "${ac_cv_have_lresolv_std+set}" = set; then :
17025
+if ${ac_cv_have_lresolv_std+:} false; then :
17026 17026
   $as_echo_n "(cached) " >&6
17027 17027
 else
17028 17028
 
... ...
@@ -17054,7 +17062,7 @@ $as_echo "$ac_cv_have_lresolv_std" >&6; }
17054 17054
 	    LIBS=-lresolv
17055 17055
 	    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dn_expand in -lresolv" >&5
17056 17056
 $as_echo_n "checking for dn_expand in -lresolv... " >&6; }
17057
-if test "${ac_cv_have_lresolv_lresolv+set}" = set; then :
17057
+if ${ac_cv_have_lresolv_lresolv+:} false; then :
17058 17058
   $as_echo_n "(cached) " >&6
17059 17059
 else
17060 17060
 
... ...
@@ -17113,7 +17121,7 @@ fi
17113 17113
 if test "$cross_compiling" = no; then
17114 17114
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
17115 17115
 $as_echo_n "checking whether setpgrp takes no argument... " >&6; }
17116
-if test "${ac_cv_func_setpgrp_void+set}" = set; then :
17116
+if ${ac_cv_func_setpgrp_void+:} false; then :
17117 17117
   $as_echo_n "(cached) " >&6
17118 17118
 else
17119 17119
   if test "$cross_compiling" = yes; then :
... ...
@@ -17154,7 +17162,7 @@ fi
17154 17154
 else
17155 17155
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
17156 17156
 $as_echo_n "checking whether setpgrp takes no argument... " >&6; }
17157
-if test "${ac_cv_func_setpgrp_void+set}" = set; then :
17157
+if ${ac_cv_func_setpgrp_void+:} false; then :
17158 17158
   $as_echo_n "(cached) " >&6
17159 17159
 else
17160 17160
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -17207,7 +17215,7 @@ if test "${with_system_tommath+set}" = set; then :
17207 17207
 	yes)
17208 17208
 		{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mp_mul_2d in -ltommath" >&5
17209 17209
 $as_echo_n "checking for mp_mul_2d in -ltommath... " >&6; }
17210
-if test "${ac_cv_lib_tommath_mp_mul_2d+set}" = set; then :
17210
+if ${ac_cv_lib_tommath_mp_mul_2d+:} false; then :
17211 17211
   $as_echo_n "(cached) " >&6
17212 17212
 else
17213 17213
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -17241,7 +17249,7 @@ LIBS=$ac_check_lib_save_LIBS
17241 17241
 fi
17242 17242
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tommath_mp_mul_2d" >&5
17243 17243
 $as_echo "$ac_cv_lib_tommath_mp_mul_2d" >&6; }
17244
-if test "x$ac_cv_lib_tommath_mp_mul_2d" = x""yes; then :
17244
+if test "x$ac_cv_lib_tommath_mp_mul_2d" = xyes; then :
17245 17245
 
17246 17246
 
17247 17247
 $as_echo "#define HAVE_SYSTEM_TOMMATH 1" >>confdefs.h
... ...
@@ -17257,7 +17265,7 @@ fi
17257 17257
 
17258 17258
 	;;
17259 17259
 	no) ;;
17260
-	*) as_fn_error $? "--with-system-tommath does not take an argument" "$LINENO" 5  ;;
17260
+	*) as_fn_error $? "--with-system-tommath does not take an argument" "$LINENO" 5 ;;
17261 17261
 	esac
17262 17262
 
17263 17263
 fi
... ...
@@ -17278,7 +17286,7 @@ if test "${with_iconv+set}" = set; then :
17278 17278
   withval=$with_iconv;
17279 17279
  case "$withval" in
17280 17280
 	 yes|no) wiconv="$withval";;
17281
-	 *) as_fn_error $? "--with-iconv does not take an argument" "$LINENO" 5 ;;
17281
+	 *) as_fn_error $? "--with-iconv does not take an argument" "$LINENO" 5;;
17282 17282
  esac
17283 17283
 else
17284 17284
    wiconv=auto
... ...
@@ -17287,7 +17295,7 @@ fi
17287 17287
 if test "X$wiconv" != "Xno"; then
17288 17288
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libiconv_open in -liconv" >&5
17289 17289
 $as_echo_n "checking for libiconv_open in -liconv... " >&6; }
17290
-if test "${ac_cv_lib_iconv_libiconv_open+set}" = set; then :
17290
+if ${ac_cv_lib_iconv_libiconv_open+:} false; then :
17291 17291
   $as_echo_n "(cached) " >&6
17292 17292
 else
17293 17293
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -17321,7 +17329,7 @@ LIBS=$ac_check_lib_save_LIBS
17321 17321
 fi
17322 17322
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_iconv_libiconv_open" >&5
17323 17323
 $as_echo "$ac_cv_lib_iconv_libiconv_open" >&6; }
17324
-if test "x$ac_cv_lib_iconv_libiconv_open" = x""yes; then :
17324
+if test "x$ac_cv_lib_iconv_libiconv_open" = xyes; then :
17325 17325
   LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS -liconv"
17326 17326
 fi
17327 17327
 
... ...
@@ -17850,7 +17858,7 @@ if test "$have_milter" = "yes"; then
17850 17850
     LIBS="$LIBS -lmilter $CLAMAV_MILTER_LIBS"
17851 17851
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mi_stop in -lmilter" >&5
17852 17852
 $as_echo_n "checking for mi_stop in -lmilter... " >&6; }
17853
-if test "${ac_cv_lib_milter_mi_stop+set}" = set; then :
17853
+if ${ac_cv_lib_milter_mi_stop+:} false; then :
17854 17854
   $as_echo_n "(cached) " >&6
17855 17855
 else
17856 17856
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -17884,13 +17892,13 @@ LIBS=$ac_check_lib_save_LIBS
17884 17884
 fi
17885 17885
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_milter_mi_stop" >&5
17886 17886
 $as_echo "$ac_cv_lib_milter_mi_stop" >&6; }
17887
-if test "x$ac_cv_lib_milter_mi_stop" = x""yes; then :
17887
+if test "x$ac_cv_lib_milter_mi_stop" = xyes; then :
17888 17888
   CLAMAV_MILTER_LIBS="-lmilter $CLAMAV_MILTER_LIBS"
17889 17889
 else
17890 17890
 
17891 17891
 		{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strlcpy" >&5
17892 17892
 $as_echo_n "checking for library containing strlcpy... " >&6; }
17893
-if test "${ac_cv_search_strlcpy+set}" = set; then :
17893
+if ${ac_cv_search_strlcpy+:} false; then :
17894 17894
   $as_echo_n "(cached) " >&6
17895 17895
 else
17896 17896
   ac_func_search_save_LIBS=$LIBS
... ...
@@ -17924,11 +17932,11 @@ for ac_lib in '' sm smutil; do
17924 17924
 fi
17925 17925
 rm -f core conftest.err conftest.$ac_objext \
17926 17926
     conftest$ac_exeext
17927
-  if test "${ac_cv_search_strlcpy+set}" = set; then :
17927
+  if ${ac_cv_search_strlcpy+:} false; then :
17928 17928
   break
17929 17929
 fi
17930 17930
 done
17931
-if test "${ac_cv_search_strlcpy+set}" = set; then :
17931
+if ${ac_cv_search_strlcpy+:} false; then :
17932 17932
 
17933 17933
 else
17934 17934
   ac_cv_search_strlcpy=no
... ...
@@ -17948,7 +17956,7 @@ fi
17948 17948
 	$as_unset ac_cv_lib_milter_mi_stop
17949 17949
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mi_stop in -lmilter" >&5
17950 17950
 $as_echo_n "checking for mi_stop in -lmilter... " >&6; }
17951
-if test "${ac_cv_lib_milter_mi_stop+set}" = set; then :
17951
+if ${ac_cv_lib_milter_mi_stop+:} false; then :
17952 17952
   $as_echo_n "(cached) " >&6
17953 17953
 else
17954 17954
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -17982,7 +17990,7 @@ LIBS=$ac_check_lib_save_LIBS
17982 17982
 fi
17983 17983
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_milter_mi_stop" >&5
17984 17984
 $as_echo "$ac_cv_lib_milter_mi_stop" >&6; }
17985
-if test "x$ac_cv_lib_milter_mi_stop" = x""yes; then :
17985
+if test "x$ac_cv_lib_milter_mi_stop" = xyes; then :
17986 17986
   CLAMAV_MILTER_LIBS="-lmilter $CLAMAV_MILTER_XLIB $CLAMAV_MILTER_LIBS"
17987 17987
 else
17988 17988
 
... ...
@@ -17997,7 +18005,7 @@ fi
17997 17997
     for ac_header in libmilter/mfapi.h
17998 17998
 do :
17999 17999
   ac_fn_c_check_header_mongrel "$LINENO" "libmilter/mfapi.h" "ac_cv_header_libmilter_mfapi_h" "$ac_includes_default"
18000
-if test "x$ac_cv_header_libmilter_mfapi_h" = x""yes; then :
18000
+if test "x$ac_cv_header_libmilter_mfapi_h" = xyes; then :
18001 18001
   cat >>confdefs.h <<_ACEOF
18002 18002
 #define HAVE_LIBMILTER_MFAPI_H 1
18003 18003
 _ACEOF
... ...
@@ -18060,7 +18068,7 @@ fi
18060 18060
 for ac_func in enable_extended_FILE_stdio
18061 18061
 do :
18062 18062
   ac_fn_c_check_func "$LINENO" "enable_extended_FILE_stdio" "ac_cv_func_enable_extended_FILE_stdio"
18063
-if test "x$ac_cv_func_enable_extended_FILE_stdio" = x""yes; then :
18063
+if test "x$ac_cv_func_enable_extended_FILE_stdio" = xyes; then :
18064 18064
   cat >>confdefs.h <<_ACEOF
18065 18065
 #define HAVE_ENABLE_EXTENDED_FILE_STDIO 1
18066 18066
 _ACEOF
... ...
@@ -18193,7 +18201,7 @@ fi
18193 18193
 
18194 18194
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t" >&5
18195 18195
 $as_echo_n "checking for socklen_t... " >&6; }
18196
-if test "${ac_cv_socklen_t+set}" = set; then :
18196
+if ${ac_cv_socklen_t+:} false; then :
18197 18197
   $as_echo_n "(cached) " >&6
18198 18198
 else
18199 18199
 
... ...
@@ -18229,7 +18237,7 @@ $as_echo "$ac_cv_socklen_t" >&6; }
18229 18229
     if test $ac_cv_socklen_t = no; then
18230 18230
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t equivalent" >&5
18231 18231
 $as_echo_n "checking for socklen_t equivalent... " >&6; }
18232
-    if test "${ac_cv_socklen_t_equiv+set}" = set; then :
18232
+    if ${ac_cv_socklen_t_equiv+:} false; then :
18233 18233
   $as_echo_n "(cached) " >&6
18234 18234
 else
18235 18235
 
... ...
@@ -18292,7 +18300,7 @@ $as_echo_n "checking for $clamav_user using id... " >&6; }
18292 18292
 set dummy getent; ac_word=$2
18293 18293
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18294 18294
 $as_echo_n "checking for $ac_word... " >&6; }
18295
-if test "${ac_cv_path_GETENT+set}" = set; then :
18295
+if ${ac_cv_path_GETENT+:} false; then :
18296 18296
   $as_echo_n "(cached) " >&6
18297 18297
 else
18298 18298
   case $GETENT in
... ...
@@ -18376,7 +18384,7 @@ fi
18376 18376
 
18377 18377
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for structure packing via __attribute__((packed))" >&5
18378 18378
 $as_echo_n "checking for structure packing via __attribute__((packed))... " >&6; }
18379
-if test "${have_cv_attrib_packed+set}" = set; then :
18379
+if ${have_cv_attrib_packed+:} false; then :
18380 18380
   $as_echo_n "(cached) " >&6
18381 18381
 else
18382 18382
 
... ...
@@ -18410,7 +18418,7 @@ $as_echo "$have_cv_attrib_packed" >&6; }
18410 18410
 if test "$have_cv_attrib_packed" = no; then
18411 18411
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for structure packing via pragma" >&5
18412 18412
 $as_echo_n "checking for structure packing via pragma... " >&6; }
18413
-	if test "${have_cv_pragma_pack+set}" = set; then :
18413
+	if ${have_cv_pragma_pack+:} false; then :
18414 18414
   $as_echo_n "(cached) " >&6
18415 18415
 else
18416 18416
 
... ...
@@ -18418,7 +18426,7 @@ else
18418 18418
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18419 18419
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18420 18420
 as_fn_error $? "cannot run test program while cross compiling
18421
-See \`config.log' for more details" "$LINENO" 5 ; }
18421
+See \`config.log' for more details" "$LINENO" 5; }
18422 18422
 else
18423 18423
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18424 18424
 /* end confdefs.h.  */
... ...
@@ -18449,7 +18457,7 @@ $as_echo "#define HAVE_PRAGMA_PACK 1" >>confdefs.h
18449 18449
 	else
18450 18450
 		{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for structure packing via hppa/hp-ux pragma" >&5
18451 18451
 $as_echo_n "checking for structure packing via hppa/hp-ux pragma... " >&6; }
18452
-		if test "${have_cv_pragma_pack_hpux+set}" = set; then :
18452
+		if ${have_cv_pragma_pack_hpux+:} false; then :
18453 18453
   $as_echo_n "(cached) " >&6
18454 18454
 else
18455 18455
 
... ...
@@ -18457,7 +18465,7 @@ else
18457 18457
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18458 18458
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18459 18459
 as_fn_error $? "cannot run test program while cross compiling
18460
-See \`config.log' for more details" "$LINENO" 5 ; }
18460
+See \`config.log' for more details" "$LINENO" 5; }
18461 18461
 else
18462 18462
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18463 18463
 /* end confdefs.h.  */
... ...
@@ -18490,7 +18498,7 @@ fi
18490 18490
 
18491 18491
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type aligning via __attribute__((aligned))" >&5
18492 18492
 $as_echo_n "checking for type aligning via __attribute__((aligned))... " >&6; }
18493
-if test "${have_cv_attrib_aligned+set}" = set; then :
18493
+if ${have_cv_attrib_aligned+:} false; then :
18494 18494
   $as_echo_n "(cached) " >&6
18495 18495
 else
18496 18496
 
... ...
@@ -18535,7 +18543,7 @@ fi
18535 18535
 
18536 18536
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that structure packing works" >&5
18537 18537
 $as_echo_n "checking that structure packing works... " >&6; }
18538
-if test "${have_cv_struct_pack+set}" = set; then :
18538
+if ${have_cv_struct_pack+:} false; then :
18539 18539
   $as_echo_n "(cached) " >&6
18540 18540
 else
18541 18541
 
... ...
@@ -18753,7 +18761,7 @@ done
18753 18753
 
18754 18754
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for msg_control field in struct msghdr" >&5
18755 18755
 $as_echo_n "checking for msg_control field in struct msghdr... " >&6; }
18756
-if test "${ac_cv_have_control_in_msghdr+set}" = set; then :
18756
+if ${ac_cv_have_control_in_msghdr+:} false; then :
18757 18757
   $as_echo_n "(cached) " >&6
18758 18758
 else
18759 18759
 
... ...
@@ -19643,7 +19651,7 @@ fi
19643 19643
 
19644 19644
 		CPPFLAGS="$CPPFLAGS $INCNCURSES"
19645 19645
 		ac_fn_c_check_header_mongrel "$LINENO" "ncurses/ncurses.h" "ac_cv_header_ncurses_ncurses_h" "$ac_includes_default"
19646
-if test "x$ac_cv_header_ncurses_ncurses_h" = x""yes; then :
19646
+if test "x$ac_cv_header_ncurses_ncurses_h" = xyes; then :
19647 19647
   have_header=yes
19648 19648
 else
19649 19649
   have_header=no
... ...
@@ -20168,7 +20176,7 @@ fi
20168 20168
 
20169 20169
 		CPPFLAGS="$CPPFLAGS $INCNCURSES"
20170 20170
 		ac_fn_c_check_header_mongrel "$LINENO" "ncurses.h" "ac_cv_header_ncurses_h" "$ac_includes_default"
20171
-if test "x$ac_cv_header_ncurses_h" = x""yes; then :
20171
+if test "x$ac_cv_header_ncurses_h" = xyes; then :
20172 20172
   have_header=yes
20173 20173
 else
20174 20174
   have_header=no
... ...
@@ -20693,7 +20701,7 @@ fi
20693 20693
 
20694 20694
 		CPPFLAGS="$CPPFLAGS $INCPDCURSES"
20695 20695
 		ac_fn_c_check_header_mongrel "$LINENO" "curses.h" "ac_cv_header_curses_h" "$ac_includes_default"
20696
-if test "x$ac_cv_header_curses_h" = x""yes; then :
20696
+if test "x$ac_cv_header_curses_h" = xyes; then :
20697 20697
   have_header=yes
20698 20698
 else
20699 20699
   have_header=no
... ...
@@ -20913,10 +20921,21 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
20913 20913
      :end' >>confcache
20914 20914
 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
20915 20915
   if test -w "$cache_file"; then
20916
-    test "x$cache_file" != "x/dev/null" &&
20916
+    if test "x$cache_file" != "x/dev/null"; then
20917 20917
       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
20918 20918
 $as_echo "$as_me: updating cache $cache_file" >&6;}
20919
-    cat confcache >$cache_file
20919
+      if test ! -f "$cache_file" || test -h "$cache_file"; then
20920
+	cat confcache >"$cache_file"
20921
+      else
20922
+        case $cache_file in #(
20923
+        */* | ?:*)
20924
+	  mv -f confcache "$cache_file"$$ &&
20925
+	  mv -f "$cache_file"$$ "$cache_file" ;; #(
20926
+        *)
20927
+	  mv -f confcache "$cache_file" ;;
20928
+	esac
20929
+      fi
20930
+    fi
20920 20931
   else
20921 20932
     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
20922 20933
 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
... ...
@@ -21026,7 +21045,7 @@ if test -z "${HAVE_CURSES_TRUE}" && test -z "${HAVE_CURSES_FALSE}"; then
21026 21026
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
21027 21027
 fi
21028 21028
 
21029
-: ${CONFIG_STATUS=./config.status}
21029
+: "${CONFIG_STATUS=./config.status}"
21030 21030
 ac_write_fail=0
21031 21031
 ac_clean_files_save=$ac_clean_files
21032 21032
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
... ...
@@ -21127,6 +21146,7 @@ fi
21127 21127
 IFS=" ""	$as_nl"
21128 21128
 
21129 21129
 # Find who we are.  Look in the path if we contain no directory separator.
21130
+as_myself=
21130 21131
 case $0 in #((
21131 21132
   *[\\/]* ) as_myself=$0 ;;
21132 21133
   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
... ...
@@ -21434,7 +21454,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21434 21434
 # values after options handling.
21435 21435
 ac_log="
21436 21436
 This file was extended by ClamAV $as_me devel, which was
21437
-generated by GNU Autoconf 2.67.  Invocation command line was
21437
+generated by GNU Autoconf 2.68.  Invocation command line was
21438 21438
 
21439 21439
   CONFIG_FILES    = $CONFIG_FILES
21440 21440
   CONFIG_HEADERS  = $CONFIG_HEADERS
... ...
@@ -21501,7 +21521,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21501 21501
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
21502 21502
 ac_cs_version="\\
21503 21503
 ClamAV config.status devel
21504
-configured by $0, generated by GNU Autoconf 2.67,
21504
+configured by $0, generated by GNU Autoconf 2.68,
21505 21505
   with options \\"\$ac_cs_config\\"
21506 21506
 
21507 21507
 Copyright (C) 2010 Free Software Foundation, Inc.
... ...
@@ -21941,7 +21961,7 @@ do
21941 21941
     "docs/man/sigtool.1") CONFIG_FILES="$CONFIG_FILES docs/man/sigtool.1" ;;
21942 21942
     "docs/man/clamdtop.1") CONFIG_FILES="$CONFIG_FILES docs/man/clamdtop.1" ;;
21943 21943
 
21944
-  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
21944
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
21945 21945
   esac
21946 21946
 done
21947 21947
 
... ...
@@ -21964,9 +21984,10 @@ fi
21964 21964
 # after its creation but before its name has been assigned to `$tmp'.
21965 21965
 $debug ||
21966 21966
 {
21967
-  tmp=
21967
+  tmp= ac_tmp=
21968 21968
   trap 'exit_status=$?
21969
-  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
21969
+  : "${ac_tmp:=$tmp}"
21970
+  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
21970 21971
 ' 0
21971 21972
   trap 'as_fn_exit 1' 1 2 13 15
21972 21973
 }
... ...
@@ -21974,12 +21995,13 @@ $debug ||
21974 21974
 
21975 21975
 {
21976 21976
   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
21977
-  test -n "$tmp" && test -d "$tmp"
21977
+  test -d "$tmp"
21978 21978
 }  ||
21979 21979
 {
21980 21980
   tmp=./conf$$-$RANDOM
21981 21981
   (umask 077 && mkdir "$tmp")
21982 21982
 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
21983
+ac_tmp=$tmp
21983 21984
 
21984 21985
 # Set up the scripts for CONFIG_FILES section.
21985 21986
 # No need to generate them if there are no CONFIG_FILES.
... ...
@@ -22001,7 +22023,7 @@ else
22001 22001
   ac_cs_awk_cr=$ac_cr
22002 22002
 fi
22003 22003
 
22004
-echo 'BEGIN {' >"$tmp/subs1.awk" &&
22004
+echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
22005 22005
 _ACEOF
22006 22006
 
22007 22007
 
... ...
@@ -22029,7 +22051,7 @@ done
22029 22029
 rm -f conf$$subs.sh
22030 22030
 
22031 22031
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22032
-cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
22032
+cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
22033 22033
 _ACEOF
22034 22034
 sed -n '
22035 22035
 h
... ...
@@ -22077,7 +22099,7 @@ t delim
22077 22077
 rm -f conf$$subs.awk
22078 22078
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22079 22079
 _ACAWK
22080
-cat >>"\$tmp/subs1.awk" <<_ACAWK &&
22080
+cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
22081 22081
   for (key in S) S_is_set[key] = 1
22082 22082
   FS = ""
22083 22083
 
... ...
@@ -22109,7 +22131,7 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
22109 22109
   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
22110 22110
 else
22111 22111
   cat
22112
-fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
22112
+fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
22113 22113
   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
22114 22114
 _ACEOF
22115 22115
 
... ...
@@ -22143,7 +22165,7 @@ fi # test -n "$CONFIG_FILES"
22143 22143
 # No need to generate them if there are no CONFIG_HEADERS.
22144 22144
 # This happens for instance with `./config.status Makefile'.
22145 22145
 if test -n "$CONFIG_HEADERS"; then
22146
-cat >"$tmp/defines.awk" <<\_ACAWK ||
22146
+cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
22147 22147
 BEGIN {
22148 22148
 _ACEOF
22149 22149
 
... ...
@@ -22155,8 +22177,8 @@ _ACEOF
22155 22155
 # handling of long lines.
22156 22156
 ac_delim='%!_!# '
22157 22157
 for ac_last_try in false false :; do
22158
-  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
22159
-  if test -z "$ac_t"; then
22158
+  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
22159
+  if test -z "$ac_tt"; then
22160 22160
     break
22161 22161
   elif $ac_last_try; then
22162 22162
     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
... ...
@@ -22257,7 +22279,7 @@ do
22257 22257
   esac
22258 22258
   case $ac_mode$ac_tag in
22259 22259
   :[FHL]*:*);;
22260
-  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
22260
+  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
22261 22261
   :[FH]-) ac_tag=-:-;;
22262 22262
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
22263 22263
   esac
... ...
@@ -22276,7 +22298,7 @@ do
22276 22276
     for ac_f
22277 22277
     do
22278 22278
       case $ac_f in
22279
-      -) ac_f="$tmp/stdin";;
22279
+      -) ac_f="$ac_tmp/stdin";;
22280 22280
       *) # Look for the file first in the build tree, then in the source tree
22281 22281
 	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
22282 22282
 	 # because $ac_f cannot contain `:'.
... ...
@@ -22285,7 +22307,7 @@ do
22285 22285
 	   [\\/$]*) false;;
22286 22286
 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
22287 22287
 	   esac ||
22288
-	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
22288
+	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
22289 22289
       esac
22290 22290
       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
22291 22291
       as_fn_append ac_file_inputs " '$ac_f'"
... ...
@@ -22311,8 +22333,8 @@ $as_echo "$as_me: creating $ac_file" >&6;}
22311 22311
     esac
22312 22312
 
22313 22313
     case $ac_tag in
22314
-    *:-:* | *:-) cat >"$tmp/stdin" \
22315
-      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
22314
+    *:-:* | *:-) cat >"$ac_tmp/stdin" \
22315
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
22316 22316
     esac
22317 22317
     ;;
22318 22318
   esac
... ...
@@ -22448,21 +22470,22 @@ s&@INSTALL@&$ac_INSTALL&;t t
22448 22448
 s&@MKDIR_P@&$ac_MKDIR_P&;t t
22449 22449
 $ac_datarootdir_hack
22450 22450
 "
22451
-eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
22452
-  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22451
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
22452
+  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22453 22453
 
22454 22454
 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22455
-  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
22456
-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
22455
+  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
22456
+  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
22457
+      "$ac_tmp/out"`; test -z "$ac_out"; } &&
22457 22458
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22458 22459
 which seems to be undefined.  Please make sure it is defined" >&5
22459 22460
 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22460 22461
 which seems to be undefined.  Please make sure it is defined" >&2;}
22461 22462
 
22462
-  rm -f "$tmp/stdin"
22463
+  rm -f "$ac_tmp/stdin"
22463 22464
   case $ac_file in
22464
-  -) cat "$tmp/out" && rm -f "$tmp/out";;
22465
-  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
22465
+  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
22466
+  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
22466 22467
   esac \
22467 22468
   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22468 22469
  ;;
... ...
@@ -22473,20 +22496,20 @@ which seems to be undefined.  Please make sure it is defined" >&2;}
22473 22473
   if test x"$ac_file" != x-; then
22474 22474
     {
22475 22475
       $as_echo "/* $configure_input  */" \
22476
-      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
22477
-    } >"$tmp/config.h" \
22476
+      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
22477
+    } >"$ac_tmp/config.h" \
22478 22478
       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22479
-    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
22479
+    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
22480 22480
       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
22481 22481
 $as_echo "$as_me: $ac_file is unchanged" >&6;}
22482 22482
     else
22483 22483
       rm -f "$ac_file"
22484
-      mv "$tmp/config.h" "$ac_file" \
22484
+      mv "$ac_tmp/config.h" "$ac_file" \
22485 22485
 	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
22486 22486
     fi
22487 22487
   else
22488 22488
     $as_echo "/* $configure_input  */" \
22489
-      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
22489
+      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
22490 22490
       || as_fn_error $? "could not create -" "$LINENO" 5
22491 22491
   fi
22492 22492
 # Compute "$ac_file"'s index in $config_headers.
... ...
@@ -23523,10 +23546,21 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
23523 23523
      :end' >>confcache
23524 23524
 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
23525 23525
   if test -w "$cache_file"; then
23526
-    test "x$cache_file" != "x/dev/null" &&
23526
+    if test "x$cache_file" != "x/dev/null"; then
23527 23527
       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
23528 23528
 $as_echo "$as_me: updating cache $cache_file" >&6;}
23529
-    cat confcache >$cache_file
23529
+      if test ! -f "$cache_file" || test -h "$cache_file"; then
23530
+	cat confcache >"$cache_file"
23531
+      else
23532
+        case $cache_file in #(
23533
+        */* | ?:*)
23534
+	  mv -f confcache "$cache_file"$$ &&
23535
+	  mv -f "$cache_file"$$ "$cache_file" ;; #(
23536
+        *)
23537
+	  mv -f confcache "$cache_file" ;;
23538
+	esac
23539
+      fi
23540
+    fi
23530 23541
   else
23531 23542
     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
23532 23543
 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
... ...
@@ -23644,7 +23678,7 @@ if test -z "${ENABLE_LLVM_TRUE}" && test -z "${ENABLE_LLVM_FALSE}"; then
23644 23644
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
23645 23645
 fi
23646 23646
 
23647
-: ${CONFIG_STATUS=./config.status}
23647
+: "${CONFIG_STATUS=./config.status}"
23648 23648
 ac_write_fail=0
23649 23649
 ac_clean_files_save=$ac_clean_files
23650 23650
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
... ...
@@ -23745,6 +23779,7 @@ fi
23745 23745
 IFS=" ""	$as_nl"
23746 23746
 
23747 23747
 # Find who we are.  Look in the path if we contain no directory separator.
23748
+as_myself=
23748 23749
 case $0 in #((
23749 23750
   *[\\/]* ) as_myself=$0 ;;
23750 23751
   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
... ...
@@ -24052,7 +24087,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
24052 24052
 # values after options handling.
24053 24053
 ac_log="
24054 24054
 This file was extended by ClamAV $as_me devel, which was
24055
-generated by GNU Autoconf 2.67.  Invocation command line was
24055
+generated by GNU Autoconf 2.68.  Invocation command line was
24056 24056
 
24057 24057
   CONFIG_FILES    = $CONFIG_FILES
24058 24058
   CONFIG_HEADERS  = $CONFIG_HEADERS
... ...
@@ -24119,7 +24154,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
24119 24119
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
24120 24120
 ac_cs_version="\\
24121 24121
 ClamAV config.status devel
24122
-configured by $0, generated by GNU Autoconf 2.67,
24122
+configured by $0, generated by GNU Autoconf 2.68,
24123 24123
   with options \\"\$ac_cs_config\\"
24124 24124
 
24125 24125
 Copyright (C) 2010 Free Software Foundation, Inc.
... ...
@@ -24561,7 +24596,7 @@ do
24561 24561
     "docs/man/clamdtop.1") CONFIG_FILES="$CONFIG_FILES docs/man/clamdtop.1" ;;
24562 24562
     "libclamav/Makefile") CONFIG_FILES="$CONFIG_FILES libclamav/Makefile" ;;
24563 24563
 
24564
-  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
24564
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
24565 24565
   esac
24566 24566
 done
24567 24567
 
... ...
@@ -24584,9 +24619,10 @@ fi
24584 24584
 # after its creation but before its name has been assigned to `$tmp'.
24585 24585
 $debug ||
24586 24586
 {
24587
-  tmp=
24587
+  tmp= ac_tmp=
24588 24588
   trap 'exit_status=$?
24589
-  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
24589
+  : "${ac_tmp:=$tmp}"
24590
+  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
24590 24591
 ' 0
24591 24592
   trap 'as_fn_exit 1' 1 2 13 15
24592 24593
 }
... ...
@@ -24594,12 +24630,13 @@ $debug ||
24594 24594
 
24595 24595
 {
24596 24596
   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
24597
-  test -n "$tmp" && test -d "$tmp"
24597
+  test -d "$tmp"
24598 24598
 }  ||
24599 24599
 {
24600 24600
   tmp=./conf$$-$RANDOM
24601 24601
   (umask 077 && mkdir "$tmp")
24602 24602
 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
24603
+ac_tmp=$tmp
24603 24604
 
24604 24605
 # Set up the scripts for CONFIG_FILES section.
24605 24606
 # No need to generate them if there are no CONFIG_FILES.
... ...
@@ -24621,7 +24658,7 @@ else
24621 24621
   ac_cs_awk_cr=$ac_cr
24622 24622
 fi
24623 24623
 
24624
-echo 'BEGIN {' >"$tmp/subs1.awk" &&
24624
+echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
24625 24625
 _ACEOF
24626 24626
 
24627 24627
 
... ...
@@ -24649,7 +24686,7 @@ done
24649 24649
 rm -f conf$$subs.sh
24650 24650
 
24651 24651
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
24652
-cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
24652
+cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
24653 24653
 _ACEOF
24654 24654
 sed -n '
24655 24655
 h
... ...
@@ -24697,7 +24734,7 @@ t delim
24697 24697
 rm -f conf$$subs.awk
24698 24698
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
24699 24699
 _ACAWK
24700
-cat >>"\$tmp/subs1.awk" <<_ACAWK &&
24700
+cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
24701 24701
   for (key in S) S_is_set[key] = 1
24702 24702
   FS = ""
24703 24703
 
... ...
@@ -24729,7 +24766,7 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
24729 24729
   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
24730 24730
 else
24731 24731
   cat
24732
-fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
24732
+fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
24733 24733
   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
24734 24734
 _ACEOF
24735 24735
 
... ...
@@ -24763,7 +24800,7 @@ fi # test -n "$CONFIG_FILES"
24763 24763
 # No need to generate them if there are no CONFIG_HEADERS.
24764 24764
 # This happens for instance with `./config.status Makefile'.
24765 24765
 if test -n "$CONFIG_HEADERS"; then
24766
-cat >"$tmp/defines.awk" <<\_ACAWK ||
24766
+cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
24767 24767
 BEGIN {
24768 24768
 _ACEOF
24769 24769
 
... ...
@@ -24775,8 +24812,8 @@ _ACEOF
24775 24775
 # handling of long lines.
24776 24776
 ac_delim='%!_!# '
24777 24777
 for ac_last_try in false false :; do
24778
-  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
24779
-  if test -z "$ac_t"; then
24778
+  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
24779
+  if test -z "$ac_tt"; then
24780 24780
     break
24781 24781
   elif $ac_last_try; then
24782 24782
     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
... ...
@@ -24877,7 +24914,7 @@ do
24877 24877
   esac
24878 24878
   case $ac_mode$ac_tag in
24879 24879
   :[FHL]*:*);;
24880
-  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
24880
+  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
24881 24881
   :[FH]-) ac_tag=-:-;;
24882 24882
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
24883 24883
   esac
... ...
@@ -24896,7 +24933,7 @@ do
24896 24896
     for ac_f
24897 24897
     do
24898 24898
       case $ac_f in
24899
-      -) ac_f="$tmp/stdin";;
24899
+      -) ac_f="$ac_tmp/stdin";;
24900 24900
       *) # Look for the file first in the build tree, then in the source tree
24901 24901
 	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
24902 24902
 	 # because $ac_f cannot contain `:'.
... ...
@@ -24905,7 +24942,7 @@ do
24905 24905
 	   [\\/$]*) false;;
24906 24906
 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
24907 24907
 	   esac ||
24908
-	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
24908
+	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
24909 24909
       esac
24910 24910
       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
24911 24911
       as_fn_append ac_file_inputs " '$ac_f'"
... ...
@@ -24931,8 +24968,8 @@ $as_echo "$as_me: creating $ac_file" >&6;}
24931 24931
     esac
24932 24932
 
24933 24933
     case $ac_tag in
24934
-    *:-:* | *:-) cat >"$tmp/stdin" \
24935
-      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
24934
+    *:-:* | *:-) cat >"$ac_tmp/stdin" \
24935
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
24936 24936
     esac
24937 24937
     ;;
24938 24938
   esac
... ...
@@ -25068,21 +25105,22 @@ s&@INSTALL@&$ac_INSTALL&;t t
25068 25068
 s&@MKDIR_P@&$ac_MKDIR_P&;t t
25069 25069
 $ac_datarootdir_hack
25070 25070
 "
25071
-eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
25072
-  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
25071
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
25072
+  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
25073 25073
 
25074 25074
 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
25075
-  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
25076
-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
25075
+  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
25076
+  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
25077
+      "$ac_tmp/out"`; test -z "$ac_out"; } &&
25077 25078
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
25078 25079
 which seems to be undefined.  Please make sure it is defined" >&5
25079 25080
 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
25080 25081
 which seems to be undefined.  Please make sure it is defined" >&2;}
25081 25082
 
25082
-  rm -f "$tmp/stdin"
25083
+  rm -f "$ac_tmp/stdin"
25083 25084
   case $ac_file in
25084
-  -) cat "$tmp/out" && rm -f "$tmp/out";;
25085
-  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
25085
+  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
25086
+  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
25086 25087
   esac \
25087 25088
   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
25088 25089
  ;;
... ...
@@ -25093,20 +25131,20 @@ which seems to be undefined.  Please make sure it is defined" >&2;}
25093 25093
   if test x"$ac_file" != x-; then
25094 25094
     {
25095 25095
       $as_echo "/* $configure_input  */" \
25096
-      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
25097
-    } >"$tmp/config.h" \
25096
+      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
25097
+    } >"$ac_tmp/config.h" \
25098 25098
       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
25099
-    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
25099
+    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
25100 25100
       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
25101 25101
 $as_echo "$as_me: $ac_file is unchanged" >&6;}
25102 25102
     else
25103 25103
       rm -f "$ac_file"
25104
-      mv "$tmp/config.h" "$ac_file" \
25104
+      mv "$ac_tmp/config.h" "$ac_file" \
25105 25105
 	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
25106 25106
     fi
25107 25107
   else
25108 25108
     $as_echo "/* $configure_input  */" \
25109
-      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
25109
+      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
25110 25110
       || as_fn_error $? "could not create -" "$LINENO" 5
25111 25111
   fi
25112 25112
 # Compute "$ac_file"'s index in $config_headers.
... ...
@@ -13,8 +13,8 @@
13 13
 
14 14
 m4_ifndef([AC_AUTOCONF_VERSION],
15 15
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
17
-[m4_warning([this file was generated for autoconf 2.67.
16
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
17
+[m4_warning([this file was generated for autoconf 2.68.
18 18
 You have another version of autoconf.  It may work, but is not guaranteed to.
19 19
 If you have problems, you may need to regenerate the build system entirely.
20 20
 To do so, use the procedure documented by the package, typically `autoreconf'.])])
... ...
@@ -1,6 +1,6 @@
1 1
 #! /bin/sh
2 2
 # Guess values for system-dependent variables and create Makefiles.
3
-# Generated by GNU Autoconf 2.67 for libclamavc++ devel.
3
+# Generated by GNU Autoconf 2.68 for libclamavc++ devel.
4 4
 #
5 5
 # Report bugs to <http://bugs.clamav.net>.
6 6
 #
... ...
@@ -91,6 +91,7 @@ fi
91 91
 IFS=" ""	$as_nl"
92 92
 
93 93
 # Find who we are.  Look in the path if we contain no directory separator.
94
+as_myself=
94 95
 case $0 in #((
95 96
   *[\\/]* ) as_myself=$0 ;;
96 97
   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
... ...
@@ -224,11 +225,18 @@ IFS=$as_save_IFS
224 224
   # We cannot yet assume a decent shell, so we have to provide a
225 225
 	# neutralization value for shells without unset; and this also
226 226
 	# works around shells that cannot unset nonexistent variables.
227
+	# Preserve -v and -x to the replacement shell.
227 228
 	BASH_ENV=/dev/null
228 229
 	ENV=/dev/null
229 230
 	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
230 231
 	export CONFIG_SHELL
231
-	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
232
+	case $- in # ((((
233
+	  *v*x* | *x*v* ) as_opts=-vx ;;
234
+	  *v* ) as_opts=-v ;;
235
+	  *x* ) as_opts=-x ;;
236
+	  * ) as_opts= ;;
237
+	esac
238
+	exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
232 239
 fi
233 240
 
234 241
     if test x$as_have_required = xno; then :
... ...
@@ -1185,7 +1193,7 @@ Try \`$0 --help' for more information"
1185 1185
     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1186 1186
     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1187 1187
       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1188
-    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1188
+    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1189 1189
     ;;
1190 1190
 
1191 1191
   esac
... ...
@@ -1509,7 +1517,7 @@ test -n "$ac_init_help" && exit $ac_status
1509 1509
 if $ac_init_version; then
1510 1510
   cat <<\_ACEOF
1511 1511
 libclamavc++ configure devel
1512
-generated by GNU Autoconf 2.67
1512
+generated by GNU Autoconf 2.68
1513 1513
 
1514 1514
 Copyright (C) 2010 Free Software Foundation, Inc.
1515 1515
 This configure script is free software; the Free Software Foundation
... ...
@@ -1555,7 +1563,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
1555 1555
 
1556 1556
 	ac_retval=1
1557 1557
 fi
1558
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1558
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1559 1559
   as_fn_set_status $ac_retval
1560 1560
 
1561 1561
 } # ac_fn_cxx_try_compile
... ...
@@ -1593,7 +1601,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
1593 1593
 
1594 1594
 	ac_retval=1
1595 1595
 fi
1596
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1596
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1597 1597
   as_fn_set_status $ac_retval
1598 1598
 
1599 1599
 } # ac_fn_c_try_compile
... ...
@@ -1635,7 +1643,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
1635 1635
        ac_retval=$ac_status
1636 1636
 fi
1637 1637
   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1638
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1638
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1639 1639
   as_fn_set_status $ac_retval
1640 1640
 
1641 1641
 } # ac_fn_c_try_run
... ...
@@ -1672,7 +1680,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
1672 1672
 
1673 1673
     ac_retval=1
1674 1674
 fi
1675
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1675
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1676 1676
   as_fn_set_status $ac_retval
1677 1677
 
1678 1678
 } # ac_fn_c_try_cpp
... ...
@@ -1686,7 +1694,7 @@ ac_fn_c_check_header_compile ()
1686 1686
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1687 1687
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1688 1688
 $as_echo_n "checking for $2... " >&6; }
1689
-if eval "test \"\${$3+set}\"" = set; then :
1689
+if eval \${$3+:} false; then :
1690 1690
   $as_echo_n "(cached) " >&6
1691 1691
 else
1692 1692
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -1704,7 +1712,7 @@ fi
1704 1704
 eval ac_res=\$$3
1705 1705
 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1706 1706
 $as_echo "$ac_res" >&6; }
1707
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1707
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1708 1708
 
1709 1709
 } # ac_fn_c_check_header_compile
1710 1710
 
... ...
@@ -1749,7 +1757,7 @@ fi
1749 1749
   # interfere with the next link command; also delete a directory that is
1750 1750
   # left behind by Apple's compiler.  We do this before executing the actions.
1751 1751
   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1752
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1752
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1753 1753
   as_fn_set_status $ac_retval
1754 1754
 
1755 1755
 } # ac_fn_c_try_link
... ...
@@ -1762,7 +1770,7 @@ ac_fn_c_check_func ()
1762 1762
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1763 1763
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1764 1764
 $as_echo_n "checking for $2... " >&6; }
1765
-if eval "test \"\${$3+set}\"" = set; then :
1765
+if eval \${$3+:} false; then :
1766 1766
   $as_echo_n "(cached) " >&6
1767 1767
 else
1768 1768
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -1817,7 +1825,7 @@ fi
1817 1817
 eval ac_res=\$$3
1818 1818
 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1819 1819
 $as_echo "$ac_res" >&6; }
1820
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1820
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1821 1821
 
1822 1822
 } # ac_fn_c_check_func
1823 1823
 
... ...
@@ -1853,7 +1861,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
1853 1853
 
1854 1854
     ac_retval=1
1855 1855
 fi
1856
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1856
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1857 1857
   as_fn_set_status $ac_retval
1858 1858
 
1859 1859
 } # ac_fn_cxx_try_cpp
... ...
@@ -1899,7 +1907,7 @@ fi
1899 1899
   # interfere with the next link command; also delete a directory that is
1900 1900
   # left behind by Apple's compiler.  We do this before executing the actions.
1901 1901
   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1902
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1902
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1903 1903
   as_fn_set_status $ac_retval
1904 1904
 
1905 1905
 } # ac_fn_cxx_try_link
... ...
@@ -1941,7 +1949,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
1941 1941
        ac_retval=$ac_status
1942 1942
 fi
1943 1943
   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1944
-  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1944
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1945 1945
   as_fn_set_status $ac_retval
1946 1946
 
1947 1947
 } # ac_fn_cxx_try_run
... ...
@@ -1950,7 +1958,7 @@ This file contains any messages produced by compilers while
1950 1950
 running configure, to aid debugging if configure makes a mistake.
1951 1951
 
1952 1952
 It was created by libclamavc++ $as_me devel, which was
1953
-generated by GNU Autoconf 2.67.  Invocation command line was
1953
+generated by GNU Autoconf 2.68.  Invocation command line was
1954 1954
 
1955 1955
   $ $0 $@
1956 1956
 
... ...
@@ -2208,7 +2216,7 @@ $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2208 2208
       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2209 2209
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2210 2210
 as_fn_error $? "failed to load site script $ac_site_file
2211
-See \`config.log' for more details" "$LINENO" 5 ; }
2211
+See \`config.log' for more details" "$LINENO" 5; }
2212 2212
   fi
2213 2213
 done
2214 2214
 
... ...
@@ -2336,7 +2344,7 @@ $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2336 2336
 
2337 2337
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2338 2338
 $as_echo_n "checking build system type... " >&6; }
2339
-if test "${ac_cv_build+set}" = set; then :
2339
+if ${ac_cv_build+:} false; then :
2340 2340
   $as_echo_n "(cached) " >&6
2341 2341
 else
2342 2342
   ac_build_alias=$build_alias
... ...
@@ -2352,7 +2360,7 @@ fi
2352 2352
 $as_echo "$ac_cv_build" >&6; }
2353 2353
 case $ac_cv_build in
2354 2354
 *-*-*) ;;
2355
-*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
2355
+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2356 2356
 esac
2357 2357
 build=$ac_cv_build
2358 2358
 ac_save_IFS=$IFS; IFS='-'
... ...
@@ -2370,7 +2378,7 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2370 2370
 
2371 2371
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2372 2372
 $as_echo_n "checking host system type... " >&6; }
2373
-if test "${ac_cv_host+set}" = set; then :
2373
+if ${ac_cv_host+:} false; then :
2374 2374
   $as_echo_n "(cached) " >&6
2375 2375
 else
2376 2376
   if test "x$host_alias" = x; then
... ...
@@ -2385,7 +2393,7 @@ fi
2385 2385
 $as_echo "$ac_cv_host" >&6; }
2386 2386
 case $ac_cv_host in
2387 2387
 *-*-*) ;;
2388
-*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
2388
+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2389 2389
 esac
2390 2390
 host=$ac_cv_host
2391 2391
 ac_save_IFS=$IFS; IFS='-'
... ...
@@ -2403,7 +2411,7 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2403 2403
 
2404 2404
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2405 2405
 $as_echo_n "checking target system type... " >&6; }
2406
-if test "${ac_cv_target+set}" = set; then :
2406
+if ${ac_cv_target+:} false; then :
2407 2407
   $as_echo_n "(cached) " >&6
2408 2408
 else
2409 2409
   if test "x$target_alias" = x; then
... ...
@@ -2418,7 +2426,7 @@ fi
2418 2418
 $as_echo "$ac_cv_target" >&6; }
2419 2419
 case $ac_cv_target in
2420 2420
 *-*-*) ;;
2421
-*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 ;;
2421
+*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2422 2422
 esac
2423 2423
 target=$ac_cv_target
2424 2424
 ac_save_IFS=$IFS; IFS='-'
... ...
@@ -2459,7 +2467,7 @@ am__api_version='1.11'
2459 2459
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2460 2460
 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2461 2461
 if test -z "$INSTALL"; then
2462
-if test "${ac_cv_path_install+set}" = set; then :
2462
+if ${ac_cv_path_install+:} false; then :
2463 2463
   $as_echo_n "(cached) " >&6
2464 2464
 else
2465 2465
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
... ...
@@ -2546,11 +2554,11 @@ am_lf='
2546 2546
 '
2547 2547
 case `pwd` in
2548 2548
   *[\\\"\#\$\&\'\`$am_lf]*)
2549
-    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2549
+    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2550 2550
 esac
2551 2551
 case $srcdir in
2552 2552
   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2553
-    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2553
+    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2554 2554
 esac
2555 2555
 
2556 2556
 # Do `set' in a subshell so we don't clobber the current shell's
... ...
@@ -2636,7 +2644,7 @@ if test "$cross_compiling" != no; then
2636 2636
 set dummy ${ac_tool_prefix}strip; ac_word=$2
2637 2637
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2638 2638
 $as_echo_n "checking for $ac_word... " >&6; }
2639
-if test "${ac_cv_prog_STRIP+set}" = set; then :
2639
+if ${ac_cv_prog_STRIP+:} false; then :
2640 2640
   $as_echo_n "(cached) " >&6
2641 2641
 else
2642 2642
   if test -n "$STRIP"; then
... ...
@@ -2676,7 +2684,7 @@ if test -z "$ac_cv_prog_STRIP"; then
2676 2676
 set dummy strip; ac_word=$2
2677 2677
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2678 2678
 $as_echo_n "checking for $ac_word... " >&6; }
2679
-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2679
+if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2680 2680
   $as_echo_n "(cached) " >&6
2681 2681
 else
2682 2682
   if test -n "$ac_ct_STRIP"; then
... ...
@@ -2729,7 +2737,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2729 2729
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2730 2730
 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2731 2731
 if test -z "$MKDIR_P"; then
2732
-  if test "${ac_cv_path_mkdir+set}" = set; then :
2732
+  if ${ac_cv_path_mkdir+:} false; then :
2733 2733
   $as_echo_n "(cached) " >&6
2734 2734
 else
2735 2735
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
... ...
@@ -2780,7 +2788,7 @@ do
2780 2780
 set dummy $ac_prog; ac_word=$2
2781 2781
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2782 2782
 $as_echo_n "checking for $ac_word... " >&6; }
2783
-if test "${ac_cv_prog_AWK+set}" = set; then :
2783
+if ${ac_cv_prog_AWK+:} false; then :
2784 2784
   $as_echo_n "(cached) " >&6
2785 2785
 else
2786 2786
   if test -n "$AWK"; then
... ...
@@ -2820,7 +2828,7 @@ done
2820 2820
 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2821 2821
 set x ${MAKE-make}
2822 2822
 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2823
-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2823
+if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2824 2824
   $as_echo_n "(cached) " >&6
2825 2825
 else
2826 2826
   cat >conftest.make <<\_ACEOF
... ...
@@ -2977,7 +2985,7 @@ do
2977 2977
 done
2978 2978
 rm -rf conftest.dir
2979 2979
 
2980
-if test "${am_cv_prog_tar_pax+set}" = set; then :
2980
+if ${am_cv_prog_tar_pax+:} false; then :
2981 2981
   $as_echo_n "(cached) " >&6
2982 2982
 else
2983 2983
   am_cv_prog_tar_pax=$_am_tool
... ...
@@ -3020,7 +3028,7 @@ if test -z "$CXX"; then
3020 3020
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3021 3021
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3022 3022
 $as_echo_n "checking for $ac_word... " >&6; }
3023
-if test "${ac_cv_prog_CXX+set}" = set; then :
3023
+if ${ac_cv_prog_CXX+:} false; then :
3024 3024
   $as_echo_n "(cached) " >&6
3025 3025
 else
3026 3026
   if test -n "$CXX"; then
... ...
@@ -3064,7 +3072,7 @@ do
3064 3064
 set dummy $ac_prog; ac_word=$2
3065 3065
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3066 3066
 $as_echo_n "checking for $ac_word... " >&6; }
3067
-if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3067
+if ${ac_cv_prog_ac_ct_CXX+:} false; then :
3068 3068
   $as_echo_n "(cached) " >&6
3069 3069
 else
3070 3070
   if test -n "$ac_ct_CXX"; then
... ...
@@ -3228,7 +3236,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
3228 3228
 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3229 3229
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3230 3230
 as_fn_error 77 "C++ compiler cannot create executables
3231
-See \`config.log' for more details" "$LINENO" 5 ; }
3231
+See \`config.log' for more details" "$LINENO" 5; }
3232 3232
 else
3233 3233
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3234 3234
 $as_echo "yes" >&6; }
... ...
@@ -3271,7 +3279,7 @@ else
3271 3271
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3272 3272
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3273 3273
 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3274
-See \`config.log' for more details" "$LINENO" 5 ; }
3274
+See \`config.log' for more details" "$LINENO" 5; }
3275 3275
 fi
3276 3276
 rm -f conftest conftest$ac_cv_exeext
3277 3277
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
... ...
@@ -3330,7 +3338,7 @@ $as_echo "$ac_try_echo"; } >&5
3330 3330
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3331 3331
 as_fn_error $? "cannot run C++ compiled programs.
3332 3332
 If you meant to cross compile, use \`--host'.
3333
-See \`config.log' for more details" "$LINENO" 5 ; }
3333
+See \`config.log' for more details" "$LINENO" 5; }
3334 3334
     fi
3335 3335
   fi
3336 3336
 fi
... ...
@@ -3341,7 +3349,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3341 3341
 ac_clean_files=$ac_clean_files_save
3342 3342
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3343 3343
 $as_echo_n "checking for suffix of object files... " >&6; }
3344
-if test "${ac_cv_objext+set}" = set; then :
3344
+if ${ac_cv_objext+:} false; then :
3345 3345
   $as_echo_n "(cached) " >&6
3346 3346
 else
3347 3347
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -3382,7 +3390,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
3382 3382
 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3383 3383
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3384 3384
 as_fn_error $? "cannot compute suffix of object files: cannot compile
3385
-See \`config.log' for more details" "$LINENO" 5 ; }
3385
+See \`config.log' for more details" "$LINENO" 5; }
3386 3386
 fi
3387 3387
 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3388 3388
 fi
... ...
@@ -3392,7 +3400,7 @@ OBJEXT=$ac_cv_objext
3392 3392
 ac_objext=$OBJEXT
3393 3393
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3394 3394
 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3395
-if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3395
+if ${ac_cv_cxx_compiler_gnu+:} false; then :
3396 3396
   $as_echo_n "(cached) " >&6
3397 3397
 else
3398 3398
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -3429,7 +3437,7 @@ ac_test_CXXFLAGS=${CXXFLAGS+set}
3429 3429
 ac_save_CXXFLAGS=$CXXFLAGS
3430 3430
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3431 3431
 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3432
-if test "${ac_cv_prog_cxx_g+set}" = set; then :
3432
+if ${ac_cv_prog_cxx_g+:} false; then :
3433 3433
   $as_echo_n "(cached) " >&6
3434 3434
 else
3435 3435
   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
... ...
@@ -3577,7 +3585,7 @@ depcc="$CXX"  am_compiler_list=
3577 3577
 
3578 3578
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3579 3579
 $as_echo_n "checking dependency style of $depcc... " >&6; }
3580
-if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
3580
+if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
3581 3581
   $as_echo_n "(cached) " >&6
3582 3582
 else
3583 3583
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
... ...
@@ -3710,7 +3718,7 @@ if test -n "$ac_tool_prefix"; then
3710 3710
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3711 3711
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3712 3712
 $as_echo_n "checking for $ac_word... " >&6; }
3713
-if test "${ac_cv_prog_CC+set}" = set; then :
3713
+if ${ac_cv_prog_CC+:} false; then :
3714 3714
   $as_echo_n "(cached) " >&6
3715 3715
 else
3716 3716
   if test -n "$CC"; then
... ...
@@ -3750,7 +3758,7 @@ if test -z "$ac_cv_prog_CC"; then
3750 3750
 set dummy gcc; ac_word=$2
3751 3751
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3752 3752
 $as_echo_n "checking for $ac_word... " >&6; }
3753
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3753
+if ${ac_cv_prog_ac_ct_CC+:} false; then :
3754 3754
   $as_echo_n "(cached) " >&6
3755 3755
 else
3756 3756
   if test -n "$ac_ct_CC"; then
... ...
@@ -3803,7 +3811,7 @@ if test -z "$CC"; then
3803 3803
 set dummy ${ac_tool_prefix}cc; ac_word=$2
3804 3804
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3805 3805
 $as_echo_n "checking for $ac_word... " >&6; }
3806
-if test "${ac_cv_prog_CC+set}" = set; then :
3806
+if ${ac_cv_prog_CC+:} false; then :
3807 3807
   $as_echo_n "(cached) " >&6
3808 3808
 else
3809 3809
   if test -n "$CC"; then
... ...
@@ -3843,7 +3851,7 @@ if test -z "$CC"; then
3843 3843
 set dummy cc; ac_word=$2
3844 3844
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3845 3845
 $as_echo_n "checking for $ac_word... " >&6; }
3846
-if test "${ac_cv_prog_CC+set}" = set; then :
3846
+if ${ac_cv_prog_CC+:} false; then :
3847 3847
   $as_echo_n "(cached) " >&6
3848 3848
 else
3849 3849
   if test -n "$CC"; then
... ...
@@ -3902,7 +3910,7 @@ if test -z "$CC"; then
3902 3902
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3903 3903
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3904 3904
 $as_echo_n "checking for $ac_word... " >&6; }
3905
-if test "${ac_cv_prog_CC+set}" = set; then :
3905
+if ${ac_cv_prog_CC+:} false; then :
3906 3906
   $as_echo_n "(cached) " >&6
3907 3907
 else
3908 3908
   if test -n "$CC"; then
... ...
@@ -3946,7 +3954,7 @@ do
3946 3946
 set dummy $ac_prog; ac_word=$2
3947 3947
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3948 3948
 $as_echo_n "checking for $ac_word... " >&6; }
3949
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3949
+if ${ac_cv_prog_ac_ct_CC+:} false; then :
3950 3950
   $as_echo_n "(cached) " >&6
3951 3951
 else
3952 3952
   if test -n "$ac_ct_CC"; then
... ...
@@ -4001,7 +4009,7 @@ fi
4001 4001
 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4002 4002
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4003 4003
 as_fn_error $? "no acceptable C compiler found in \$PATH
4004
-See \`config.log' for more details" "$LINENO" 5 ; }
4004
+See \`config.log' for more details" "$LINENO" 5; }
4005 4005
 
4006 4006
 # Provide some information about the compiler.
4007 4007
 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
... ...
@@ -4030,7 +4038,7 @@ done
4030 4030
 
4031 4031
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4032 4032
 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4033
-if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4033
+if ${ac_cv_c_compiler_gnu+:} false; then :
4034 4034
   $as_echo_n "(cached) " >&6
4035 4035
 else
4036 4036
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -4067,7 +4075,7 @@ ac_test_CFLAGS=${CFLAGS+set}
4067 4067
 ac_save_CFLAGS=$CFLAGS
4068 4068
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4069 4069
 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4070
-if test "${ac_cv_prog_cc_g+set}" = set; then :
4070
+if ${ac_cv_prog_cc_g+:} false; then :
4071 4071
   $as_echo_n "(cached) " >&6
4072 4072
 else
4073 4073
   ac_save_c_werror_flag=$ac_c_werror_flag
... ...
@@ -4145,7 +4153,7 @@ else
4145 4145
 fi
4146 4146
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4147 4147
 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4148
-if test "${ac_cv_prog_cc_c89+set}" = set; then :
4148
+if ${ac_cv_prog_cc_c89+:} false; then :
4149 4149
   $as_echo_n "(cached) " >&6
4150 4150
 else
4151 4151
   ac_cv_prog_cc_c89=no
... ...
@@ -4244,7 +4252,7 @@ depcc="$CC"   am_compiler_list=
4244 4244
 
4245 4245
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4246 4246
 $as_echo_n "checking dependency style of $depcc... " >&6; }
4247
-if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4247
+if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4248 4248
   $as_echo_n "(cached) " >&6
4249 4249
 else
4250 4250
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
... ...
@@ -4380,7 +4388,7 @@ if test -n "$CPP" && test -d "$CPP"; then
4380 4380
   CPP=
4381 4381
 fi
4382 4382
 if test -z "$CPP"; then
4383
-  if test "${ac_cv_prog_CPP+set}" = set; then :
4383
+  if ${ac_cv_prog_CPP+:} false; then :
4384 4384
   $as_echo_n "(cached) " >&6
4385 4385
 else
4386 4386
       # Double quotes because CPP needs to be expanded
... ...
@@ -4496,7 +4504,7 @@ else
4496 4496
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4497 4497
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4498 4498
 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4499
-See \`config.log' for more details" "$LINENO" 5 ; }
4499
+See \`config.log' for more details" "$LINENO" 5; }
4500 4500
 fi
4501 4501
 
4502 4502
 ac_ext=c
... ...
@@ -4508,7 +4516,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
4508 4508
 
4509 4509
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4510 4510
 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4511
-if test "${ac_cv_path_GREP+set}" = set; then :
4511
+if ${ac_cv_path_GREP+:} false; then :
4512 4512
   $as_echo_n "(cached) " >&6
4513 4513
 else
4514 4514
   if test -z "$GREP"; then
... ...
@@ -4571,7 +4579,7 @@ $as_echo "$ac_cv_path_GREP" >&6; }
4571 4571
 
4572 4572
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4573 4573
 $as_echo_n "checking for egrep... " >&6; }
4574
-if test "${ac_cv_path_EGREP+set}" = set; then :
4574
+if ${ac_cv_path_EGREP+:} false; then :
4575 4575
   $as_echo_n "(cached) " >&6
4576 4576
 else
4577 4577
   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
... ...
@@ -4638,7 +4646,7 @@ $as_echo "$ac_cv_path_EGREP" >&6; }
4638 4638
 
4639 4639
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4640 4640
 $as_echo_n "checking for ANSI C header files... " >&6; }
4641
-if test "${ac_cv_header_stdc+set}" = set; then :
4641
+if ${ac_cv_header_stdc+:} false; then :
4642 4642
   $as_echo_n "(cached) " >&6
4643 4643
 else
4644 4644
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -4767,7 +4775,7 @@ done
4767 4767
 
4768 4768
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
4769 4769
 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
4770
-if test "${ac_cv_c_bigendian+set}" = set; then :
4770
+if ${ac_cv_c_bigendian+:} false; then :
4771 4771
   $as_echo_n "(cached) " >&6
4772 4772
 else
4773 4773
   ac_cv_c_bigendian=unknown
... ...
@@ -4986,7 +4994,7 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
4986 4986
      ;; #(
4987 4987
    *)
4988 4988
      as_fn_error $? "unknown endianness
4989
- presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5  ;;
4989
+ presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
4990 4990
  esac
4991 4991
 
4992 4992
 
... ...
@@ -5121,7 +5129,7 @@ esac
5121 5121
 
5122 5122
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5123 5123
 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5124
-if test "${ac_cv_path_SED+set}" = set; then :
5124
+if ${ac_cv_path_SED+:} false; then :
5125 5125
   $as_echo_n "(cached) " >&6
5126 5126
 else
5127 5127
             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
... ...
@@ -5203,7 +5211,7 @@ Xsed="$SED -e 1s/^X//"
5203 5203
 
5204 5204
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5205 5205
 $as_echo_n "checking for fgrep... " >&6; }
5206
-if test "${ac_cv_path_FGREP+set}" = set; then :
5206
+if ${ac_cv_path_FGREP+:} false; then :
5207 5207
   $as_echo_n "(cached) " >&6
5208 5208
 else
5209 5209
   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
... ...
@@ -5334,7 +5342,7 @@ else
5334 5334
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5335 5335
 $as_echo_n "checking for non-GNU ld... " >&6; }
5336 5336
 fi
5337
-if test "${lt_cv_path_LD+set}" = set; then :
5337
+if ${lt_cv_path_LD+:} false; then :
5338 5338
   $as_echo_n "(cached) " >&6
5339 5339
 else
5340 5340
   if test -z "$LD"; then
... ...
@@ -5374,7 +5382,7 @@ fi
5374 5374
 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5375 5375
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5376 5376
 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5377
-if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5377
+if ${lt_cv_prog_gnu_ld+:} false; then :
5378 5378
   $as_echo_n "(cached) " >&6
5379 5379
 else
5380 5380
   # I'd rather use --version here, but apparently some GNU lds only accept -v.
... ...
@@ -5401,7 +5409,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld
5401 5401
 
5402 5402
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5403 5403
 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5404
-if test "${lt_cv_path_NM+set}" = set; then :
5404
+if ${lt_cv_path_NM+:} false; then :
5405 5405
   $as_echo_n "(cached) " >&6
5406 5406
 else
5407 5407
   if test -n "$NM"; then
... ...
@@ -5464,7 +5472,7 @@ else
5464 5464
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5465 5465
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5466 5466
 $as_echo_n "checking for $ac_word... " >&6; }
5467
-if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5467
+if ${ac_cv_prog_DUMPBIN+:} false; then :
5468 5468
   $as_echo_n "(cached) " >&6
5469 5469
 else
5470 5470
   if test -n "$DUMPBIN"; then
... ...
@@ -5508,7 +5516,7 @@ do
5508 5508
 set dummy $ac_prog; ac_word=$2
5509 5509
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5510 5510
 $as_echo_n "checking for $ac_word... " >&6; }
5511
-if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5511
+if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5512 5512
   $as_echo_n "(cached) " >&6
5513 5513
 else
5514 5514
   if test -n "$ac_ct_DUMPBIN"; then
... ...
@@ -5580,7 +5588,7 @@ test -z "$NM" && NM=nm
5580 5580
 
5581 5581
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5582 5582
 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5583
-if test "${lt_cv_nm_interface+set}" = set; then :
5583
+if ${lt_cv_nm_interface+:} false; then :
5584 5584
   $as_echo_n "(cached) " >&6
5585 5585
 else
5586 5586
   lt_cv_nm_interface="BSD nm"
... ...
@@ -5615,7 +5623,7 @@ fi
5615 5615
 # find the maximum length of command line arguments
5616 5616
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5617 5617
 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5618
-if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5618
+if ${lt_cv_sys_max_cmd_len+:} false; then :
5619 5619
   $as_echo_n "(cached) " >&6
5620 5620
 else
5621 5621
     i=0
... ...
@@ -5812,7 +5820,7 @@ esac
5812 5812
 
5813 5813
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
5814 5814
 $as_echo_n "checking how to convert $build file names to $host format... " >&6; }
5815
-if test "${lt_cv_to_host_file_cmd+set}" = set; then :
5815
+if ${lt_cv_to_host_file_cmd+:} false; then :
5816 5816
   $as_echo_n "(cached) " >&6
5817 5817
 else
5818 5818
   case $host in
... ...
@@ -5859,7 +5867,7 @@ $as_echo "$lt_cv_to_host_file_cmd" >&6; }
5859 5859
 
5860 5860
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
5861 5861
 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
5862
-if test "${lt_cv_to_tool_file_cmd+set}" = set; then :
5862
+if ${lt_cv_to_tool_file_cmd+:} false; then :
5863 5863
   $as_echo_n "(cached) " >&6
5864 5864
 else
5865 5865
   #assume ordinary cross tools, or native build.
... ...
@@ -5886,7 +5894,7 @@ $as_echo "$lt_cv_to_tool_file_cmd" >&6; }
5886 5886
 
5887 5887
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5888 5888
 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5889
-if test "${lt_cv_ld_reload_flag+set}" = set; then :
5889
+if ${lt_cv_ld_reload_flag+:} false; then :
5890 5890
   $as_echo_n "(cached) " >&6
5891 5891
 else
5892 5892
   lt_cv_ld_reload_flag='-r'
... ...
@@ -5927,7 +5935,7 @@ if test -n "$ac_tool_prefix"; then
5927 5927
 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5928 5928
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5929 5929
 $as_echo_n "checking for $ac_word... " >&6; }
5930
-if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5930
+if ${ac_cv_prog_OBJDUMP+:} false; then :
5931 5931
   $as_echo_n "(cached) " >&6
5932 5932
 else
5933 5933
   if test -n "$OBJDUMP"; then
... ...
@@ -5967,7 +5975,7 @@ if test -z "$ac_cv_prog_OBJDUMP"; then
5967 5967
 set dummy objdump; ac_word=$2
5968 5968
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5969 5969
 $as_echo_n "checking for $ac_word... " >&6; }
5970
-if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5970
+if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5971 5971
   $as_echo_n "(cached) " >&6
5972 5972
 else
5973 5973
   if test -n "$ac_ct_OBJDUMP"; then
... ...
@@ -6026,7 +6034,7 @@ test -z "$OBJDUMP" && OBJDUMP=objdump
6026 6026
 
6027 6027
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6028 6028
 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6029
-if test "${lt_cv_deplibs_check_method+set}" = set; then :
6029
+if ${lt_cv_deplibs_check_method+:} false; then :
6030 6030
   $as_echo_n "(cached) " >&6
6031 6031
 else
6032 6032
   lt_cv_file_magic_cmd='$MAGIC_CMD'
... ...
@@ -6273,7 +6281,7 @@ if test -n "$ac_tool_prefix"; then
6273 6273
 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6274 6274
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6275 6275
 $as_echo_n "checking for $ac_word... " >&6; }
6276
-if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6276
+if ${ac_cv_prog_DLLTOOL+:} false; then :
6277 6277
   $as_echo_n "(cached) " >&6
6278 6278
 else
6279 6279
   if test -n "$DLLTOOL"; then
... ...
@@ -6313,7 +6321,7 @@ if test -z "$ac_cv_prog_DLLTOOL"; then
6313 6313
 set dummy dlltool; ac_word=$2
6314 6314
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6315 6315
 $as_echo_n "checking for $ac_word... " >&6; }
6316
-if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6316
+if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
6317 6317
   $as_echo_n "(cached) " >&6
6318 6318
 else
6319 6319
   if test -n "$ac_ct_DLLTOOL"; then
... ...
@@ -6373,7 +6381,7 @@ test -z "$DLLTOOL" && DLLTOOL=dlltool
6373 6373
 
6374 6374
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
6375 6375
 $as_echo_n "checking how to associate runtime and link libraries... " >&6; }
6376
-if test "${lt_cv_sharedlib_from_linklib_cmd+set}" = set; then :
6376
+if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
6377 6377
   $as_echo_n "(cached) " >&6
6378 6378
 else
6379 6379
   lt_cv_sharedlib_from_linklib_cmd='unknown'
... ...
@@ -6416,7 +6424,7 @@ if test -n "$ac_tool_prefix"; then
6416 6416
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6417 6417
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6418 6418
 $as_echo_n "checking for $ac_word... " >&6; }
6419
-if test "${ac_cv_prog_AR+set}" = set; then :
6419
+if ${ac_cv_prog_AR+:} false; then :
6420 6420
   $as_echo_n "(cached) " >&6
6421 6421
 else
6422 6422
   if test -n "$AR"; then
... ...
@@ -6460,7 +6468,7 @@ do
6460 6460
 set dummy $ac_prog; ac_word=$2
6461 6461
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6462 6462
 $as_echo_n "checking for $ac_word... " >&6; }
6463
-if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6463
+if ${ac_cv_prog_ac_ct_AR+:} false; then :
6464 6464
   $as_echo_n "(cached) " >&6
6465 6465
 else
6466 6466
   if test -n "$ac_ct_AR"; then
... ...
@@ -6524,7 +6532,7 @@ fi
6524 6524
 
6525 6525
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
6526 6526
 $as_echo_n "checking for archiver @FILE support... " >&6; }
6527
-if test "${lt_cv_ar_at_file+set}" = set; then :
6527
+if ${lt_cv_ar_at_file+:} false; then :
6528 6528
   $as_echo_n "(cached) " >&6
6529 6529
 else
6530 6530
   lt_cv_ar_at_file=no
... ...
@@ -6585,7 +6593,7 @@ if test -n "$ac_tool_prefix"; then
6585 6585
 set dummy ${ac_tool_prefix}strip; ac_word=$2
6586 6586
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6587 6587
 $as_echo_n "checking for $ac_word... " >&6; }
6588
-if test "${ac_cv_prog_STRIP+set}" = set; then :
6588
+if ${ac_cv_prog_STRIP+:} false; then :
6589 6589
   $as_echo_n "(cached) " >&6
6590 6590
 else
6591 6591
   if test -n "$STRIP"; then
... ...
@@ -6625,7 +6633,7 @@ if test -z "$ac_cv_prog_STRIP"; then
6625 6625
 set dummy strip; ac_word=$2
6626 6626
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6627 6627
 $as_echo_n "checking for $ac_word... " >&6; }
6628
-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6628
+if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6629 6629
   $as_echo_n "(cached) " >&6
6630 6630
 else
6631 6631
   if test -n "$ac_ct_STRIP"; then
... ...
@@ -6684,7 +6692,7 @@ if test -n "$ac_tool_prefix"; then
6684 6684
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6685 6685
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6686 6686
 $as_echo_n "checking for $ac_word... " >&6; }
6687
-if test "${ac_cv_prog_RANLIB+set}" = set; then :
6687
+if ${ac_cv_prog_RANLIB+:} false; then :
6688 6688
   $as_echo_n "(cached) " >&6
6689 6689
 else
6690 6690
   if test -n "$RANLIB"; then
... ...
@@ -6724,7 +6732,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
6724 6724
 set dummy ranlib; ac_word=$2
6725 6725
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6726 6726
 $as_echo_n "checking for $ac_word... " >&6; }
6727
-if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6727
+if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6728 6728
   $as_echo_n "(cached) " >&6
6729 6729
 else
6730 6730
   if test -n "$ac_ct_RANLIB"; then
... ...
@@ -6853,7 +6861,7 @@ compiler=$CC
6853 6853
 # Check for command to grab the raw symbol name followed by C symbol from nm.
6854 6854
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6855 6855
 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6856
-if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6856
+if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6857 6857
   $as_echo_n "(cached) " >&6
6858 6858
 else
6859 6859
 
... ...
@@ -7286,7 +7294,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7286 7286
   CFLAGS="$CFLAGS -belf"
7287 7287
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7288 7288
 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7289
-if test "${lt_cv_cc_needs_belf+set}" = set; then :
7289
+if ${lt_cv_cc_needs_belf+:} false; then :
7290 7290
   $as_echo_n "(cached) " >&6
7291 7291
 else
7292 7292
   ac_ext=c
... ...
@@ -7359,7 +7367,7 @@ if test -n "$ac_tool_prefix"; then
7359 7359
 set dummy ${ac_tool_prefix}mt; ac_word=$2
7360 7360
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7361 7361
 $as_echo_n "checking for $ac_word... " >&6; }
7362
-if test "${ac_cv_prog_MANIFEST_TOOL+set}" = set; then :
7362
+if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
7363 7363
   $as_echo_n "(cached) " >&6
7364 7364
 else
7365 7365
   if test -n "$MANIFEST_TOOL"; then
... ...
@@ -7399,7 +7407,7 @@ if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
7399 7399
 set dummy mt; ac_word=$2
7400 7400
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7401 7401
 $as_echo_n "checking for $ac_word... " >&6; }
7402
-if test "${ac_cv_prog_ac_ct_MANIFEST_TOOL+set}" = set; then :
7402
+if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
7403 7403
   $as_echo_n "(cached) " >&6
7404 7404
 else
7405 7405
   if test -n "$ac_ct_MANIFEST_TOOL"; then
... ...
@@ -7449,7 +7457,7 @@ fi
7449 7449
 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
7450 7450
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
7451 7451
 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
7452
-if test "${lt_cv_path_mainfest_tool+set}" = set; then :
7452
+if ${lt_cv_path_mainfest_tool+:} false; then :
7453 7453
   $as_echo_n "(cached) " >&6
7454 7454
 else
7455 7455
   lt_cv_path_mainfest_tool=no
... ...
@@ -7479,7 +7487,7 @@ fi
7479 7479
 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7480 7480
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7481 7481
 $as_echo_n "checking for $ac_word... " >&6; }
7482
-if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7482
+if ${ac_cv_prog_DSYMUTIL+:} false; then :
7483 7483
   $as_echo_n "(cached) " >&6
7484 7484
 else
7485 7485
   if test -n "$DSYMUTIL"; then
... ...
@@ -7519,7 +7527,7 @@ if test -z "$ac_cv_prog_DSYMUTIL"; then
7519 7519
 set dummy dsymutil; ac_word=$2
7520 7520
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7521 7521
 $as_echo_n "checking for $ac_word... " >&6; }
7522
-if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7522
+if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7523 7523
   $as_echo_n "(cached) " >&6
7524 7524
 else
7525 7525
   if test -n "$ac_ct_DSYMUTIL"; then
... ...
@@ -7571,7 +7579,7 @@ fi
7571 7571
 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7572 7572
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7573 7573
 $as_echo_n "checking for $ac_word... " >&6; }
7574
-if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7574
+if ${ac_cv_prog_NMEDIT+:} false; then :
7575 7575
   $as_echo_n "(cached) " >&6
7576 7576
 else
7577 7577
   if test -n "$NMEDIT"; then
... ...
@@ -7611,7 +7619,7 @@ if test -z "$ac_cv_prog_NMEDIT"; then
7611 7611
 set dummy nmedit; ac_word=$2
7612 7612
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7613 7613
 $as_echo_n "checking for $ac_word... " >&6; }
7614
-if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7614
+if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7615 7615
   $as_echo_n "(cached) " >&6
7616 7616
 else
7617 7617
   if test -n "$ac_ct_NMEDIT"; then
... ...
@@ -7663,7 +7671,7 @@ fi
7663 7663
 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7664 7664
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7665 7665
 $as_echo_n "checking for $ac_word... " >&6; }
7666
-if test "${ac_cv_prog_LIPO+set}" = set; then :
7666
+if ${ac_cv_prog_LIPO+:} false; then :
7667 7667
   $as_echo_n "(cached) " >&6
7668 7668
 else
7669 7669
   if test -n "$LIPO"; then
... ...
@@ -7703,7 +7711,7 @@ if test -z "$ac_cv_prog_LIPO"; then
7703 7703
 set dummy lipo; ac_word=$2
7704 7704
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7705 7705
 $as_echo_n "checking for $ac_word... " >&6; }
7706
-if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7706
+if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7707 7707
   $as_echo_n "(cached) " >&6
7708 7708
 else
7709 7709
   if test -n "$ac_ct_LIPO"; then
... ...
@@ -7755,7 +7763,7 @@ fi
7755 7755
 set dummy ${ac_tool_prefix}otool; ac_word=$2
7756 7756
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7757 7757
 $as_echo_n "checking for $ac_word... " >&6; }
7758
-if test "${ac_cv_prog_OTOOL+set}" = set; then :
7758
+if ${ac_cv_prog_OTOOL+:} false; then :
7759 7759
   $as_echo_n "(cached) " >&6
7760 7760
 else
7761 7761
   if test -n "$OTOOL"; then
... ...
@@ -7795,7 +7803,7 @@ if test -z "$ac_cv_prog_OTOOL"; then
7795 7795
 set dummy otool; ac_word=$2
7796 7796
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7797 7797
 $as_echo_n "checking for $ac_word... " >&6; }
7798
-if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7798
+if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7799 7799
   $as_echo_n "(cached) " >&6
7800 7800
 else
7801 7801
   if test -n "$ac_ct_OTOOL"; then
... ...
@@ -7847,7 +7855,7 @@ fi
7847 7847
 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7848 7848
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7849 7849
 $as_echo_n "checking for $ac_word... " >&6; }
7850
-if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7850
+if ${ac_cv_prog_OTOOL64+:} false; then :
7851 7851
   $as_echo_n "(cached) " >&6
7852 7852
 else
7853 7853
   if test -n "$OTOOL64"; then
... ...
@@ -7887,7 +7895,7 @@ if test -z "$ac_cv_prog_OTOOL64"; then
7887 7887
 set dummy otool64; ac_word=$2
7888 7888
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7889 7889
 $as_echo_n "checking for $ac_word... " >&6; }
7890
-if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7890
+if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7891 7891
   $as_echo_n "(cached) " >&6
7892 7892
 else
7893 7893
   if test -n "$ac_ct_OTOOL64"; then
... ...
@@ -7962,7 +7970,7 @@ fi
7962 7962
 
7963 7963
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7964 7964
 $as_echo_n "checking for -single_module linker flag... " >&6; }
7965
-if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7965
+if ${lt_cv_apple_cc_single_mod+:} false; then :
7966 7966
   $as_echo_n "(cached) " >&6
7967 7967
 else
7968 7968
   lt_cv_apple_cc_single_mod=no
... ...
@@ -7991,7 +7999,7 @@ fi
7991 7991
 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7992 7992
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7993 7993
 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7994
-if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7994
+if ${lt_cv_ld_exported_symbols_list+:} false; then :
7995 7995
   $as_echo_n "(cached) " >&6
7996 7996
 else
7997 7997
   lt_cv_ld_exported_symbols_list=no
... ...
@@ -8023,7 +8031,7 @@ fi
8023 8023
 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8024 8024
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8025 8025
 $as_echo_n "checking for -force_load linker flag... " >&6; }
8026
-if test "${lt_cv_ld_force_load+set}" = set; then :
8026
+if ${lt_cv_ld_force_load+:} false; then :
8027 8027
   $as_echo_n "(cached) " >&6
8028 8028
 else
8029 8029
   lt_cv_ld_force_load=no
... ...
@@ -8092,7 +8100,7 @@ for ac_header in dlfcn.h
8092 8092
 do :
8093 8093
   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8094 8094
 "
8095
-if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8095
+if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8096 8096
   cat >>confdefs.h <<_ACEOF
8097 8097
 #define HAVE_DLFCN_H 1
8098 8098
 _ACEOF
... ...
@@ -8289,7 +8297,7 @@ fi
8289 8289
 
8290 8290
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8291 8291
 $as_echo_n "checking for objdir... " >&6; }
8292
-if test "${lt_cv_objdir+set}" = set; then :
8292
+if ${lt_cv_objdir+:} false; then :
8293 8293
   $as_echo_n "(cached) " >&6
8294 8294
 else
8295 8295
   rm -f .libs 2>/dev/null
... ...
@@ -8367,7 +8375,7 @@ file_magic*)
8367 8367
   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8368 8368
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8369 8369
 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8370
-if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8370
+if ${lt_cv_path_MAGIC_CMD+:} false; then :
8371 8371
   $as_echo_n "(cached) " >&6
8372 8372
 else
8373 8373
   case $MAGIC_CMD in
... ...
@@ -8433,7 +8441,7 @@ if test -z "$lt_cv_path_MAGIC_CMD"; then
8433 8433
   if test -n "$ac_tool_prefix"; then
8434 8434
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8435 8435
 $as_echo_n "checking for file... " >&6; }
8436
-if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8436
+if ${lt_cv_path_MAGIC_CMD+:} false; then :
8437 8437
   $as_echo_n "(cached) " >&6
8438 8438
 else
8439 8439
   case $MAGIC_CMD in
... ...
@@ -8575,7 +8583,7 @@ if test "$GCC" = yes; then
8575 8575
 
8576 8576
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8577 8577
 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8578
-if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8578
+if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8579 8579
   $as_echo_n "(cached) " >&6
8580 8580
 else
8581 8581
   lt_cv_prog_compiler_rtti_exceptions=no
... ...
@@ -8920,7 +8928,7 @@ esac
8920 8920
 
8921 8921
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8922 8922
 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8923
-if test "${lt_cv_prog_compiler_pic+set}" = set; then :
8923
+if ${lt_cv_prog_compiler_pic+:} false; then :
8924 8924
   $as_echo_n "(cached) " >&6
8925 8925
 else
8926 8926
   lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
... ...
@@ -8935,7 +8943,7 @@ lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
8935 8935
 if test -n "$lt_prog_compiler_pic"; then
8936 8936
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8937 8937
 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8938
-if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8938
+if ${lt_cv_prog_compiler_pic_works+:} false; then :
8939 8939
   $as_echo_n "(cached) " >&6
8940 8940
 else
8941 8941
   lt_cv_prog_compiler_pic_works=no
... ...
@@ -8999,7 +9007,7 @@ fi
8999 8999
 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9000 9000
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9001 9001
 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9002
-if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
9002
+if ${lt_cv_prog_compiler_static_works+:} false; then :
9003 9003
   $as_echo_n "(cached) " >&6
9004 9004
 else
9005 9005
   lt_cv_prog_compiler_static_works=no
... ...
@@ -9042,7 +9050,7 @@ fi
9042 9042
 
9043 9043
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9044 9044
 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9045
-if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9045
+if ${lt_cv_prog_compiler_c_o+:} false; then :
9046 9046
   $as_echo_n "(cached) " >&6
9047 9047
 else
9048 9048
   lt_cv_prog_compiler_c_o=no
... ...
@@ -9097,7 +9105,7 @@ $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9097 9097
 
9098 9098
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9099 9099
 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9100
-if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9100
+if ${lt_cv_prog_compiler_c_o+:} false; then :
9101 9101
   $as_echo_n "(cached) " >&6
9102 9102
 else
9103 9103
   lt_cv_prog_compiler_c_o=no
... ...
@@ -9666,7 +9674,7 @@ _LT_EOF
9666 9666
         if test "${lt_cv_aix_libpath+set}" = set; then
9667 9667
   aix_libpath=$lt_cv_aix_libpath
9668 9668
 else
9669
-  if test "${lt_cv_aix_libpath_+set}" = set; then :
9669
+  if ${lt_cv_aix_libpath_+:} false; then :
9670 9670
   $as_echo_n "(cached) " >&6
9671 9671
 else
9672 9672
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -9719,7 +9727,7 @@ fi
9719 9719
 	 if test "${lt_cv_aix_libpath+set}" = set; then
9720 9720
   aix_libpath=$lt_cv_aix_libpath
9721 9721
 else
9722
-  if test "${lt_cv_aix_libpath_+set}" = set; then :
9722
+  if ${lt_cv_aix_libpath_+:} false; then :
9723 9723
   $as_echo_n "(cached) " >&6
9724 9724
 else
9725 9725
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -9991,7 +9999,7 @@ fi
9991 9991
 	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9992 9992
 	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9993 9993
 $as_echo_n "checking if $CC understands -b... " >&6; }
9994
-if test "${lt_cv_prog_compiler__b+set}" = set; then :
9994
+if ${lt_cv_prog_compiler__b+:} false; then :
9995 9995
   $as_echo_n "(cached) " >&6
9996 9996
 else
9997 9997
   lt_cv_prog_compiler__b=no
... ...
@@ -10060,7 +10068,7 @@ fi
10060 10060
 	# This should be the same for all languages, so no per-tag cache variable.
10061 10061
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
10062 10062
 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
10063
-if test "${lt_cv_irix_exported_symbol+set}" = set; then :
10063
+if ${lt_cv_irix_exported_symbol+:} false; then :
10064 10064
   $as_echo_n "(cached) " >&6
10065 10065
 else
10066 10066
   save_LDFLAGS="$LDFLAGS"
... ...
@@ -10376,7 +10384,7 @@ x|xyes)
10376 10376
       # to ld, don't add -lc before -lgcc.
10377 10377
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10378 10378
 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10379
-if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10379
+if ${lt_cv_archive_cmds_need_lc+:} false; then :
10380 10380
   $as_echo_n "(cached) " >&6
10381 10381
 else
10382 10382
   $RM conftest*
... ...
@@ -11078,7 +11086,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu)
11078 11078
   shlibpath_overrides_runpath=no
11079 11079
 
11080 11080
   # Some binutils ld are patched to set DT_RUNPATH
11081
-  if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
11081
+  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
11082 11082
   $as_echo_n "(cached) " >&6
11083 11083
 else
11084 11084
   lt_cv_shlibpath_overrides_runpath=no
... ...
@@ -11510,7 +11518,7 @@ else
11510 11510
   # if libdl is installed we need to link against it
11511 11511
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11512 11512
 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11513
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11513
+if ${ac_cv_lib_dl_dlopen+:} false; then :
11514 11514
   $as_echo_n "(cached) " >&6
11515 11515
 else
11516 11516
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -11544,7 +11552,7 @@ LIBS=$ac_check_lib_save_LIBS
11544 11544
 fi
11545 11545
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11546 11546
 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11547
-if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11547
+if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11548 11548
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11549 11549
 else
11550 11550
 
... ...
@@ -11558,12 +11566,12 @@ fi
11558 11558
 
11559 11559
   *)
11560 11560
     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11561
-if test "x$ac_cv_func_shl_load" = x""yes; then :
11561
+if test "x$ac_cv_func_shl_load" = xyes; then :
11562 11562
   lt_cv_dlopen="shl_load"
11563 11563
 else
11564 11564
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11565 11565
 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11566
-if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11566
+if ${ac_cv_lib_dld_shl_load+:} false; then :
11567 11567
   $as_echo_n "(cached) " >&6
11568 11568
 else
11569 11569
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -11597,16 +11605,16 @@ LIBS=$ac_check_lib_save_LIBS
11597 11597
 fi
11598 11598
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11599 11599
 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11600
-if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11600
+if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11601 11601
   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11602 11602
 else
11603 11603
   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11604
-if test "x$ac_cv_func_dlopen" = x""yes; then :
11604
+if test "x$ac_cv_func_dlopen" = xyes; then :
11605 11605
   lt_cv_dlopen="dlopen"
11606 11606
 else
11607 11607
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11608 11608
 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11609
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11609
+if ${ac_cv_lib_dl_dlopen+:} false; then :
11610 11610
   $as_echo_n "(cached) " >&6
11611 11611
 else
11612 11612
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -11640,12 +11648,12 @@ LIBS=$ac_check_lib_save_LIBS
11640 11640
 fi
11641 11641
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11642 11642
 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11643
-if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11643
+if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11644 11644
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11645 11645
 else
11646 11646
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11647 11647
 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11648
-if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11648
+if ${ac_cv_lib_svld_dlopen+:} false; then :
11649 11649
   $as_echo_n "(cached) " >&6
11650 11650
 else
11651 11651
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -11679,12 +11687,12 @@ LIBS=$ac_check_lib_save_LIBS
11679 11679
 fi
11680 11680
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11681 11681
 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11682
-if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11682
+if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11683 11683
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11684 11684
 else
11685 11685
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11686 11686
 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11687
-if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11687
+if ${ac_cv_lib_dld_dld_link+:} false; then :
11688 11688
   $as_echo_n "(cached) " >&6
11689 11689
 else
11690 11690
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -11718,7 +11726,7 @@ LIBS=$ac_check_lib_save_LIBS
11718 11718
 fi
11719 11719
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11720 11720
 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11721
-if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11721
+if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11722 11722
   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11723 11723
 fi
11724 11724
 
... ...
@@ -11759,7 +11767,7 @@ fi
11759 11759
 
11760 11760
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11761 11761
 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11762
-if test "${lt_cv_dlopen_self+set}" = set; then :
11762
+if ${lt_cv_dlopen_self+:} false; then :
11763 11763
   $as_echo_n "(cached) " >&6
11764 11764
 else
11765 11765
   	  if test "$cross_compiling" = yes; then :
... ...
@@ -11865,7 +11873,7 @@ $as_echo "$lt_cv_dlopen_self" >&6; }
11865 11865
       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11866 11866
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11867 11867
 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11868
-if test "${lt_cv_dlopen_self_static+set}" = set; then :
11868
+if ${lt_cv_dlopen_self_static+:} false; then :
11869 11869
   $as_echo_n "(cached) " >&6
11870 11870
 else
11871 11871
   	  if test "$cross_compiling" = yes; then :
... ...
@@ -12102,7 +12110,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12102 12102
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
12103 12103
 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
12104 12104
 if test -z "$CXXCPP"; then
12105
-  if test "${ac_cv_prog_CXXCPP+set}" = set; then :
12105
+  if ${ac_cv_prog_CXXCPP+:} false; then :
12106 12106
   $as_echo_n "(cached) " >&6
12107 12107
 else
12108 12108
       # Double quotes because CXXCPP needs to be expanded
... ...
@@ -12218,7 +12226,7 @@ else
12218 12218
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12219 12219
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12220 12220
 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
12221
-See \`config.log' for more details" "$LINENO" 5 ; }
12221
+See \`config.log' for more details" "$LINENO" 5; }
12222 12222
 fi
12223 12223
 
12224 12224
 ac_ext=c
... ...
@@ -12405,7 +12413,7 @@ else
12405 12405
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
12406 12406
 $as_echo_n "checking for non-GNU ld... " >&6; }
12407 12407
 fi
12408
-if test "${lt_cv_path_LD+set}" = set; then :
12408
+if ${lt_cv_path_LD+:} false; then :
12409 12409
   $as_echo_n "(cached) " >&6
12410 12410
 else
12411 12411
   if test -z "$LD"; then
... ...
@@ -12445,7 +12453,7 @@ fi
12445 12445
 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
12446 12446
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
12447 12447
 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
12448
-if test "${lt_cv_prog_gnu_ld+set}" = set; then :
12448
+if ${lt_cv_prog_gnu_ld+:} false; then :
12449 12449
   $as_echo_n "(cached) " >&6
12450 12450
 else
12451 12451
   # I'd rather use --version here, but apparently some GNU lds only accept -v.
... ...
@@ -12617,7 +12625,7 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
12617 12617
           if test "${lt_cv_aix_libpath+set}" = set; then
12618 12618
   aix_libpath=$lt_cv_aix_libpath
12619 12619
 else
12620
-  if test "${lt_cv_aix_libpath__CXX+set}" = set; then :
12620
+  if ${lt_cv_aix_libpath__CXX+:} false; then :
12621 12621
   $as_echo_n "(cached) " >&6
12622 12622
 else
12623 12623
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -12671,7 +12679,7 @@ fi
12671 12671
 	    if test "${lt_cv_aix_libpath+set}" = set; then
12672 12672
   aix_libpath=$lt_cv_aix_libpath
12673 12673
 else
12674
-  if test "${lt_cv_aix_libpath__CXX+set}" = set; then :
12674
+  if ${lt_cv_aix_libpath__CXX+:} false; then :
12675 12675
   $as_echo_n "(cached) " >&6
12676 12676
 else
12677 12677
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ...
@@ -14077,7 +14085,7 @@ esac
14077 14077
 
14078 14078
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
14079 14079
 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
14080
-if test "${lt_cv_prog_compiler_pic_CXX+set}" = set; then :
14080
+if ${lt_cv_prog_compiler_pic_CXX+:} false; then :
14081 14081
   $as_echo_n "(cached) " >&6
14082 14082
 else
14083 14083
   lt_cv_prog_compiler_pic_CXX=$lt_prog_compiler_pic_CXX
... ...
@@ -14092,7 +14100,7 @@ lt_prog_compiler_pic_CXX=$lt_cv_prog_compiler_pic_CXX
14092 14092
 if test -n "$lt_prog_compiler_pic_CXX"; then
14093 14093
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
14094 14094
 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
14095
-if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then :
14095
+if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
14096 14096
   $as_echo_n "(cached) " >&6
14097 14097
 else
14098 14098
   lt_cv_prog_compiler_pic_works_CXX=no
... ...
@@ -14150,7 +14158,7 @@ fi
14150 14150
 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
14151 14151
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14152 14152
 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
14153
-if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then :
14153
+if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
14154 14154
   $as_echo_n "(cached) " >&6
14155 14155
 else
14156 14156
   lt_cv_prog_compiler_static_works_CXX=no
... ...
@@ -14190,7 +14198,7 @@ fi
14190 14190
 
14191 14191
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14192 14192
 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14193
-if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
14193
+if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
14194 14194
   $as_echo_n "(cached) " >&6
14195 14195
 else
14196 14196
   lt_cv_prog_compiler_c_o_CXX=no
... ...
@@ -14242,7 +14250,7 @@ $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
14242 14242
 
14243 14243
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14244 14244
 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14245
-if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
14245
+if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
14246 14246
   $as_echo_n "(cached) " >&6
14247 14247
 else
14248 14248
   lt_cv_prog_compiler_c_o_CXX=no
... ...
@@ -14384,7 +14392,7 @@ x|xyes)
14384 14384
       # to ld, don't add -lc before -lgcc.
14385 14385
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
14386 14386
 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
14387
-if test "${lt_cv_archive_cmds_need_lc_CXX+set}" = set; then :
14387
+if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
14388 14388
   $as_echo_n "(cached) " >&6
14389 14389
 else
14390 14390
   $RM conftest*
... ...
@@ -14927,7 +14935,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu)
14927 14927
   shlibpath_overrides_runpath=no
14928 14928
 
14929 14929
   # Some binutils ld are patched to set DT_RUNPATH
14930
-  if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
14930
+  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
14931 14931
   $as_echo_n "(cached) " >&6
14932 14932
 else
14933 14933
   lt_cv_shlibpath_overrides_runpath=no
... ...
@@ -15323,7 +15331,7 @@ fi
15323 15323
 
15324 15324
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU make" >&5
15325 15325
 $as_echo_n "checking for GNU make... " >&6; }
15326
-if test "${llvm_cv_gnu_make_command+set}" = set; then :
15326
+if ${llvm_cv_gnu_make_command+:} false; then :
15327 15327
   $as_echo_n "(cached) " >&6
15328 15328
 else
15329 15329
   llvm_cv_gnu_make_command=''
... ...
@@ -15505,7 +15513,7 @@ else
15505 15505
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15506 15506
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15507 15507
 as_fn_error $? "failed
15508
-See \`config.log' for more details" "$LINENO" 5 ; }
15508
+See \`config.log' for more details" "$LINENO" 5; }
15509 15509
 
15510 15510
 fi
15511 15511
 rm -f core conftest.err conftest.$ac_objext \
... ...
@@ -15530,7 +15538,7 @@ else
15530 15530
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15531 15531
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15532 15532
 as_fn_error $? "failed
15533
-See \`config.log' for more details" "$LINENO" 5 ; }
15533
+See \`config.log' for more details" "$LINENO" 5; }
15534 15534
 fi
15535 15535
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15536 15536
   conftest.$ac_objext conftest.beam conftest.$ac_ext
... ...
@@ -15688,10 +15696,21 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15688 15688
      :end' >>confcache
15689 15689
 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15690 15690
   if test -w "$cache_file"; then
15691
-    test "x$cache_file" != "x/dev/null" &&
15691
+    if test "x$cache_file" != "x/dev/null"; then
15692 15692
       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15693 15693
 $as_echo "$as_me: updating cache $cache_file" >&6;}
15694
-    cat confcache >$cache_file
15694
+      if test ! -f "$cache_file" || test -h "$cache_file"; then
15695
+	cat confcache >"$cache_file"
15696
+      else
15697
+        case $cache_file in #(
15698
+        */* | ?:*)
15699
+	  mv -f confcache "$cache_file"$$ &&
15700
+	  mv -f "$cache_file"$$ "$cache_file" ;; #(
15701
+        *)
15702
+	  mv -f confcache "$cache_file" ;;
15703
+	esac
15704
+      fi
15705
+    fi
15695 15706
   else
15696 15707
     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15697 15708
 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
... ...
@@ -15764,7 +15783,7 @@ if test -z "${BUILD_EXTERNAL_LLVM_TRUE}" && test -z "${BUILD_EXTERNAL_LLVM_FALSE
15764 15764
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15765 15765
 fi
15766 15766
 
15767
-: ${CONFIG_STATUS=./config.status}
15767
+: "${CONFIG_STATUS=./config.status}"
15768 15768
 ac_write_fail=0
15769 15769
 ac_clean_files_save=$ac_clean_files
15770 15770
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
... ...
@@ -15865,6 +15884,7 @@ fi
15865 15865
 IFS=" ""	$as_nl"
15866 15866
 
15867 15867
 # Find who we are.  Look in the path if we contain no directory separator.
15868
+as_myself=
15868 15869
 case $0 in #((
15869 15870
   *[\\/]* ) as_myself=$0 ;;
15870 15871
   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
... ...
@@ -16172,7 +16192,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16172 16172
 # values after options handling.
16173 16173
 ac_log="
16174 16174
 This file was extended by libclamavc++ $as_me devel, which was
16175
-generated by GNU Autoconf 2.67.  Invocation command line was
16175
+generated by GNU Autoconf 2.68.  Invocation command line was
16176 16176
 
16177 16177
   CONFIG_FILES    = $CONFIG_FILES
16178 16178
   CONFIG_HEADERS  = $CONFIG_HEADERS
... ...
@@ -16238,7 +16258,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16238 16238
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16239 16239
 ac_cs_version="\\
16240 16240
 libclamavc++ config.status devel
16241
-configured by $0, generated by GNU Autoconf 2.67,
16241
+configured by $0, generated by GNU Autoconf 2.68,
16242 16242
   with options \\"\$ac_cs_config\\"
16243 16243
 
16244 16244
 Copyright (C) 2010 Free Software Foundation, Inc.
... ...
@@ -16748,7 +16768,7 @@ do
16748 16748
     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16749 16749
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16750 16750
 
16751
-  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
16751
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16752 16752
   esac
16753 16753
 done
16754 16754
 
... ...
@@ -16771,9 +16791,10 @@ fi
16771 16771
 # after its creation but before its name has been assigned to `$tmp'.
16772 16772
 $debug ||
16773 16773
 {
16774
-  tmp=
16774
+  tmp= ac_tmp=
16775 16775
   trap 'exit_status=$?
16776
-  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
16776
+  : "${ac_tmp:=$tmp}"
16777
+  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16777 16778
 ' 0
16778 16779
   trap 'as_fn_exit 1' 1 2 13 15
16779 16780
 }
... ...
@@ -16781,12 +16802,13 @@ $debug ||
16781 16781
 
16782 16782
 {
16783 16783
   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16784
-  test -n "$tmp" && test -d "$tmp"
16784
+  test -d "$tmp"
16785 16785
 }  ||
16786 16786
 {
16787 16787
   tmp=./conf$$-$RANDOM
16788 16788
   (umask 077 && mkdir "$tmp")
16789 16789
 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16790
+ac_tmp=$tmp
16790 16791
 
16791 16792
 # Set up the scripts for CONFIG_FILES section.
16792 16793
 # No need to generate them if there are no CONFIG_FILES.
... ...
@@ -16808,7 +16830,7 @@ else
16808 16808
   ac_cs_awk_cr=$ac_cr
16809 16809
 fi
16810 16810
 
16811
-echo 'BEGIN {' >"$tmp/subs1.awk" &&
16811
+echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16812 16812
 _ACEOF
16813 16813
 
16814 16814
 
... ...
@@ -16836,7 +16858,7 @@ done
16836 16836
 rm -f conf$$subs.sh
16837 16837
 
16838 16838
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16839
-cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
16839
+cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16840 16840
 _ACEOF
16841 16841
 sed -n '
16842 16842
 h
... ...
@@ -16884,7 +16906,7 @@ t delim
16884 16884
 rm -f conf$$subs.awk
16885 16885
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16886 16886
 _ACAWK
16887
-cat >>"\$tmp/subs1.awk" <<_ACAWK &&
16887
+cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16888 16888
   for (key in S) S_is_set[key] = 1
16889 16889
   FS = ""
16890 16890
 
... ...
@@ -16916,7 +16938,7 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16916 16916
   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16917 16917
 else
16918 16918
   cat
16919
-fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
16919
+fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16920 16920
   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16921 16921
 _ACEOF
16922 16922
 
... ...
@@ -16950,7 +16972,7 @@ fi # test -n "$CONFIG_FILES"
16950 16950
 # No need to generate them if there are no CONFIG_HEADERS.
16951 16951
 # This happens for instance with `./config.status Makefile'.
16952 16952
 if test -n "$CONFIG_HEADERS"; then
16953
-cat >"$tmp/defines.awk" <<\_ACAWK ||
16953
+cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16954 16954
 BEGIN {
16955 16955
 _ACEOF
16956 16956
 
... ...
@@ -16962,8 +16984,8 @@ _ACEOF
16962 16962
 # handling of long lines.
16963 16963
 ac_delim='%!_!# '
16964 16964
 for ac_last_try in false false :; do
16965
-  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
16966
-  if test -z "$ac_t"; then
16965
+  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16966
+  if test -z "$ac_tt"; then
16967 16967
     break
16968 16968
   elif $ac_last_try; then
16969 16969
     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
... ...
@@ -17064,7 +17086,7 @@ do
17064 17064
   esac
17065 17065
   case $ac_mode$ac_tag in
17066 17066
   :[FHL]*:*);;
17067
-  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
17067
+  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
17068 17068
   :[FH]-) ac_tag=-:-;;
17069 17069
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17070 17070
   esac
... ...
@@ -17083,7 +17105,7 @@ do
17083 17083
     for ac_f
17084 17084
     do
17085 17085
       case $ac_f in
17086
-      -) ac_f="$tmp/stdin";;
17086
+      -) ac_f="$ac_tmp/stdin";;
17087 17087
       *) # Look for the file first in the build tree, then in the source tree
17088 17088
 	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
17089 17089
 	 # because $ac_f cannot contain `:'.
... ...
@@ -17092,7 +17114,7 @@ do
17092 17092
 	   [\\/$]*) false;;
17093 17093
 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17094 17094
 	   esac ||
17095
-	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
17095
+	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17096 17096
       esac
17097 17097
       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17098 17098
       as_fn_append ac_file_inputs " '$ac_f'"
... ...
@@ -17118,8 +17140,8 @@ $as_echo "$as_me: creating $ac_file" >&6;}
17118 17118
     esac
17119 17119
 
17120 17120
     case $ac_tag in
17121
-    *:-:* | *:-) cat >"$tmp/stdin" \
17122
-      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
17121
+    *:-:* | *:-) cat >"$ac_tmp/stdin" \
17122
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
17123 17123
     esac
17124 17124
     ;;
17125 17125
   esac
... ...
@@ -17255,21 +17277,22 @@ s&@INSTALL@&$ac_INSTALL&;t t
17255 17255
 s&@MKDIR_P@&$ac_MKDIR_P&;t t
17256 17256
 $ac_datarootdir_hack
17257 17257
 "
17258
-eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
17259
-  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17258
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
17259
+  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17260 17260
 
17261 17261
 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17262
-  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
17263
-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
17262
+  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
17263
+  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
17264
+      "$ac_tmp/out"`; test -z "$ac_out"; } &&
17264 17265
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17265 17266
 which seems to be undefined.  Please make sure it is defined" >&5
17266 17267
 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17267 17268
 which seems to be undefined.  Please make sure it is defined" >&2;}
17268 17269
 
17269
-  rm -f "$tmp/stdin"
17270
+  rm -f "$ac_tmp/stdin"
17270 17271
   case $ac_file in
17271
-  -) cat "$tmp/out" && rm -f "$tmp/out";;
17272
-  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
17272
+  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17273
+  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17273 17274
   esac \
17274 17275
   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17275 17276
  ;;
... ...
@@ -17280,20 +17303,20 @@ which seems to be undefined.  Please make sure it is defined" >&2;}
17280 17280
   if test x"$ac_file" != x-; then
17281 17281
     {
17282 17282
       $as_echo "/* $configure_input  */" \
17283
-      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
17284
-    } >"$tmp/config.h" \
17283
+      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17284
+    } >"$ac_tmp/config.h" \
17285 17285
       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17286
-    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
17286
+    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
17287 17287
       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17288 17288
 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17289 17289
     else
17290 17290
       rm -f "$ac_file"
17291
-      mv "$tmp/config.h" "$ac_file" \
17291
+      mv "$ac_tmp/config.h" "$ac_file" \
17292 17292
 	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
17293 17293
     fi
17294 17294
   else
17295 17295
     $as_echo "/* $configure_input  */" \
17296
-      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
17296
+      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17297 17297
       || as_fn_error $? "could not create -" "$LINENO" 5
17298 17298
   fi
17299 17299
 # Compute "$ac_file"'s index in $config_headers.
... ...
@@ -427,6 +427,9 @@
427 427
 /* The archive extension */
428 428
 #define LT_LIBEXT "dll"
429 429
 
430
+/* The archive prefix */
431
+/* #undef LT_LIBPREFIX */
432
+
430 433
 /* Define to the extension used for runtime loadable modules, say, ".so". */
431 434
 #define LT_MODULE_EXT ".dll"
432 435
 
... ...
@@ -505,7 +508,7 @@
505 505
 /* #undef USE_SYSLOG */
506 506
 
507 507
 /* Version number of package */
508
-#define VERSION "devel-clamav-0.97-77-g14c7f2b"
508
+#define VERSION "devel-clamav-0.97-79-g404d30a"
509 509
 
510 510
 /* Version suffix for package */
511 511
 #define VERSION_SUFFIX ""