~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-03-12 11:30:04 UTC
  • mfrom: (0.41.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100312113004-b0fop4bkycszdd0z
Tags: 0.96~rc1+dfsg-0ubuntu1
* New upstream RC - FFE (LP: #537636):
  - Add OfficialDatabaseOnly option to clamav-base.postinst.in
  - Add LocalSocketGroup option to clamav-base.postinst.in
  - Add LocalSocketMode option to clamav-base.postinst.in
  - Add CrossFilesystems option to clamav-base.postinst.in
  - Add ClamukoScannerCount option to clamav-base.postinst.in
  - Add BytecodeSecurity opiton to clamav-base.postinst.in
  - Add DetectionStatsHostID option to clamav-freshclam.postinst.in
  - Add Bytecode option to clamav-freshclam.postinst.in
  - Add MilterSocketGroup option to clamav-milter.postinst.in
  - Add MilterSocketMode option to clamav-milter.postinst.in
  - Add ReportHostname option to clamav-milter.postinst.in
  - Bump libclamav SO version to 6.1.0 in libclamav6.install
  - Drop clamdmon from clamav.examples (no longer shipped by upstream)
  - Drop libclamav.a from libclamav-dev.install (not built by upstream)
  - Update SO version for lintian override for libclamav6
  - Add new Bytecode Testing Tool, usr/bin/clambc, to clamav.install
  - Add build-depends on python and python-setuptools for new test suite
  - Update debian/copyright for the embedded copy of llvm (using the system
    llvm is not currently feasible)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.64 for ClamAV 0.95.3.
 
3
# Generated by GNU Autoconf 2.65 for ClamAV 0.96rc1.
4
4
#
5
5
# Report bugs to <http://bugs.clamav.net/>.
6
6
#
 
7
#
7
8
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8
 
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9
 
# Foundation, Inc.
 
9
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
 
10
# Inc.
 
11
#
10
12
#
11
13
# This configure script is free software; the Free Software Foundation
12
14
# gives unlimited permission to copy, distribute and modify it.
678
680
 
679
681
 
680
682
 
681
 
exec 7<&0 </dev/null 6>&1
 
683
test -n "$DJDIR" || exec 7<&0 </dev/null
 
684
exec 6>&1
682
685
 
683
686
# Name of the host.
684
687
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
700
703
# Identity of this package.
701
704
PACKAGE_NAME='ClamAV'
702
705
PACKAGE_TARNAME='clamav'
703
 
PACKAGE_VERSION='0.95.3'
704
 
PACKAGE_STRING='ClamAV 0.95.3'
 
706
PACKAGE_VERSION='0.96rc1'
 
707
PACKAGE_STRING='ClamAV 0.96rc1'
705
708
PACKAGE_BUGREPORT='http://bugs.clamav.net/'
706
709
PACKAGE_URL='http://www.clamav.net/'
707
710
 
742
745
# include <unistd.h>
743
746
#endif"
744
747
 
745
 
ac_subst_vars='ltdl_LTLIBOBJS
 
748
enable_option_checking=no
 
749
ac_subst_vars='ENABLE_LLVM_FALSE
 
750
ENABLE_LLVM_TRUE
 
751
ltdl_LTLIBOBJS
746
752
ltdl_LIBOBJS
747
753
am__EXEEXT_FALSE
748
754
am__EXEEXT_TRUE
749
755
LTLIBOBJS
750
756
LIBOBJS
 
757
subdirs
751
758
HAVE_CURSES_FALSE
752
759
HAVE_CURSES_TRUE
753
760
CURSES_LIBS
790
797
VERSIONSCRIPT_FALSE
791
798
VERSIONSCRIPT_TRUE
792
799
VERSIONSCRIPTFLAG
793
 
DISTCHECK_ENABLE_FLAGS_FALSE
794
 
DISTCHECK_ENABLE_FLAGS_TRUE
 
800
LIBM
795
801
LTDLOPEN
796
802
LT_CONFIG_H
797
803
CONVENIENCE_LTDL_FALSE
847
853
LIBTOOL
848
854
LN_S
849
855
LIBCLAMAV_VERSION
 
856
AM_BACKSLASH
 
857
AM_DEFAULT_VERBOSITY
850
858
am__untar
851
859
am__tar
852
860
AMTAR
923
931
ac_subst_files=''
924
932
ac_user_opts='
925
933
enable_option_checking
 
934
enable_silent_rules
 
935
enable_static
926
936
enable_shared
927
 
enable_static
928
937
with_pic
929
938
enable_fast_install
930
939
enable_dependency_tracking
967
976
enable_dns_fix
968
977
enable_bigstack
969
978
with_dbdir
970
 
enable_gethostbyname_r
971
979
enable_readdir_r
972
980
enable_fdpassing
973
981
enable_clamdtop
974
982
with_libncurses_prefix
975
983
with_libpdcurses_prefix
 
984
enable_distcheck_werror
 
985
enable_llvm
976
986
'
977
987
      ac_precious_vars='build_alias
978
988
host_alias
983
993
LIBS
984
994
CPPFLAGS
985
995
CPP'
986
 
 
 
996
ac_subdirs_all='
 
997
libclamav/c++'
987
998
 
988
999
# Initialize some variables set by options.
989
1000
ac_init_help=
1524
1535
  # Omit some internal or obsolete options to make the list less imposing.
1525
1536
  # This message is too long to be a string in the A/UX 3.1 sh.
1526
1537
  cat <<_ACEOF
1527
 
\`configure' configures ClamAV 0.95.3 to adapt to many kinds of systems.
 
1538
\`configure' configures ClamAV 0.96rc1 to adapt to many kinds of systems.
1528
1539
 
1529
1540
Usage: $0 [OPTION]... [VAR=VALUE]...
1530
1541
 
1595
1606
 
1596
1607
if test -n "$ac_init_help"; then
1597
1608
  case $ac_init_help in
1598
 
     short | recursive ) echo "Configuration of ClamAV 0.95.3:";;
 
1609
     short | recursive ) echo "Configuration of ClamAV 0.96rc1:";;
1599
1610
   esac
1600
1611
  cat <<\_ACEOF
1601
1612
 
1603
1614
  --disable-option-checking  ignore unrecognized --enable/--with options
1604
1615
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1605
1616
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 
1617
  --enable-silent-rules          less verbose build output (undo: `make V=1')
 
1618
  --disable-silent-rules         verbose build output (undo: `make V=0')
 
1619
  --enable-static[=PKGS]  build static libraries [default=no]
1606
1620
  --enable-shared[=PKGS]  build shared libraries [default=yes]
1607
 
  --enable-static[=PKGS]  build static libraries [default=yes]
1608
1621
  --enable-fast-install[=PKGS]
1609
1622
                          optimize for fast installation [default=yes]
1610
1623
  --disable-dependency-tracking  speeds up one-time build
1637
1650
  --enable-no-cache       use "Cache-Control: no-cache" in freshclam
1638
1651
  --enable-dns-fix        enable workaround for broken DNS servers (as in SpeedTouch 510)
1639
1652
  --enable-bigstack       increase thread stack size
1640
 
  --disable-gethostbyname_r       disable support for gethostbyname_r
1641
1653
  --enable-readdir_r                enable support for readdir_r
1642
1654
  --disable-fdpassing        don't build file descriptor passing support
1643
1655
  --enable-clamdtop       Enable 'clamdtop' tool [default=auto]
 
1656
  --enable-distcheck-werror
 
1657
                          enable warnings as error for distcheck [default=no]
 
1658
  --enable-llvm           Enable 'llvm' JIT/verifier support [default=auto]
1644
1659
 
1645
1660
Optional Packages:
1646
1661
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1675
1690
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1676
1691
              nonstandard directory <lib dir>
1677
1692
  LIBS        libraries to pass to the linker, e.g. -l<library>
1678
 
  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
 
1693
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1679
1694
              you have headers in a nonstandard directory <include dir>
1680
1695
  CPP         C preprocessor
1681
1696
 
1746
1761
test -n "$ac_init_help" && exit $ac_status
1747
1762
if $ac_init_version; then
1748
1763
  cat <<\_ACEOF
1749
 
ClamAV configure 0.95.3
1750
 
generated by GNU Autoconf 2.64
 
1764
ClamAV configure 0.96rc1
 
1765
generated by GNU Autoconf 2.65
1751
1766
 
1752
1767
Copyright (C) 2009 Free Software Foundation, Inc.
1753
1768
This configure script is free software; the Free Software Foundation
1794
1809
        ac_retval=1
1795
1810
fi
1796
1811
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1797
 
  return $ac_retval
 
1812
  as_fn_set_status $ac_retval
1798
1813
 
1799
1814
} # ac_fn_c_try_compile
1800
1815
 
1840
1855
  # left behind by Apple's compiler.  We do this before executing the actions.
1841
1856
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1842
1857
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1843
 
  return $ac_retval
 
1858
  as_fn_set_status $ac_retval
1844
1859
 
1845
1860
} # ac_fn_c_try_link
1846
1861
 
1908
1923
    ac_retval=1
1909
1924
fi
1910
1925
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1911
 
  return $ac_retval
 
1926
  as_fn_set_status $ac_retval
1912
1927
 
1913
1928
} # ac_fn_c_try_cpp
1914
1929
 
1950
1965
fi
1951
1966
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1952
1967
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1953
 
  return $ac_retval
 
1968
  as_fn_set_status $ac_retval
1954
1969
 
1955
1970
} # ac_fn_c_try_run
1956
1971
 
2210
2225
This file contains any messages produced by compilers while
2211
2226
running configure, to aid debugging if configure makes a mistake.
2212
2227
 
2213
 
It was created by ClamAV $as_me 0.95.3, which was
2214
 
generated by GNU Autoconf 2.64.  Invocation command line was
 
2228
It was created by ClamAV $as_me 0.96rc1, which was
 
2229
generated by GNU Autoconf 2.65.  Invocation command line was
2215
2230
 
2216
2231
  $ $0 $@
2217
2232
 
2464
2479
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2465
2480
do
2466
2481
  test "x$ac_site_file" = xNONE && continue
2467
 
  if test -r "$ac_site_file"; then
 
2482
  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2468
2483
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2469
2484
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2470
2485
    sed 's/^/| /' "$ac_site_file" >&5
2473
2488
done
2474
2489
 
2475
2490
if test -r "$cache_file"; then
2476
 
  # Some versions of bash will fail to source /dev/null (special
2477
 
  # files actually), so we avoid doing that.
2478
 
  if test -f "$cache_file"; then
 
2491
  # Some versions of bash will fail to source /dev/null (special files
 
2492
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
 
2493
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2479
2494
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2480
2495
$as_echo "$as_me: loading cache $cache_file" >&6;}
2481
2496
    case $cache_file in
2558
2573
 
2559
2574
 
2560
2575
 
 
2576
 
2561
2577
ac_aux_dir=
2562
2578
for ac_dir in config "$srcdir"/config; do
2563
2579
  for ac_t in install-sh install.sh shtool; do
3199
3215
 
3200
3216
fi
3201
3217
 
 
3218
  test -d ./--version && rmdir ./--version
3202
3219
  if test "${ac_cv_path_mkdir+set}" = set; then
3203
3220
    MKDIR_P="$ac_cv_path_mkdir -p"
3204
3221
  else
3206
3223
    # value for MKDIR_P within a source directory, because that will
3207
3224
    # break other packages using the cache if that directory is
3208
3225
    # removed, or if the value is a relative name.
3209
 
    test -d ./--version && rmdir ./--version
3210
3226
    MKDIR_P="$ac_install_sh -d"
3211
3227
  fi
3212
3228
fi
3323
3339
 
3324
3340
# Define the identity of the package.
3325
3341
 PACKAGE='clamav'
3326
 
 VERSION='0.95.3'
 
3342
 VERSION='0.96rc1'
3327
3343
 
3328
3344
 
3329
3345
# Some tools Automake needs.
3348
3364
 
3349
3365
AMTAR=${AMTAR-"${am_missing_run}tar"}
3350
3366
 
3351
 
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3352
 
 
3353
 
 
3354
 
 
3355
 
 
 
3367
 
 
3368
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
 
3369
$as_echo_n "checking how to create a ustar tar archive... " >&6; }
 
3370
# Loop over all known methods to create a tar archive until one works.
 
3371
_am_tools='gnutar plaintar pax cpio none'
 
3372
_am_tools=${am_cv_prog_tar_ustar-$_am_tools}
 
3373
# Do not fold the above two line into one, because Tru64 sh and
 
3374
# Solaris sh will not grok spaces in the rhs of `-'.
 
3375
for _am_tool in $_am_tools
 
3376
do
 
3377
  case $_am_tool in
 
3378
  gnutar)
 
3379
    for _am_tar in tar gnutar gtar;
 
3380
    do
 
3381
      { echo "$as_me:$LINENO: $_am_tar --version" >&5
 
3382
   ($_am_tar --version) >&5 2>&5
 
3383
   ac_status=$?
 
3384
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3385
   (exit $ac_status); } && break
 
3386
    done
 
3387
    am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
 
3388
    am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
 
3389
    am__untar="$_am_tar -xf -"
 
3390
    ;;
 
3391
  plaintar)
 
3392
    # Must skip GNU tar: if it does not support --format= it doesn't create
 
3393
    # ustar tarball either.
 
3394
    (tar --version) >/dev/null 2>&1 && continue
 
3395
    am__tar='tar chf - "$$tardir"'
 
3396
    am__tar_='tar chf - "$tardir"'
 
3397
    am__untar='tar xf -'
 
3398
    ;;
 
3399
  pax)
 
3400
    am__tar='pax -L -x ustar -w "$$tardir"'
 
3401
    am__tar_='pax -L -x ustar -w "$tardir"'
 
3402
    am__untar='pax -r'
 
3403
    ;;
 
3404
  cpio)
 
3405
    am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
 
3406
    am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
 
3407
    am__untar='cpio -i -H ustar -d'
 
3408
    ;;
 
3409
  none)
 
3410
    am__tar=false
 
3411
    am__tar_=false
 
3412
    am__untar=false
 
3413
    ;;
 
3414
  esac
 
3415
 
 
3416
  # If the value was cached, stop now.  We just wanted to have am__tar
 
3417
  # and am__untar set.
 
3418
  test -n "${am_cv_prog_tar_ustar}" && break
 
3419
 
 
3420
  # tar/untar a dummy directory, and stop if the command works
 
3421
  rm -rf conftest.dir
 
3422
  mkdir conftest.dir
 
3423
  echo GrepMe > conftest.dir/file
 
3424
  { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
 
3425
   (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
 
3426
   ac_status=$?
 
3427
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3428
   (exit $ac_status); }
 
3429
  rm -rf conftest.dir
 
3430
  if test -s conftest.tar; then
 
3431
    { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
 
3432
   ($am__untar <conftest.tar) >&5 2>&5
 
3433
   ac_status=$?
 
3434
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3435
   (exit $ac_status); }
 
3436
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
3437
  fi
 
3438
done
 
3439
rm -rf conftest.dir
 
3440
 
 
3441
if test "${am_cv_prog_tar_ustar+set}" = set; then :
 
3442
  $as_echo_n "(cached) " >&6
 
3443
else
 
3444
  am_cv_prog_tar_ustar=$_am_tool
 
3445
fi
 
3446
 
 
3447
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
 
3448
$as_echo "$am_cv_prog_tar_ustar" >&6; }
 
3449
 
 
3450
 
 
3451
 
 
3452
 
 
3453
 
 
3454
# Check whether --enable-silent-rules was given.
 
3455
if test "${enable_silent_rules+set}" = set; then :
 
3456
  enableval=$enable_silent_rules;
 
3457
fi
 
3458
 
 
3459
case $enable_silent_rules in
 
3460
yes) AM_DEFAULT_VERBOSITY=0;;
 
3461
no)  AM_DEFAULT_VERBOSITY=1;;
 
3462
*)   AM_DEFAULT_VERBOSITY=0;;
 
3463
esac
 
3464
AM_BACKSLASH='\'
3356
3465
 
3357
3466
 
3358
3467
 
3359
3468
$as_echo "#define PACKAGE PACKAGE_NAME" >>confdefs.h
3360
3469
 
3361
3470
 
3362
 
VERSION="0.95.3"
3363
3471
 
3364
3472
cat >>confdefs.h <<_ACEOF
3365
3473
#define VERSION "$VERSION"
3366
3474
_ACEOF
3367
3475
 
3368
3476
 
3369
 
LC_CURRENT=6
3370
 
LC_REVISION=5
3371
 
LC_AGE=0
 
3477
LC_CURRENT=7
 
3478
LC_REVISION=0
 
3479
LC_AGE=1
3372
3480
LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
3373
3481
 
3374
3482
 
3474
3582
 
3475
3583
 
3476
3584
 
3477
 
macro_version='2.2.6'
3478
 
macro_revision='1.3012'
 
3585
macro_version='2.2.6b'
 
3586
macro_revision='1.3017'
3479
3587
 
3480
3588
 
3481
3589
 
3875
3983
... rest of stderr output deleted ...
3876
3984
         10q' conftest.err >conftest.er1
3877
3985
    cat conftest.er1 >&5
3878
 
    rm -f conftest.er1 conftest.err
3879
3986
  fi
 
3987
  rm -f conftest.er1 conftest.err
3880
3988
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3881
3989
  test $ac_status = 0; }
3882
3990
done
3883
3991
 
3884
3992
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3885
3993
/* end confdefs.h.  */
3886
 
#include <stdio.h>
 
3994
 
3887
3995
int
3888
3996
main ()
3889
3997
{
3890
 
FILE *f = fopen ("conftest.out", "w");
3891
 
 return ferror (f) || fclose (f) != 0;
3892
3998
 
3893
3999
  ;
3894
4000
  return 0;
3895
4001
}
3896
4002
_ACEOF
3897
4003
ac_clean_files_save=$ac_clean_files
3898
 
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
 
4004
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3899
4005
# Try to create an executable without -o first, disregard a.out.
3900
4006
# It will help us diagnose broken compilers, and finding out an intuition
3901
4007
# of exeext.
3902
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3903
 
$as_echo_n "checking for C compiler default output file name... " >&6; }
 
4008
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
 
4009
$as_echo_n "checking whether the C compiler works... " >&6; }
3904
4010
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3905
4011
 
3906
4012
# The possible output files:
3962
4068
else
3963
4069
  ac_file=''
3964
4070
fi
3965
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3966
 
$as_echo "$ac_file" >&6; }
3967
4071
if test -z "$ac_file"; then :
3968
 
  $as_echo "$as_me: failed program was:" >&5
 
4072
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
4073
$as_echo "no" >&6; }
 
4074
$as_echo "$as_me: failed program was:" >&5
3969
4075
sed 's/^/| /' conftest.$ac_ext >&5
3970
4076
 
3971
4077
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3973
4079
{ as_fn_set_status 77
3974
4080
as_fn_error "C compiler cannot create executables
3975
4081
See \`config.log' for more details." "$LINENO" 5; }; }
 
4082
else
 
4083
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
4084
$as_echo "yes" >&6; }
3976
4085
fi
 
4086
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
 
4087
$as_echo_n "checking for C compiler default output file name... " >&6; }
 
4088
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
 
4089
$as_echo "$ac_file" >&6; }
3977
4090
ac_exeext=$ac_cv_exeext
3978
4091
 
3979
 
# Check that the compiler produces executables we can run.  If not, either
3980
 
# the compiler is broken, or we cross compile.
3981
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3982
 
$as_echo_n "checking whether the C compiler works... " >&6; }
3983
 
# If not cross compiling, check that we can run a simple program.
3984
 
if test "$cross_compiling" != yes; then
3985
 
  if { ac_try='./$ac_file'
3986
 
  { { case "(($ac_try" in
3987
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3988
 
  *) ac_try_echo=$ac_try;;
3989
 
esac
3990
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3991
 
$as_echo "$ac_try_echo"; } >&5
3992
 
  (eval "$ac_try") 2>&5
3993
 
  ac_status=$?
3994
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3995
 
  test $ac_status = 0; }; }; then
3996
 
    cross_compiling=no
3997
 
  else
3998
 
    if test "$cross_compiling" = maybe; then
3999
 
        cross_compiling=yes
4000
 
    else
4001
 
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4002
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4003
 
as_fn_error "cannot run C compiled programs.
4004
 
If you meant to cross compile, use \`--host'.
4005
 
See \`config.log' for more details." "$LINENO" 5; }
4006
 
    fi
4007
 
  fi
4008
 
fi
4009
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4010
 
$as_echo "yes" >&6; }
4011
 
 
4012
 
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
 
4092
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4013
4093
ac_clean_files=$ac_clean_files_save
4014
 
# Check that the compiler produces executables we can run.  If not, either
4015
 
# the compiler is broken, or we cross compile.
4016
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4017
 
$as_echo_n "checking whether we are cross compiling... " >&6; }
4018
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4019
 
$as_echo "$cross_compiling" >&6; }
4020
 
 
4021
4094
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4022
4095
$as_echo_n "checking for suffix of executables... " >&6; }
4023
4096
if { { ac_try="$ac_link"
4050
4123
as_fn_error "cannot compute suffix of executables: cannot compile and link
4051
4124
See \`config.log' for more details." "$LINENO" 5; }
4052
4125
fi
4053
 
rm -f conftest$ac_cv_exeext
 
4126
rm -f conftest conftest$ac_cv_exeext
4054
4127
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4055
4128
$as_echo "$ac_cv_exeext" >&6; }
4056
4129
 
4057
4130
rm -f conftest.$ac_ext
4058
4131
EXEEXT=$ac_cv_exeext
4059
4132
ac_exeext=$EXEEXT
 
4133
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
4134
/* end confdefs.h.  */
 
4135
#include <stdio.h>
 
4136
int
 
4137
main ()
 
4138
{
 
4139
FILE *f = fopen ("conftest.out", "w");
 
4140
 return ferror (f) || fclose (f) != 0;
 
4141
 
 
4142
  ;
 
4143
  return 0;
 
4144
}
 
4145
_ACEOF
 
4146
ac_clean_files="$ac_clean_files conftest.out"
 
4147
# Check that the compiler produces executables we can run.  If not, either
 
4148
# the compiler is broken, or we cross compile.
 
4149
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
 
4150
$as_echo_n "checking whether we are cross compiling... " >&6; }
 
4151
if test "$cross_compiling" != yes; then
 
4152
  { { ac_try="$ac_link"
 
4153
case "(($ac_try" in
 
4154
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4155
  *) ac_try_echo=$ac_try;;
 
4156
esac
 
4157
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
4158
$as_echo "$ac_try_echo"; } >&5
 
4159
  (eval "$ac_link") 2>&5
 
4160
  ac_status=$?
 
4161
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
4162
  test $ac_status = 0; }
 
4163
  if { ac_try='./conftest$ac_cv_exeext'
 
4164
  { { case "(($ac_try" in
 
4165
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4166
  *) ac_try_echo=$ac_try;;
 
4167
esac
 
4168
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
4169
$as_echo "$ac_try_echo"; } >&5
 
4170
  (eval "$ac_try") 2>&5
 
4171
  ac_status=$?
 
4172
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
4173
  test $ac_status = 0; }; }; then
 
4174
    cross_compiling=no
 
4175
  else
 
4176
    if test "$cross_compiling" = maybe; then
 
4177
        cross_compiling=yes
 
4178
    else
 
4179
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
4180
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
4181
as_fn_error "cannot run C compiled programs.
 
4182
If you meant to cross compile, use \`--host'.
 
4183
See \`config.log' for more details." "$LINENO" 5; }
 
4184
    fi
 
4185
  fi
 
4186
fi
 
4187
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
 
4188
$as_echo "$cross_compiling" >&6; }
 
4189
 
 
4190
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
 
4191
ac_clean_files=$ac_clean_files_save
4060
4192
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4061
4193
$as_echo_n "checking for suffix of object files... " >&6; }
4062
4194
if test "${ac_cv_objext+set}" = set; then :
5031
5163
else
5032
5164
  lt_cv_nm_interface="BSD nm"
5033
5165
  echo "int some_variable = 0;" > conftest.$ac_ext
5034
 
  (eval echo "\"\$as_me:5034: $ac_compile\"" >&5)
 
5166
  (eval echo "\"\$as_me:5166: $ac_compile\"" >&5)
5035
5167
  (eval "$ac_compile" 2>conftest.err)
5036
5168
  cat conftest.err >&5
5037
 
  (eval echo "\"\$as_me:5037: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
5169
  (eval echo "\"\$as_me:5169: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5038
5170
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5039
5171
  cat conftest.err >&5
5040
 
  (eval echo "\"\$as_me:5040: output\"" >&5)
 
5172
  (eval echo "\"\$as_me:5172: output\"" >&5)
5041
5173
  cat conftest.out >&5
5042
5174
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5043
5175
    lt_cv_nm_interface="MS dumpbin"
5492
5624
  ;;
5493
5625
 
5494
5626
# This must be Linux ELF.
5495
 
linux* | k*bsd*-gnu)
 
5627
linux* | k*bsd*-gnu | kopensolaris*-gnu)
5496
5628
  lt_cv_deplibs_check_method=pass_all
5497
5629
  ;;
5498
5630
 
6232
6364
  ;;
6233
6365
*-*-irix6*)
6234
6366
  # Find out which ABI we are using.
6235
 
  echo '#line 6235 "configure"' > conftest.$ac_ext
 
6367
  echo '#line 6367 "configure"' > conftest.$ac_ext
6236
6368
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6237
6369
  (eval $ac_compile) 2>&5
6238
6370
  ac_status=$?
7264
7396
 
7265
7397
# Set options
7266
7398
enable_dlopen=yes
 
7399
# Check whether --enable-static was given.
 
7400
if test "${enable_static+set}" = set; then :
 
7401
  enableval=$enable_static; p=${PACKAGE-default}
 
7402
    case $enableval in
 
7403
    yes) enable_static=yes ;;
 
7404
    no) enable_static=no ;;
 
7405
    *)
 
7406
     enable_static=no
 
7407
      # Look at the argument we got.  We use all the common list separators.
 
7408
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
7409
      for pkg in $enableval; do
 
7410
        IFS="$lt_save_ifs"
 
7411
        if test "X$pkg" = "X$p"; then
 
7412
          enable_static=yes
 
7413
        fi
 
7414
      done
 
7415
      IFS="$lt_save_ifs"
 
7416
      ;;
 
7417
    esac
 
7418
else
 
7419
  enable_static=no
 
7420
fi
 
7421
 
 
7422
 
 
7423
 
 
7424
 
 
7425
 
 
7426
 
 
7427
 
7267
7428
 
7268
7429
 
7269
7430
 
7302
7463
 
7303
7464
 
7304
7465
 
7305
 
  # Check whether --enable-static was given.
7306
 
if test "${enable_static+set}" = set; then :
7307
 
  enableval=$enable_static; p=${PACKAGE-default}
7308
 
    case $enableval in
7309
 
    yes) enable_static=yes ;;
7310
 
    no) enable_static=no ;;
7311
 
    *)
7312
 
     enable_static=no
7313
 
      # Look at the argument we got.  We use all the common list separators.
7314
 
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7315
 
      for pkg in $enableval; do
7316
 
        IFS="$lt_save_ifs"
7317
 
        if test "X$pkg" = "X$p"; then
7318
 
          enable_static=yes
7319
 
        fi
7320
 
      done
7321
 
      IFS="$lt_save_ifs"
7322
 
      ;;
7323
 
    esac
7324
 
else
7325
 
  enable_static=yes
7326
 
fi
7327
 
 
7328
 
 
7329
 
 
7330
 
 
7331
 
 
7332
 
 
7333
 
 
7334
 
 
7335
7466
 
7336
7467
 
7337
7468
# Check whether --with-pic was given.
7761
7892
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7762
7893
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7763
7894
   -e 's:$: $lt_compiler_flag:'`
7764
 
   (eval echo "\"\$as_me:7764: $lt_compile\"" >&5)
 
7895
   (eval echo "\"\$as_me:7895: $lt_compile\"" >&5)
7765
7896
   (eval "$lt_compile" 2>conftest.err)
7766
7897
   ac_status=$?
7767
7898
   cat conftest.err >&5
7768
 
   echo "$as_me:7768: \$? = $ac_status" >&5
 
7899
   echo "$as_me:7899: \$? = $ac_status" >&5
7769
7900
   if (exit $ac_status) && test -s "$ac_outfile"; then
7770
7901
     # The compiler can only warn and ignore the option if not recognized
7771
7902
     # So say no if there are warnings other than the usual output.
7930
8061
      lt_prog_compiler_static='-non_shared'
7931
8062
      ;;
7932
8063
 
7933
 
    linux* | k*bsd*-gnu)
 
8064
    linux* | k*bsd*-gnu | kopensolaris*-gnu)
7934
8065
      case $cc_basename in
7935
8066
      # old Intel for x86_64 which still supported -KPIC.
7936
8067
      ecc*)
8100
8231
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8101
8232
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8102
8233
   -e 's:$: $lt_compiler_flag:'`
8103
 
   (eval echo "\"\$as_me:8103: $lt_compile\"" >&5)
 
8234
   (eval echo "\"\$as_me:8234: $lt_compile\"" >&5)
8104
8235
   (eval "$lt_compile" 2>conftest.err)
8105
8236
   ac_status=$?
8106
8237
   cat conftest.err >&5
8107
 
   echo "$as_me:8107: \$? = $ac_status" >&5
 
8238
   echo "$as_me:8238: \$? = $ac_status" >&5
8108
8239
   if (exit $ac_status) && test -s "$ac_outfile"; then
8109
8240
     # The compiler can only warn and ignore the option if not recognized
8110
8241
     # So say no if there are warnings other than the usual output.
8205
8336
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8206
8337
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8207
8338
   -e 's:$: $lt_compiler_flag:'`
8208
 
   (eval echo "\"\$as_me:8208: $lt_compile\"" >&5)
 
8339
   (eval echo "\"\$as_me:8339: $lt_compile\"" >&5)
8209
8340
   (eval "$lt_compile" 2>out/conftest.err)
8210
8341
   ac_status=$?
8211
8342
   cat out/conftest.err >&5
8212
 
   echo "$as_me:8212: \$? = $ac_status" >&5
 
8343
   echo "$as_me:8343: \$? = $ac_status" >&5
8213
8344
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8214
8345
   then
8215
8346
     # The compiler can only warn and ignore the option if not recognized
8260
8391
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8261
8392
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8262
8393
   -e 's:$: $lt_compiler_flag:'`
8263
 
   (eval echo "\"\$as_me:8263: $lt_compile\"" >&5)
 
8394
   (eval echo "\"\$as_me:8394: $lt_compile\"" >&5)
8264
8395
   (eval "$lt_compile" 2>out/conftest.err)
8265
8396
   ac_status=$?
8266
8397
   cat out/conftest.err >&5
8267
 
   echo "$as_me:8267: \$? = $ac_status" >&5
 
8398
   echo "$as_me:8398: \$? = $ac_status" >&5
8268
8399
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8269
8400
   then
8270
8401
     # The compiler can only warn and ignore the option if not recognized
8403
8534
    fi
8404
8535
    supports_anon_versioning=no
8405
8536
    case `$LD -v 2>&1` in
 
8537
      *GNU\ gold*) supports_anon_versioning=yes ;;
8406
8538
      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8407
8539
      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8408
8540
      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8494
8626
      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8495
8627
      ;;
8496
8628
 
8497
 
    gnu* | linux* | tpf* | k*bsd*-gnu)
 
8629
    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8498
8630
      tmp_diet=no
8499
8631
      if test "$host_os" = linux-dietlibc; then
8500
8632
        case $cc_basename in
9956
10088
  ;;
9957
10089
 
9958
10090
# This must be Linux ELF.
9959
 
linux* | k*bsd*-gnu)
 
10091
linux* | k*bsd*-gnu | kopensolaris*-gnu)
9960
10092
  version_type=linux
9961
10093
  need_lib_prefix=no
9962
10094
  need_version=no
10643
10775
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10644
10776
  lt_status=$lt_dlunknown
10645
10777
  cat > conftest.$ac_ext <<_LT_EOF
10646
 
#line 10646 "configure"
 
10778
#line 10778 "configure"
10647
10779
#include "confdefs.h"
10648
10780
 
10649
10781
#if HAVE_DLFCN_H
10739
10871
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10740
10872
  lt_status=$lt_dlunknown
10741
10873
  cat > conftest.$ac_ext <<_LT_EOF
10742
 
#line 10742 "configure"
 
10874
#line 10874 "configure"
10743
10875
#include "confdefs.h"
10744
10876
 
10745
10877
#if HAVE_DLFCN_H
11040
11172
 
11041
11173
 
11042
11174
LIBADD_DLOPEN=
 
11175
lt_save_LIBS="$LIBS"
11043
11176
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
11044
11177
$as_echo_n "checking for library containing dlopen... " >&6; }
11045
11178
if test "${ac_cv_search_dlopen+set}" = set; then :
11174
11307
 
11175
11308
if test x"$libltdl_cv_func_dlopen" = xyes || test x"$libltdl_cv_lib_dl_dlopen" = xyes
11176
11309
then
11177
 
  lt_save_LIBS="$LIBS"
11178
11310
  LIBS="$LIBS $LIBADD_DLOPEN"
11179
11311
  for ac_func in dlerror
11180
11312
do :
11187
11319
fi
11188
11320
done
11189
11321
 
11190
 
  LIBS="$lt_save_LIBS"
11191
11322
fi
 
11323
LIBS="$lt_save_LIBS"
11192
11324
 
11193
11325
 
11194
11326
LIBADD_SHL_LOAD=
11411
11543
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11412
11544
  lt_status=$lt_dlunknown
11413
11545
  cat > conftest.$ac_ext <<_LT_EOF
11414
 
#line 11414 "configure"
 
11546
#line 11546 "configure"
11415
11547
#include "confdefs.h"
11416
11548
 
11417
11549
#if HAVE_DLFCN_H
11537
11669
  freebsd* | dragonfly*)
11538
11670
    lt_cv_sys_dlopen_deplibs=yes
11539
11671
    ;;
11540
 
  gnu* | linux* | k*bsd*-gnu)
 
11672
  gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu)
11541
11673
    # GNU and its variants, using gnu ld.so (Glibc)
11542
11674
    lt_cv_sys_dlopen_deplibs=yes
11543
11675
    ;;
12042
12174
$as_echo_n "checking for multiarch libdir... " >&6; }
12043
12175
                # Based on http://lists.gnu.org/archive/html/autoconf/2008-09/msg00072.html
12044
12176
                if test "$GCC" = yes; then
12045
 
                        ac_multilibdir=`$CC -print-multi-os-directory $CFLAGS $CPPFLAGS $LDFLAGS`
 
12177
                        ac_multilibdir=`$CC -print-multi-os-directory $CFLAGS $CPPFLAGS $LDFLAGS` || ac_multilibdir=.
12046
12178
                else
12047
12179
                        ac_multilibdir=.
12048
12180
                fi
12387
12519
fi
12388
12520
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fpu_bigendian" >&5
12389
12521
$as_echo "$ac_cv_c_fpu_bigendian" >&6; }
 
12522
have_autoitea06="no"
12390
12523
case $ac_cv_c_fpu_bigendian in
12391
12524
        yes)
12392
12525
 
12393
12526
$as_echo "#define FPU_WORDS_BIGENDIAN 1" >>confdefs.h
12394
12527
 
 
12528
                have_autoitea06="yes"
12395
12529
                ;;
12396
12530
        no)
12397
12531
 
12398
12532
$as_echo "#define FPU_WORDS_BIGENDIAN 0" >>confdefs.h
12399
12533
 
 
12534
                have_autoitea06="yes"
12400
12535
                ;;
12401
12536
        *)
12402
12537
                { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to determine FPU endianess, some features may not be available in this build" >&5
12632
12767
 
12633
12768
fi
12634
12769
 
 
12770
LIBM=
 
12771
case $host in
 
12772
*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
 
12773
  # These system don't have libm, or don't need it
 
12774
  ;;
 
12775
*-ncr-sysv4.3*)
 
12776
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
 
12777
$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
 
12778
if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
 
12779
  $as_echo_n "(cached) " >&6
 
12780
else
 
12781
  ac_check_lib_save_LIBS=$LIBS
 
12782
LIBS="-lmw  $LIBS"
 
12783
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
12784
/* end confdefs.h.  */
 
12785
 
 
12786
/* Override any GCC internal prototype to avoid an error.
 
12787
   Use char because int might match the return type of a GCC
 
12788
   builtin and then its argument prototype would still apply.  */
 
12789
#ifdef __cplusplus
 
12790
extern "C"
 
12791
#endif
 
12792
char _mwvalidcheckl ();
 
12793
int
 
12794
main ()
 
12795
{
 
12796
return _mwvalidcheckl ();
 
12797
  ;
 
12798
  return 0;
 
12799
}
 
12800
_ACEOF
 
12801
if ac_fn_c_try_link "$LINENO"; then :
 
12802
  ac_cv_lib_mw__mwvalidcheckl=yes
 
12803
else
 
12804
  ac_cv_lib_mw__mwvalidcheckl=no
 
12805
fi
 
12806
rm -f core conftest.err conftest.$ac_objext \
 
12807
    conftest$ac_exeext conftest.$ac_ext
 
12808
LIBS=$ac_check_lib_save_LIBS
 
12809
fi
 
12810
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
 
12811
$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
 
12812
if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
 
12813
  LIBM="-lmw"
 
12814
fi
 
12815
 
 
12816
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
 
12817
$as_echo_n "checking for cos in -lm... " >&6; }
 
12818
if test "${ac_cv_lib_m_cos+set}" = set; then :
 
12819
  $as_echo_n "(cached) " >&6
 
12820
else
 
12821
  ac_check_lib_save_LIBS=$LIBS
 
12822
LIBS="-lm  $LIBS"
 
12823
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
12824
/* end confdefs.h.  */
 
12825
 
 
12826
/* Override any GCC internal prototype to avoid an error.
 
12827
   Use char because int might match the return type of a GCC
 
12828
   builtin and then its argument prototype would still apply.  */
 
12829
#ifdef __cplusplus
 
12830
extern "C"
 
12831
#endif
 
12832
char cos ();
 
12833
int
 
12834
main ()
 
12835
{
 
12836
return cos ();
 
12837
  ;
 
12838
  return 0;
 
12839
}
 
12840
_ACEOF
 
12841
if ac_fn_c_try_link "$LINENO"; then :
 
12842
  ac_cv_lib_m_cos=yes
 
12843
else
 
12844
  ac_cv_lib_m_cos=no
 
12845
fi
 
12846
rm -f core conftest.err conftest.$ac_objext \
 
12847
    conftest$ac_exeext conftest.$ac_ext
 
12848
LIBS=$ac_check_lib_save_LIBS
 
12849
fi
 
12850
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
 
12851
$as_echo "$ac_cv_lib_m_cos" >&6; }
 
12852
if test "x$ac_cv_lib_m_cos" = x""yes; then :
 
12853
  LIBM="$LIBM -lm"
 
12854
fi
 
12855
 
 
12856
  ;;
 
12857
*)
 
12858
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
 
12859
$as_echo_n "checking for cos in -lm... " >&6; }
 
12860
if test "${ac_cv_lib_m_cos+set}" = set; then :
 
12861
  $as_echo_n "(cached) " >&6
 
12862
else
 
12863
  ac_check_lib_save_LIBS=$LIBS
 
12864
LIBS="-lm  $LIBS"
 
12865
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
12866
/* end confdefs.h.  */
 
12867
 
 
12868
/* Override any GCC internal prototype to avoid an error.
 
12869
   Use char because int might match the return type of a GCC
 
12870
   builtin and then its argument prototype would still apply.  */
 
12871
#ifdef __cplusplus
 
12872
extern "C"
 
12873
#endif
 
12874
char cos ();
 
12875
int
 
12876
main ()
 
12877
{
 
12878
return cos ();
 
12879
  ;
 
12880
  return 0;
 
12881
}
 
12882
_ACEOF
 
12883
if ac_fn_c_try_link "$LINENO"; then :
 
12884
  ac_cv_lib_m_cos=yes
 
12885
else
 
12886
  ac_cv_lib_m_cos=no
 
12887
fi
 
12888
rm -f core conftest.err conftest.$ac_objext \
 
12889
    conftest$ac_exeext conftest.$ac_ext
 
12890
LIBS=$ac_check_lib_save_LIBS
 
12891
fi
 
12892
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
 
12893
$as_echo "$ac_cv_lib_m_cos" >&6; }
 
12894
if test "x$ac_cv_lib_m_cos" = x""yes; then :
 
12895
  LIBM="-lm"
 
12896
fi
 
12897
 
 
12898
  ;;
 
12899
esac
 
12900
 
 
12901
 
 
12902
 
12635
12903
# Check whether --enable-gcc-vcheck was given.
12636
12904
if test "${enable_gcc_vcheck+set}" = set; then :
12637
12905
  enableval=$enable_gcc_vcheck; gcc_check=$enableval
12686
12954
                        ;;
12687
12955
        esac
12688
12956
fi
12689
 
 if test "x$distcheck_enable_flags" = "x1"; then
12690
 
  DISTCHECK_ENABLE_FLAGS_TRUE=
12691
 
  DISTCHECK_ENABLE_FLAGS_FALSE='#'
12692
 
else
12693
 
  DISTCHECK_ENABLE_FLAGS_TRUE='#'
12694
 
  DISTCHECK_ENABLE_FLAGS_FALSE=
12695
 
fi
12696
 
 
12697
12957
 
12698
12958
 
12699
12959
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc bug PR27603" >&5
13409
13669
fi
13410
13670
 
13411
13671
 
13412
 
for ac_func in poll setsid memcpy snprintf vsnprintf strerror_r strlcpy strlcat strcasestr inet_ntop setgroups initgroups ctime_r mkstemp mallinfo
 
13672
for ac_func in poll setsid memcpy snprintf vsnprintf strerror_r strlcpy strlcat strcasestr inet_ntop setgroups initgroups ctime_r mkstemp mallinfo madvise
13413
13673
do :
13414
13674
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13415
13675
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13660
13920
        ac_cv_c_can_get_pagesize="yes"
13661
13921
fi
13662
13922
 
13663
 
# Check whether --enable-mempool was given.
13664
 
if test "${enable_mempool+set}" = set; then :
13665
 
  enableval=$enable_mempool; enable_mempool=$enableval
13666
 
else
13667
 
  enable_mempool="yes"
13668
 
fi
13669
 
 
13670
 
if test "$enable_mempool" = "yes"; then
13671
 
        if test "$ac_cv_c_mmap_private" != "yes"; then
13672
 
                { $as_echo "$as_me:${as_lineno-$LINENO}: ****** mempool support disabled (mmap not available or not usable)" >&5
13673
 
$as_echo "$as_me: ****** mempool support disabled (mmap not available or not usable)" >&6;}
13674
 
        else
13675
 
                if test "$ac_cv_c_can_get_pagesize" != "yes"; then
13676
 
                        { $as_echo "$as_me:${as_lineno-$LINENO}: ****** mempool support disabled (pagesize cannot be determined)" >&5
13677
 
$as_echo "$as_me: ****** mempool support disabled (pagesize cannot be determined)" >&6;}
13678
 
                else
13679
13923
 
13680
13924
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANON(YMOUS)" >&5
13681
13925
$as_echo_n "checking for MAP_ANON(YMOUS)... " >&6; }
13737
13981
 
13738
13982
        fi
13739
13983
 
 
13984
# Check whether --enable-mempool was given.
 
13985
if test "${enable_mempool+set}" = set; then :
 
13986
  enableval=$enable_mempool; enable_mempool=$enableval
 
13987
else
 
13988
  enable_mempool="yes"
 
13989
fi
 
13990
 
 
13991
have_mempool="no"
 
13992
if test "$enable_mempool" = "yes"; then
 
13993
        if test "$ac_cv_c_mmap_private" != "yes"; then
 
13994
                { $as_echo "$as_me:${as_lineno-$LINENO}: ****** mempool support disabled (mmap not available or not usable)" >&5
 
13995
$as_echo "$as_me: ****** mempool support disabled (mmap not available or not usable)" >&6;}
 
13996
        else
 
13997
                if test "$ac_cv_c_can_get_pagesize" != "yes"; then
 
13998
                        { $as_echo "$as_me:${as_lineno-$LINENO}: ****** mempool support disabled (pagesize cannot be determined)" >&5
 
13999
$as_echo "$as_me: ****** mempool support disabled (pagesize cannot be determined)" >&6;}
 
14000
                else
13740
14001
                        if test "$ac_cv_c_mmap_anonymous" = "no"; then
13741
14002
                                { $as_echo "$as_me:${as_lineno-$LINENO}: ****** mempool support disabled (anonymous mmap not available)" >&5
13742
14003
$as_echo "$as_me: ****** mempool support disabled (anonymous mmap not available)" >&6;}
13744
14005
 
13745
14006
$as_echo "#define USE_MPOOL 1" >>confdefs.h
13746
14007
 
 
14008
                                have_mempool="yes"
13747
14009
                        fi
13748
14010
                fi
13749
14011
        fi
14710
14972
        fi
14711
14973
    fi
14712
14974
 
 
14975
    save_LIBS="$LIBS"
14713
14976
    if test "$ZLIB_HOME" != "/usr"; then
14714
14977
        CPPFLAGS="$CPPFLAGS -I$ZLIB_HOME/include"
14715
14978
        save_LDFLAGS="$LDFLAGS"
14716
 
        save_LIBS="$LIBS"
14717
14979
        LDFLAGS="$LDFLAGS -L$ZLIB_HOME/lib"
14718
14980
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflateEnd in -lz" >&5
14719
14981
$as_echo_n "checking for inflateEnd in -lz... " >&6; }
14752
15014
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflateEnd" >&5
14753
15015
$as_echo "$ac_cv_lib_z_inflateEnd" >&6; }
14754
15016
if test "x$ac_cv_lib_z_inflateEnd" = x""yes; then :
14755
 
  LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS -L$ZLIB_HOME/lib -lz";FRESHCLAM_LIBS="$FRESHCLAM_LIBS -L$ZLIB_HOME/lib -lz"
 
15017
  LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS -L$ZLIB_HOME/lib -lz"
14756
15018
else
14757
15019
  as_fn_error "Please install zlib and zlib-devel packages" "$LINENO" 5
14758
15020
fi
14805
15067
fi
14806
15068
 
14807
15069
        LDFLAGS="$save_LDFLAGS"
14808
 
        LIBS="$save_LIBS"
14809
15070
    else
14810
15071
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflateEnd in -lz" >&5
14811
15072
$as_echo_n "checking for inflateEnd in -lz... " >&6; }
14844
15105
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflateEnd" >&5
14845
15106
$as_echo "$ac_cv_lib_z_inflateEnd" >&6; }
14846
15107
if test "x$ac_cv_lib_z_inflateEnd" = x""yes; then :
14847
 
  LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS -lz";FRESHCLAM_LIBS="$FRESHCLAM_LIBS -lz"
 
15108
  LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS -lz"
14848
15109
else
14849
15110
  as_fn_error "Please install zlib and zlib-devel packages" "$LINENO" 5
14850
15111
fi
14897
15158
fi
14898
15159
 
14899
15160
    fi
 
15161
    LIBS="$save_LIBS"
14900
15162
fi
14901
15163
 
14902
15164
# Check whether --enable-bzip2 was given.
15411
15673
 
15412
15674
 
15413
15675
    save_LDFLAGS="$LDFLAGS"
15414
 
    LDFLAGS="$LDFLAGS -L$LIBBZ2_PREFIX/$acl_libdirstem";
 
15676
    # Only add -L if prefix is not empty
 
15677
    test -z "$LIBBZ2_PREFIX" || LDFLAGS="$LDFLAGS -L$LIBBZ2_PREFIX/$acl_libdirstem";
15415
15678
 
15416
15679
    have_bzprefix="no"
15417
15680
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BZ2_bzReadOpen in -lbz2" >&5
16180
16443
 
16181
16444
 
16182
16445
if test "$enable_debug" = "yes"; then
 
16446
  VERSION_SUFFIX="$VERSION_SUFFIX-debug"
16183
16447
 
16184
16448
$as_echo "#define CL_DEBUG 1" >>confdefs.h
16185
16449
 
16417
16681
 
16418
16682
$as_echo "#define C_BSD 1" >>confdefs.h
16419
16683
 
16420
 
    use_gethostbyname_r="no"
16421
16684
    ;;
16422
16685
freebsd*)
16423
16686
    if test "$have_pthreads" = "yes"; then
16438
16701
 
16439
16702
$as_echo "#define C_BSD 1" >>confdefs.h
16440
16703
 
16441
 
    use_gethostbyname_r="no"
16442
16704
    ;;
16443
16705
dragonfly*)
16444
16706
    if test "$have_pthreads" = "yes"; then
16459
16721
 
16460
16722
$as_echo "#define C_BSD 1" >>confdefs.h
16461
16723
 
16462
 
    use_gethostbyname_r="no"
16463
16724
    ;;
16464
16725
openbsd*)
16465
16726
    if test "$have_pthreads" = "yes"; then
16477
16738
 
16478
16739
$as_echo "#define C_BSD 1" >>confdefs.h
16479
16740
 
16480
 
    use_gethostbyname_r="no"
16481
16741
    ;;
16482
16742
bsdi*)
16483
16743
    if test "$have_pthreads" = "yes"; then
16493
16753
 
16494
16754
$as_echo "#define C_BSD 1" >>confdefs.h
16495
16755
 
16496
 
    use_gethostbyname_r="no"
16497
16756
    ;;
16498
16757
netbsd*)
16499
16758
     if test "$have_pthreads" = "yes"; then
16508
16767
 
16509
16768
$as_echo "#define C_BSD 1" >>confdefs.h
16510
16769
 
16511
 
    use_gethostbyname_r="no"
16512
16770
    ;;
16513
16771
bsd*)
16514
16772
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: Unknown BSD detected. Disabling thread support." >&5
16517
16775
 
16518
16776
$as_echo "#define C_BSD 1" >>confdefs.h
16519
16777
 
16520
 
    use_gethostbyname_r="no"
16521
16778
    ;;
16522
16779
beos*)
16523
16780
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: BeOS detected. Disabling thread support." >&5
16526
16783
 
16527
16784
$as_echo "#define C_BEOS 1" >>confdefs.h
16528
16785
 
16529
 
    use_gethostbyname_r="no"
16530
16786
    ;;
16531
16787
darwin*)
16532
16788
 
16539
16795
$as_echo "#define BIND_8_COMPAT 1" >>confdefs.h
16540
16796
 
16541
16797
    use_netinfo="yes"
16542
 
    use_gethostbyname_r="no"
16543
16798
    ;;
16544
16799
os2*)
16545
16800
    FRESHCLAM_LIBS="$FRESHCLAM_LIBS -lsyslog"
16575
16830
 
16576
16831
$as_echo "#define C_HPUX 1" >>confdefs.h
16577
16832
 
16578
 
    use_gethostbyname_r="no"
16579
16833
    ;;
16580
16834
aix*)
16581
16835
    if test "$have_pthreads" = "yes"; then
16900
17154
 
16901
17155
fi
16902
17156
 
16903
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname_r" >&5
16904
 
$as_echo_n "checking for gethostbyname_r... " >&6; }
16905
 
if test -z "$ac_cv_gethostbyname_args"; then
16906
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16907
 
/* end confdefs.h.  */
16908
 
 
16909
 
#include <sys/types.h>
16910
 
#include <netdb.h>
16911
 
 
16912
 
int
16913
 
main ()
16914
 
{
16915
 
 
16916
 
struct hostent *hp;
16917
 
struct hostent h;
16918
 
char *name;
16919
 
char buffer[10];
16920
 
int  h_errno;
16921
 
hp = gethostbyname_r(name, &h, buffer, 10, &h_errno);
16922
 
 
16923
 
  ;
16924
 
  return 0;
16925
 
}
16926
 
_ACEOF
16927
 
if ac_fn_c_try_compile "$LINENO"; then :
16928
 
  ac_cv_gethostbyname_args=5
16929
 
fi
16930
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16931
 
fi
16932
 
if test -z "$ac_cv_gethostbyname_args"; then
16933
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16934
 
/* end confdefs.h.  */
16935
 
 
16936
 
#include <sys/types.h>
16937
 
#include <netdb.h>
16938
 
 
16939
 
int
16940
 
main ()
16941
 
{
16942
 
 
16943
 
struct hostent h;
16944
 
struct hostent_data hdata;
16945
 
char *name;
16946
 
int  rc;
16947
 
rc = gethostbyname_r(name, &h, &hdata);
16948
 
 
16949
 
  ;
16950
 
  return 0;
16951
 
}
16952
 
_ACEOF
16953
 
if ac_fn_c_try_compile "$LINENO"; then :
16954
 
  ac_cv_gethostbyname_args=3
16955
 
fi
16956
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16957
 
fi
16958
 
if test -z "$ac_cv_gethostbyname_args"; then
16959
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16960
 
/* end confdefs.h.  */
16961
 
 
16962
 
#include <sys/types.h>
16963
 
#include <netdb.h>
16964
 
 
16965
 
int
16966
 
main ()
16967
 
{
16968
 
 
16969
 
struct hostent h;
16970
 
struct hostent *hp;
16971
 
char *name;
16972
 
char buf[10];
16973
 
int rc;
16974
 
int h_errno;
16975
 
 
16976
 
rc = gethostbyname_r(name, &h, buf, 10, &hp, &h_errno);
16977
 
 
16978
 
  ;
16979
 
  return 0;
16980
 
}
16981
 
_ACEOF
16982
 
if ac_fn_c_try_compile "$LINENO"; then :
16983
 
  ac_cv_gethostbyname_args=6
16984
 
fi
16985
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16986
 
fi
16987
 
 
16988
 
# Check whether --enable-gethostbyname_r was given.
16989
 
if test "${enable_gethostbyname_r+set}" = set; then :
16990
 
  enableval=$enable_gethostbyname_r; use_gethostbyname_r=$enableval
16991
 
fi
16992
 
 
16993
 
 
16994
 
if test "$use_gethostbyname_r" = "no"; then
16995
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: support disabled" >&5
16996
 
$as_echo "support disabled" >&6; }
16997
 
elif test -z "$ac_cv_gethostbyname_args"; then
16998
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16999
 
$as_echo "no" >&6; }
17000
 
else
17001
 
    if test "$ac_cv_gethostbyname_args" = 3; then
17002
 
 
17003
 
$as_echo "#define HAVE_GETHOSTBYNAME_R_3 1" >>confdefs.h
17004
 
 
17005
 
    elif test "$ac_cv_gethostbyname_args" = 5; then
17006
 
 
17007
 
$as_echo "#define HAVE_GETHOSTBYNAME_R_5 1" >>confdefs.h
17008
 
 
17009
 
    elif test "$ac_cv_gethostbyname_args" = 6; then
17010
 
 
17011
 
$as_echo "#define HAVE_GETHOSTBYNAME_R_6 1" >>confdefs.h
17012
 
 
17013
 
    fi
17014
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, and it takes $ac_cv_gethostbyname_args arguments" >&5
17015
 
$as_echo "yes, and it takes $ac_cv_gethostbyname_args arguments" >&6; }
17016
 
fi
17017
 
 
17018
17157
 
17019
17158
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for readdir_r" >&5
17020
17159
$as_echo_n "checking for readdir_r... " >&6; }
17479
17618
 
17480
17619
fi
17481
17620
 
 
17621
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that structure packing works" >&5
 
17622
$as_echo_n "checking that structure packing works... " >&6; }
 
17623
if test "${have_cv_struct_pack+set}" = set; then :
 
17624
  $as_echo_n "(cached) " >&6
 
17625
else
 
17626
 
 
17627
    if test "$cross_compiling" = yes; then :
 
17628
  have_cv_struct_pack=yes
 
17629
else
 
17630
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
17631
/* end confdefs.h.  */
 
17632
 
 
17633
#ifndef HAVE_ATTRIB_PACKED
 
17634
#define __attribute__(x)
 
17635
#endif
 
17636
#ifdef HAVE_PRAGMA_PACK
 
17637
#pragma pack(1) /* has to be in column 1 ! */
 
17638
#endif
 
17639
#ifdef HAVE_PRAGMA_PACK_HPPA
 
17640
#pragma pack 1 /* has to be in column 1 ! */
 
17641
#endif
 
17642
 
 
17643
struct { char c __attribute__((packed)); long l __attribute__((packed)); } s;
 
17644
 
 
17645
#ifdef HAVE_PRAGMA_PACK
 
17646
#pragma pack()
 
17647
#endif
 
17648
#ifdef HAVE_PRAGMA_PACK_HPPA
 
17649
#pragma pack
 
17650
#endif
 
17651
 
 
17652
struct { char c; long l;} s2;
 
17653
 
 
17654
#ifdef HAVE_PRAGMA_PACK
 
17655
#pragma pack(1) /* has to be in column 1 ! */
 
17656
#endif
 
17657
#ifdef HAVE_PRAGMA_PACK_HPPA
 
17658
#pragma pack 1 /* has to be in column 1 ! */
 
17659
#endif
 
17660
 
 
17661
struct { char c; long l; } __attribute__((packed)) s3;
 
17662
 
 
17663
#ifdef HAVE_PRAGMA_PACK
 
17664
#pragma pack()
 
17665
#endif
 
17666
#ifdef HAVE_PRAGMA_PACK_HPPA
 
17667
#pragma pack
 
17668
#endif
 
17669
 
 
17670
    int main(int argc, char **argv) {
 
17671
        if (sizeof(s)!=sizeof(s.c)+sizeof(s.l))
 
17672
            return 1;
 
17673
        if (sizeof(s) != sizeof(s3))
 
17674
            return 2;
 
17675
        return (sizeof(s2) >= sizeof(s)) ? 0 : 3;
 
17676
    }
 
17677
_ACEOF
 
17678
if ac_fn_c_try_run "$LINENO"; then :
 
17679
  have_cv_struct_pack=yes
 
17680
else
 
17681
  have_cv_struct_pack=no
 
17682
fi
 
17683
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
17684
  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
17685
fi
 
17686
 
 
17687
 
 
17688
fi
 
17689
 
 
17690
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_cv_struct_pack" >&5
 
17691
$as_echo "$have_cv_struct_pack" >&6; }
 
17692
 
 
17693
if test "$have_cv_struct_pack" = "no"; then
 
17694
    as_fn_error "Structure packing seems to be available, but is not working with this compiler" "$LINENO" 5
 
17695
fi
 
17696
 
17482
17697
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fd_set" >&5
17483
17698
$as_echo_n "checking for fd_set... " >&6; }
17484
17699
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17666
17881
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_control_in_msghdr" >&5
17667
17882
$as_echo "$ac_cv_have_control_in_msghdr" >&6; }
17668
17883
if test "x$ac_cv_have_control_in_msghdr" = "xyes" ; then
17669
 
 
17670
 
$as_echo "#define HAVE_CONTROL_IN_MSGHDR 1" >>confdefs.h
17671
 
 
17672
 
 
17673
17884
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking BSD 4.4 / RFC2292 style fd passing" >&5
17674
17885
$as_echo_n "checking BSD 4.4 / RFC2292 style fd passing... " >&6; }
17675
17886
    # Check whether --enable-fdpassing was given.
19662
19873
fi
19663
19874
 
19664
19875
 
19665
 
ac_config_files="$ac_config_files libclamav/Makefile libclamav/lzma/Makefile clamscan/Makefile database/Makefile docs/Makefile clamd/Makefile clamdscan/Makefile clamav-milter/Makefile freshclam/Makefile sigtool/Makefile clamconf/Makefile etc/Makefile test/Makefile unit_tests/Makefile clamdtop/Makefile Makefile clamav-config libclamav.pc docs/man/clamav-milter.8 docs/man/clamconf.1 docs/man/clamd.8 docs/man/clamd.conf.5 docs/man/clamdscan.1 docs/man/clamscan.1 docs/man/freshclam.1 docs/man/freshclam.conf.5 docs/man/sigtool.1 docs/man/clamdtop.1"
19666
 
 
19667
 
cat >confcache <<\_ACEOF
19668
 
# This file is a shell script that caches the results of configure
19669
 
# tests run on this system so they can be shared between configure
19670
 
# scripts and configure runs, see configure's option --config-cache.
19671
 
# It is not useful on other systems.  If it contains results you don't
19672
 
# want to keep, you may remove or edit it.
19673
 
#
19674
 
# config.status only pays attention to the cache file if you give it
19675
 
# the --recheck option to rerun configure.
19676
 
#
19677
 
# `ac_cv_env_foo' variables (set or unset) will be overridden when
19678
 
# loading this file, other *unset* `ac_cv_foo' will be assigned the
19679
 
# following values.
19680
 
 
19681
 
_ACEOF
19682
 
 
19683
 
# The following way of writing the cache mishandles newlines in values,
19684
 
# but we know of no workaround that is simple, portable, and efficient.
19685
 
# So, we kill variables containing newlines.
19686
 
# Ultrix sh set writes to stderr and can't be redirected directly,
19687
 
# and sets the high bit in the cache file unless we assign to the vars.
19688
 
(
19689
 
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
19690
 
    eval ac_val=\$$ac_var
19691
 
    case $ac_val in #(
19692
 
    *${as_nl}*)
19693
 
      case $ac_var in #(
19694
 
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19695
 
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19696
 
      esac
19697
 
      case $ac_var in #(
19698
 
      _ | IFS | as_nl) ;; #(
19699
 
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
19700
 
      *) { eval $ac_var=; unset $ac_var;} ;;
19701
 
      esac ;;
19702
 
    esac
19703
 
  done
19704
 
 
19705
 
  (set) 2>&1 |
19706
 
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
19707
 
    *${as_nl}ac_space=\ *)
19708
 
      # `set' does not quote correctly, so add quotes: double-quote
19709
 
      # substitution turns \\\\ into \\, and sed turns \\ into \.
19710
 
      sed -n \
19711
 
        "s/'/'\\\\''/g;
19712
 
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19713
 
      ;; #(
19714
 
    *)
19715
 
      # `set' quotes correctly as required by POSIX, so do not add quotes.
19716
 
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
19717
 
      ;;
19718
 
    esac |
19719
 
    sort
19720
 
) |
19721
 
  sed '
19722
 
     /^ac_cv_env_/b end
19723
 
     t clear
19724
 
     :clear
19725
 
     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19726
 
     t end
19727
 
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19728
 
     :end' >>confcache
19729
 
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
19730
 
  if test -w "$cache_file"; then
19731
 
    test "x$cache_file" != "x/dev/null" &&
19732
 
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19733
 
$as_echo "$as_me: updating cache $cache_file" >&6;}
19734
 
    cat confcache >$cache_file
19735
 
  else
19736
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19737
 
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
19738
 
  fi
19739
 
fi
19740
 
rm -f confcache
19741
 
 
19742
 
test "x$prefix" = xNONE && prefix=$ac_default_prefix
19743
 
# Let make expand exec_prefix.
19744
 
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
19745
 
 
19746
 
DEFS=-DHAVE_CONFIG_H
19747
 
 
19748
 
ac_libobjs=
19749
 
ac_ltlibobjs=
19750
 
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
19751
 
  # 1. Remove the extension, and $U if already installed.
19752
 
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
19753
 
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
19754
 
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
19755
 
  #    will be set to the directory where LIBOBJS objects are built.
19756
 
  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
19757
 
  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
19758
 
done
19759
 
LIBOBJS=$ac_libobjs
19760
 
 
19761
 
LTLIBOBJS=$ac_ltlibobjs
19762
 
 
19763
 
 
19764
 
 if test -n "$EXEEXT"; then
19765
 
  am__EXEEXT_TRUE=
19766
 
  am__EXEEXT_FALSE='#'
19767
 
else
19768
 
  am__EXEEXT_TRUE='#'
19769
 
  am__EXEEXT_FALSE=
19770
 
fi
19771
 
 
19772
 
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
19773
 
  as_fn_error "conditional \"AMDEP\" was never defined.
19774
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19775
 
fi
19776
 
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
19777
 
  as_fn_error "conditional \"am__fastdepCC\" was never defined.
19778
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19779
 
fi
19780
 
if test -z "${INSTALL_LTDL_TRUE}" && test -z "${INSTALL_LTDL_FALSE}"; then
19781
 
  as_fn_error "conditional \"INSTALL_LTDL\" was never defined.
19782
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19783
 
fi
19784
 
if test -z "${CONVENIENCE_LTDL_TRUE}" && test -z "${CONVENIENCE_LTDL_FALSE}"; then
19785
 
  as_fn_error "conditional \"CONVENIENCE_LTDL\" was never defined.
19786
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19787
 
fi
19788
 
LT_CONFIG_H=clamav-config.h
19789
 
 
19790
 
    _ltdl_libobjs=
19791
 
    _ltdl_ltlibobjs=
19792
 
    if test -n "$_LT_LIBOBJS"; then
19793
 
      # Remove the extension.
19794
 
      _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
19795
 
      for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
19796
 
        _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
19797
 
        _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo"
19798
 
      done
19799
 
    fi
19800
 
    ltdl_LIBOBJS=$_ltdl_libobjs
19801
 
 
19802
 
    ltdl_LTLIBOBJS=$_ltdl_ltlibobjs
19803
 
 
19804
 
 
19805
 
 
19806
 
if test -z "${DISTCHECK_ENABLE_FLAGS_TRUE}" && test -z "${DISTCHECK_ENABLE_FLAGS_FALSE}"; then
19807
 
  as_fn_error "conditional \"DISTCHECK_ENABLE_FLAGS\" was never defined.
19808
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19809
 
fi
19810
 
if test -z "${VERSIONSCRIPT_TRUE}" && test -z "${VERSIONSCRIPT_FALSE}"; then
19811
 
  as_fn_error "conditional \"VERSIONSCRIPT\" was never defined.
19812
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19813
 
fi
19814
 
if test -z "${HAVE_LIBCHECK_TRUE}" && test -z "${HAVE_LIBCHECK_FALSE}"; then
19815
 
  as_fn_error "conditional \"HAVE_LIBCHECK\" was never defined.
19816
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19817
 
fi
19818
 
if test -z "${ENABLE_COVERAGE_TRUE}" && test -z "${ENABLE_COVERAGE_FALSE}"; then
19819
 
  as_fn_error "conditional \"ENABLE_COVERAGE\" was never defined.
19820
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19821
 
fi
19822
 
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
19823
 
  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
19824
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19825
 
fi
19826
 
if test -z "${ENABLE_UNRAR_TRUE}" && test -z "${ENABLE_UNRAR_FALSE}"; then
19827
 
  as_fn_error "conditional \"ENABLE_UNRAR\" was never defined.
19828
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19829
 
fi
19830
 
if test -z "${LINK_TOMMATH_TRUE}" && test -z "${LINK_TOMMATH_FALSE}"; then
19831
 
  as_fn_error "conditional \"LINK_TOMMATH\" was never defined.
19832
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19833
 
fi
19834
 
if test -z "${BUILD_CLAMD_TRUE}" && test -z "${BUILD_CLAMD_FALSE}"; then
19835
 
  as_fn_error "conditional \"BUILD_CLAMD\" was never defined.
19836
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19837
 
fi
19838
 
if test -z "${HAVE_MILTER_TRUE}" && test -z "${HAVE_MILTER_FALSE}"; then
19839
 
  as_fn_error "conditional \"HAVE_MILTER\" was never defined.
19840
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19841
 
fi
19842
 
if test -z "${HAVE_CURSES_TRUE}" && test -z "${HAVE_CURSES_FALSE}"; then
19843
 
  as_fn_error "conditional \"HAVE_CURSES\" was never defined.
19844
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19845
 
fi
19846
 
 
19847
 
: ${CONFIG_STATUS=./config.status}
19848
 
ac_write_fail=0
19849
 
ac_clean_files_save=$ac_clean_files
19850
 
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
19851
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19852
 
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19853
 
as_write_fail=0
19854
 
cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19855
 
#! $SHELL
19856
 
# Generated by $as_me.
19857
 
# Run this file to recreate the current configuration.
19858
 
# Compiler output produced by configure, useful for debugging
19859
 
# configure, is in config.log if it exists.
19860
 
 
19861
 
debug=false
19862
 
ac_cs_recheck=false
19863
 
ac_cs_silent=false
19864
 
 
19865
 
SHELL=\${CONFIG_SHELL-$SHELL}
19866
 
export SHELL
19867
 
_ASEOF
19868
 
cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
19869
 
## -------------------- ##
19870
 
## M4sh Initialization. ##
19871
 
## -------------------- ##
19872
 
 
19873
 
# Be more Bourne compatible
19874
 
DUALCASE=1; export DUALCASE # for MKS sh
19875
 
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
19876
 
  emulate sh
19877
 
  NULLCMD=:
19878
 
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19879
 
  # is contrary to our usage.  Disable this feature.
19880
 
  alias -g '${1+"$@"}'='"$@"'
19881
 
  setopt NO_GLOB_SUBST
19882
 
else
19883
 
  case `(set -o) 2>/dev/null` in #(
19884
 
  *posix*) :
19885
 
    set -o posix ;; #(
19886
 
  *) :
19887
 
     ;;
19888
 
esac
19889
 
fi
19890
 
 
19891
 
 
19892
 
as_nl='
19893
 
'
19894
 
export as_nl
19895
 
# Printing a long string crashes Solaris 7 /usr/bin/printf.
19896
 
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19897
 
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19898
 
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19899
 
# Prefer a ksh shell builtin over an external printf program on Solaris,
19900
 
# but without wasting forks for bash or zsh.
19901
 
if test -z "$BASH_VERSION$ZSH_VERSION" \
19902
 
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19903
 
  as_echo='print -r --'
19904
 
  as_echo_n='print -rn --'
19905
 
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19906
 
  as_echo='printf %s\n'
19907
 
  as_echo_n='printf %s'
19908
 
else
19909
 
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19910
 
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
19911
 
    as_echo_n='/usr/ucb/echo -n'
19912
 
  else
19913
 
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19914
 
    as_echo_n_body='eval
19915
 
      arg=$1;
19916
 
      case $arg in #(
19917
 
      *"$as_nl"*)
19918
 
        expr "X$arg" : "X\\(.*\\)$as_nl";
19919
 
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19920
 
      esac;
19921
 
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
19922
 
    '
19923
 
    export as_echo_n_body
19924
 
    as_echo_n='sh -c $as_echo_n_body as_echo'
19925
 
  fi
19926
 
  export as_echo_body
19927
 
  as_echo='sh -c $as_echo_body as_echo'
19928
 
fi
19929
 
 
19930
 
# The user is always right.
19931
 
if test "${PATH_SEPARATOR+set}" != set; then
19932
 
  PATH_SEPARATOR=:
19933
 
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19934
 
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19935
 
      PATH_SEPARATOR=';'
19936
 
  }
19937
 
fi
19938
 
 
19939
 
 
19940
 
# IFS
19941
 
# We need space, tab and new line, in precisely that order.  Quoting is
19942
 
# there to prevent editors from complaining about space-tab.
19943
 
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
19944
 
# splitting by setting IFS to empty value.)
19945
 
IFS=" ""        $as_nl"
19946
 
 
19947
 
# Find who we are.  Look in the path if we contain no directory separator.
19948
 
case $0 in #((
19949
 
  *[\\/]* ) as_myself=$0 ;;
19950
 
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19951
 
for as_dir in $PATH
19952
 
do
19953
 
  IFS=$as_save_IFS
19954
 
  test -z "$as_dir" && as_dir=.
19955
 
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19956
 
  done
19957
 
IFS=$as_save_IFS
19958
 
 
19959
 
     ;;
19960
 
esac
19961
 
# We did not find ourselves, most probably we were run as `sh COMMAND'
19962
 
# in which case we are not to be found in the path.
19963
 
if test "x$as_myself" = x; then
19964
 
  as_myself=$0
19965
 
fi
19966
 
if test ! -f "$as_myself"; then
19967
 
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19968
 
  exit 1
19969
 
fi
19970
 
 
19971
 
# Unset variables that we do not need and which cause bugs (e.g. in
19972
 
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
19973
 
# suppresses any "Segmentation fault" message there.  '((' could
19974
 
# trigger a bug in pdksh 5.2.14.
19975
 
for as_var in BASH_ENV ENV MAIL MAILPATH
19976
 
do eval test x\${$as_var+set} = xset \
19977
 
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
19978
 
done
19979
 
PS1='$ '
19980
 
PS2='> '
19981
 
PS4='+ '
19982
 
 
19983
 
# NLS nuisances.
19984
 
LC_ALL=C
19985
 
export LC_ALL
19986
 
LANGUAGE=C
19987
 
export LANGUAGE
19988
 
 
19989
 
# CDPATH.
19990
 
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
19991
 
 
19992
 
 
19993
 
# as_fn_error ERROR [LINENO LOG_FD]
19994
 
# ---------------------------------
19995
 
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19996
 
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19997
 
# script with status $?, using 1 if that was 0.
19998
 
as_fn_error ()
19999
 
{
20000
 
  as_status=$?; test $as_status -eq 0 && as_status=1
20001
 
  if test "$3"; then
20002
 
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
20003
 
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
20004
 
  fi
20005
 
  $as_echo "$as_me: error: $1" >&2
20006
 
  as_fn_exit $as_status
20007
 
} # as_fn_error
20008
 
 
20009
 
 
20010
 
# as_fn_set_status STATUS
20011
 
# -----------------------
20012
 
# Set $? to STATUS, without forking.
20013
 
as_fn_set_status ()
20014
 
{
20015
 
  return $1
20016
 
} # as_fn_set_status
20017
 
 
20018
 
# as_fn_exit STATUS
20019
 
# -----------------
20020
 
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
20021
 
as_fn_exit ()
20022
 
{
20023
 
  set +e
20024
 
  as_fn_set_status $1
20025
 
  exit $1
20026
 
} # as_fn_exit
20027
 
 
20028
 
# as_fn_unset VAR
20029
 
# ---------------
20030
 
# Portably unset VAR.
20031
 
as_fn_unset ()
20032
 
{
20033
 
  { eval $1=; unset $1;}
20034
 
}
20035
 
as_unset=as_fn_unset
20036
 
# as_fn_append VAR VALUE
20037
 
# ----------------------
20038
 
# Append the text in VALUE to the end of the definition contained in VAR. Take
20039
 
# advantage of any shell optimizations that allow amortized linear growth over
20040
 
# repeated appends, instead of the typical quadratic growth present in naive
20041
 
# implementations.
20042
 
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
20043
 
  eval 'as_fn_append ()
20044
 
  {
20045
 
    eval $1+=\$2
20046
 
  }'
20047
 
else
20048
 
  as_fn_append ()
20049
 
  {
20050
 
    eval $1=\$$1\$2
20051
 
  }
20052
 
fi # as_fn_append
20053
 
 
20054
 
# as_fn_arith ARG...
20055
 
# ------------------
20056
 
# Perform arithmetic evaluation on the ARGs, and store the result in the
20057
 
# global $as_val. Take advantage of shells that can avoid forks. The arguments
20058
 
# must be portable across $(()) and expr.
20059
 
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
20060
 
  eval 'as_fn_arith ()
20061
 
  {
20062
 
    as_val=$(( $* ))
20063
 
  }'
20064
 
else
20065
 
  as_fn_arith ()
20066
 
  {
20067
 
    as_val=`expr "$@" || test $? -eq 1`
20068
 
  }
20069
 
fi # as_fn_arith
20070
 
 
20071
 
 
20072
 
if expr a : '\(a\)' >/dev/null 2>&1 &&
20073
 
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
20074
 
  as_expr=expr
20075
 
else
20076
 
  as_expr=false
20077
 
fi
20078
 
 
20079
 
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
20080
 
  as_basename=basename
20081
 
else
20082
 
  as_basename=false
20083
 
fi
20084
 
 
20085
 
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
20086
 
  as_dirname=dirname
20087
 
else
20088
 
  as_dirname=false
20089
 
fi
20090
 
 
20091
 
as_me=`$as_basename -- "$0" ||
20092
 
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
20093
 
         X"$0" : 'X\(//\)$' \| \
20094
 
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
20095
 
$as_echo X/"$0" |
20096
 
    sed '/^.*\/\([^/][^/]*\)\/*$/{
20097
 
            s//\1/
20098
 
            q
20099
 
          }
20100
 
          /^X\/\(\/\/\)$/{
20101
 
            s//\1/
20102
 
            q
20103
 
          }
20104
 
          /^X\/\(\/\).*/{
20105
 
            s//\1/
20106
 
            q
20107
 
          }
20108
 
          s/.*/./; q'`
20109
 
 
20110
 
# Avoid depending upon Character Ranges.
20111
 
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
20112
 
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
20113
 
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
20114
 
as_cr_digits='0123456789'
20115
 
as_cr_alnum=$as_cr_Letters$as_cr_digits
20116
 
 
20117
 
ECHO_C= ECHO_N= ECHO_T=
20118
 
case `echo -n x` in #(((((
20119
 
-n*)
20120
 
  case `echo 'xy\c'` in
20121
 
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
20122
 
  xy)  ECHO_C='\c';;
20123
 
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
20124
 
       ECHO_T=' ';;
20125
 
  esac;;
20126
 
*)
20127
 
  ECHO_N='-n';;
20128
 
esac
20129
 
 
20130
 
rm -f conf$$ conf$$.exe conf$$.file
20131
 
if test -d conf$$.dir; then
20132
 
  rm -f conf$$.dir/conf$$.file
20133
 
else
20134
 
  rm -f conf$$.dir
20135
 
  mkdir conf$$.dir 2>/dev/null
20136
 
fi
20137
 
if (echo >conf$$.file) 2>/dev/null; then
20138
 
  if ln -s conf$$.file conf$$ 2>/dev/null; then
20139
 
    as_ln_s='ln -s'
20140
 
    # ... but there are two gotchas:
20141
 
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
20142
 
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
20143
 
    # In both cases, we have to default to `cp -p'.
20144
 
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
20145
 
      as_ln_s='cp -p'
20146
 
  elif ln conf$$.file conf$$ 2>/dev/null; then
20147
 
    as_ln_s=ln
20148
 
  else
20149
 
    as_ln_s='cp -p'
20150
 
  fi
20151
 
else
20152
 
  as_ln_s='cp -p'
20153
 
fi
20154
 
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
20155
 
rmdir conf$$.dir 2>/dev/null
20156
 
 
20157
 
 
20158
 
# as_fn_mkdir_p
20159
 
# -------------
20160
 
# Create "$as_dir" as a directory, including parents if necessary.
20161
 
as_fn_mkdir_p ()
20162
 
{
20163
 
 
20164
 
  case $as_dir in #(
20165
 
  -*) as_dir=./$as_dir;;
20166
 
  esac
20167
 
  test -d "$as_dir" || eval $as_mkdir_p || {
20168
 
    as_dirs=
20169
 
    while :; do
20170
 
      case $as_dir in #(
20171
 
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
20172
 
      *) as_qdir=$as_dir;;
20173
 
      esac
20174
 
      as_dirs="'$as_qdir' $as_dirs"
20175
 
      as_dir=`$as_dirname -- "$as_dir" ||
20176
 
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20177
 
         X"$as_dir" : 'X\(//\)[^/]' \| \
20178
 
         X"$as_dir" : 'X\(//\)$' \| \
20179
 
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
20180
 
$as_echo X"$as_dir" |
20181
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20182
 
            s//\1/
20183
 
            q
20184
 
          }
20185
 
          /^X\(\/\/\)[^/].*/{
20186
 
            s//\1/
20187
 
            q
20188
 
          }
20189
 
          /^X\(\/\/\)$/{
20190
 
            s//\1/
20191
 
            q
20192
 
          }
20193
 
          /^X\(\/\).*/{
20194
 
            s//\1/
20195
 
            q
20196
 
          }
20197
 
          s/.*/./; q'`
20198
 
      test -d "$as_dir" && break
20199
 
    done
20200
 
    test -z "$as_dirs" || eval "mkdir $as_dirs"
20201
 
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
20202
 
 
20203
 
 
20204
 
} # as_fn_mkdir_p
20205
 
if mkdir -p . 2>/dev/null; then
20206
 
  as_mkdir_p='mkdir -p "$as_dir"'
20207
 
else
20208
 
  test -d ./-p && rmdir ./-p
20209
 
  as_mkdir_p=false
20210
 
fi
20211
 
 
20212
 
if test -x / >/dev/null 2>&1; then
20213
 
  as_test_x='test -x'
20214
 
else
20215
 
  if ls -dL / >/dev/null 2>&1; then
20216
 
    as_ls_L_option=L
20217
 
  else
20218
 
    as_ls_L_option=
20219
 
  fi
20220
 
  as_test_x='
20221
 
    eval sh -c '\''
20222
 
      if test -d "$1"; then
20223
 
        test -d "$1/.";
20224
 
      else
20225
 
        case $1 in #(
20226
 
        -*)set "./$1";;
20227
 
        esac;
20228
 
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
20229
 
        ???[sx]*):;;*)false;;esac;fi
20230
 
    '\'' sh
20231
 
  '
20232
 
fi
20233
 
as_executable_p=$as_test_x
20234
 
 
20235
 
# Sed expression to map a string onto a valid CPP name.
20236
 
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
20237
 
 
20238
 
# Sed expression to map a string onto a valid variable name.
20239
 
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
20240
 
 
20241
 
 
20242
 
exec 6>&1
20243
 
## ----------------------------------- ##
20244
 
## Main body of $CONFIG_STATUS script. ##
20245
 
## ----------------------------------- ##
20246
 
_ASEOF
20247
 
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
20248
 
 
20249
 
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20250
 
# Save the log message, to keep $0 and so on meaningful, and to
20251
 
# report actual input values of CONFIG_FILES etc. instead of their
20252
 
# values after options handling.
20253
 
ac_log="
20254
 
This file was extended by ClamAV $as_me 0.95.3, which was
20255
 
generated by GNU Autoconf 2.64.  Invocation command line was
20256
 
 
20257
 
  CONFIG_FILES    = $CONFIG_FILES
20258
 
  CONFIG_HEADERS  = $CONFIG_HEADERS
20259
 
  CONFIG_LINKS    = $CONFIG_LINKS
20260
 
  CONFIG_COMMANDS = $CONFIG_COMMANDS
20261
 
  $ $0 $@
20262
 
 
20263
 
on `(hostname || uname -n) 2>/dev/null | sed 1q`
20264
 
"
20265
 
 
20266
 
_ACEOF
20267
 
 
20268
 
case $ac_config_files in *"
20269
 
"*) set x $ac_config_files; shift; ac_config_files=$*;;
20270
 
esac
20271
 
 
20272
 
case $ac_config_headers in *"
20273
 
"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
20274
 
esac
20275
 
 
20276
 
 
20277
 
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20278
 
# Files that config.status was made for.
20279
 
config_files="$ac_config_files"
20280
 
config_headers="$ac_config_headers"
20281
 
config_commands="$ac_config_commands"
20282
 
 
20283
 
_ACEOF
20284
 
 
20285
 
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20286
 
ac_cs_usage="\
20287
 
\`$as_me' instantiates files and other configuration actions
20288
 
from templates according to the current configuration.  Unless the files
20289
 
and actions are specified as TAGs, all are instantiated by default.
20290
 
 
20291
 
Usage: $0 [OPTION]... [TAG]...
20292
 
 
20293
 
  -h, --help       print this help, then exit
20294
 
  -V, --version    print version number and configuration settings, then exit
20295
 
  -q, --quiet, --silent
20296
 
                   do not print progress messages
20297
 
  -d, --debug      don't remove temporary files
20298
 
      --recheck    update $as_me by reconfiguring in the same conditions
20299
 
      --file=FILE[:TEMPLATE]
20300
 
                   instantiate the configuration file FILE
20301
 
      --header=FILE[:TEMPLATE]
20302
 
                   instantiate the configuration header FILE
20303
 
 
20304
 
Configuration files:
20305
 
$config_files
20306
 
 
20307
 
Configuration headers:
20308
 
$config_headers
20309
 
 
20310
 
Configuration commands:
20311
 
$config_commands
20312
 
 
20313
 
Report bugs to <http://bugs.clamav.net/>.
20314
 
ClamAV home page: <http://www.clamav.net/>."
20315
 
 
20316
 
_ACEOF
20317
 
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20318
 
ac_cs_version="\\
20319
 
ClamAV config.status 0.95.3
20320
 
configured by $0, generated by GNU Autoconf 2.64,
20321
 
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
20322
 
 
20323
 
Copyright (C) 2009 Free Software Foundation, Inc.
20324
 
This config.status script is free software; the Free Software Foundation
20325
 
gives unlimited permission to copy, distribute and modify it."
20326
 
 
20327
 
ac_pwd='$ac_pwd'
20328
 
srcdir='$srcdir'
20329
 
INSTALL='$INSTALL'
20330
 
MKDIR_P='$MKDIR_P'
20331
 
AWK='$AWK'
20332
 
test -n "\$AWK" || AWK=awk
20333
 
_ACEOF
20334
 
 
20335
 
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20336
 
# The default lists apply if the user does not specify any file.
20337
 
ac_need_defaults=:
20338
 
while test $# != 0
20339
 
do
20340
 
  case $1 in
20341
 
  --*=*)
20342
 
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
20343
 
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
20344
 
    ac_shift=:
20345
 
    ;;
20346
 
  *)
20347
 
    ac_option=$1
20348
 
    ac_optarg=$2
20349
 
    ac_shift=shift
20350
 
    ;;
20351
 
  esac
20352
 
 
20353
 
  case $ac_option in
20354
 
  # Handling of the options.
20355
 
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
20356
 
    ac_cs_recheck=: ;;
20357
 
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
20358
 
    $as_echo "$ac_cs_version"; exit ;;
20359
 
  --debug | --debu | --deb | --de | --d | -d )
20360
 
    debug=: ;;
20361
 
  --file | --fil | --fi | --f )
20362
 
    $ac_shift
20363
 
    case $ac_optarg in
20364
 
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20365
 
    esac
20366
 
    as_fn_append CONFIG_FILES " '$ac_optarg'"
20367
 
    ac_need_defaults=false;;
20368
 
  --header | --heade | --head | --hea )
20369
 
    $ac_shift
20370
 
    case $ac_optarg in
20371
 
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20372
 
    esac
20373
 
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
20374
 
    ac_need_defaults=false;;
20375
 
  --he | --h)
20376
 
    # Conflict between --help and --header
20377
 
    as_fn_error "ambiguous option: \`$1'
20378
 
Try \`$0 --help' for more information.";;
20379
 
  --help | --hel | -h )
20380
 
    $as_echo "$ac_cs_usage"; exit ;;
20381
 
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
20382
 
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
20383
 
    ac_cs_silent=: ;;
20384
 
 
20385
 
  # This is an error.
20386
 
  -*) as_fn_error "unrecognized option: \`$1'
20387
 
Try \`$0 --help' for more information." ;;
20388
 
 
20389
 
  *) as_fn_append ac_config_targets " $1"
20390
 
     ac_need_defaults=false ;;
20391
 
 
20392
 
  esac
20393
 
  shift
20394
 
done
20395
 
 
20396
 
ac_configure_extra_args=
20397
 
 
20398
 
if $ac_cs_silent; then
20399
 
  exec 6>/dev/null
20400
 
  ac_configure_extra_args="$ac_configure_extra_args --silent"
20401
 
fi
20402
 
 
20403
 
_ACEOF
20404
 
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20405
 
if \$ac_cs_recheck; then
20406
 
  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
20407
 
  shift
20408
 
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
20409
 
  CONFIG_SHELL='$SHELL'
20410
 
  export CONFIG_SHELL
20411
 
  exec "\$@"
20412
 
fi
20413
 
 
20414
 
_ACEOF
20415
 
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20416
 
exec 5>>config.log
20417
 
{
20418
 
  echo
20419
 
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
20420
 
## Running $as_me. ##
20421
 
_ASBOX
20422
 
  $as_echo "$ac_log"
20423
 
} >&5
20424
 
 
20425
 
_ACEOF
20426
 
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20427
 
#
20428
 
# INIT-COMMANDS
20429
 
#
20430
 
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
20431
 
 
20432
 
 
20433
 
# The HP-UX ksh and POSIX shell print the target directory to stdout
20434
 
# if CDPATH is set.
20435
 
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
20436
 
 
20437
 
sed_quote_subst='$sed_quote_subst'
20438
 
double_quote_subst='$double_quote_subst'
20439
 
delay_variable_subst='$delay_variable_subst'
20440
 
macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
20441
 
macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
20442
 
enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
20443
 
enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
20444
 
pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
20445
 
enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
20446
 
host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
20447
 
host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
20448
 
host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
20449
 
build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
20450
 
build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
20451
 
build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
20452
 
SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
20453
 
Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
20454
 
GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
20455
 
EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
20456
 
FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
20457
 
LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
20458
 
NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
20459
 
LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
20460
 
max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
20461
 
ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
20462
 
exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
20463
 
lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
20464
 
lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
20465
 
lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
20466
 
reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
20467
 
reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
20468
 
OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
20469
 
deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
20470
 
file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
20471
 
AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
20472
 
AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
20473
 
STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
20474
 
RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
20475
 
old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
20476
 
old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
20477
 
old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
20478
 
CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
20479
 
CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
20480
 
compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
20481
 
GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
20482
 
lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
20483
 
lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
20484
 
lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
20485
 
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
20486
 
objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
20487
 
SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
20488
 
ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
20489
 
MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
20490
 
lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
20491
 
lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
20492
 
lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
20493
 
lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
20494
 
lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
20495
 
need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
20496
 
DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
20497
 
NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
20498
 
LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
20499
 
OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
20500
 
OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
20501
 
libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
20502
 
shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
20503
 
extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
20504
 
archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
20505
 
enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
20506
 
export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
20507
 
whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
20508
 
compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
20509
 
old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
20510
 
old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
20511
 
archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
20512
 
archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
20513
 
module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
20514
 
module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
20515
 
with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
20516
 
allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
20517
 
no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
20518
 
hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
20519
 
hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
20520
 
hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
20521
 
hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
20522
 
hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
20523
 
hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
20524
 
hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
20525
 
hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
20526
 
inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
20527
 
link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
20528
 
fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
20529
 
always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
20530
 
export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
20531
 
exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
20532
 
include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
20533
 
prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
20534
 
file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
20535
 
variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
20536
 
need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
20537
 
need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
20538
 
version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
20539
 
runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
20540
 
shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
20541
 
shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
20542
 
libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
20543
 
library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
20544
 
soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
20545
 
postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
20546
 
postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
20547
 
finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
20548
 
finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
20549
 
hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
20550
 
sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
20551
 
sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
20552
 
hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
20553
 
enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
20554
 
enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
20555
 
enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
20556
 
old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
20557
 
striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
20558
 
 
20559
 
LTCC='$LTCC'
20560
 
LTCFLAGS='$LTCFLAGS'
20561
 
compiler='$compiler_DEFAULT'
20562
 
 
20563
 
# Quote evaled strings.
20564
 
for var in SED \
20565
 
GREP \
20566
 
EGREP \
20567
 
FGREP \
20568
 
LD \
20569
 
NM \
20570
 
LN_S \
20571
 
lt_SP2NL \
20572
 
lt_NL2SP \
20573
 
reload_flag \
20574
 
OBJDUMP \
20575
 
deplibs_check_method \
20576
 
file_magic_cmd \
20577
 
AR \
20578
 
AR_FLAGS \
20579
 
STRIP \
20580
 
RANLIB \
20581
 
CC \
20582
 
CFLAGS \
20583
 
compiler \
20584
 
lt_cv_sys_global_symbol_pipe \
20585
 
lt_cv_sys_global_symbol_to_cdecl \
20586
 
lt_cv_sys_global_symbol_to_c_name_address \
20587
 
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
20588
 
SHELL \
20589
 
ECHO \
20590
 
lt_prog_compiler_no_builtin_flag \
20591
 
lt_prog_compiler_wl \
20592
 
lt_prog_compiler_pic \
20593
 
lt_prog_compiler_static \
20594
 
lt_cv_prog_compiler_c_o \
20595
 
need_locks \
20596
 
DSYMUTIL \
20597
 
NMEDIT \
20598
 
LIPO \
20599
 
OTOOL \
20600
 
OTOOL64 \
20601
 
shrext_cmds \
20602
 
export_dynamic_flag_spec \
20603
 
whole_archive_flag_spec \
20604
 
compiler_needs_object \
20605
 
with_gnu_ld \
20606
 
allow_undefined_flag \
20607
 
no_undefined_flag \
20608
 
hardcode_libdir_flag_spec \
20609
 
hardcode_libdir_flag_spec_ld \
20610
 
hardcode_libdir_separator \
20611
 
fix_srcfile_path \
20612
 
exclude_expsyms \
20613
 
include_expsyms \
20614
 
file_list_spec \
20615
 
variables_saved_for_relink \
20616
 
libname_spec \
20617
 
library_names_spec \
20618
 
soname_spec \
20619
 
finish_eval \
20620
 
old_striplib \
20621
 
striplib; do
20622
 
    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
20623
 
    *[\\\\\\\`\\"\\\$]*)
20624
 
      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
20625
 
      ;;
20626
 
    *)
20627
 
      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
20628
 
      ;;
20629
 
    esac
20630
 
done
20631
 
 
20632
 
# Double-quote double-evaled strings.
20633
 
for var in reload_cmds \
20634
 
old_postinstall_cmds \
20635
 
old_postuninstall_cmds \
20636
 
old_archive_cmds \
20637
 
extract_expsyms_cmds \
20638
 
old_archive_from_new_cmds \
20639
 
old_archive_from_expsyms_cmds \
20640
 
archive_cmds \
20641
 
archive_expsym_cmds \
20642
 
module_cmds \
20643
 
module_expsym_cmds \
20644
 
export_symbols_cmds \
20645
 
prelink_cmds \
20646
 
postinstall_cmds \
20647
 
postuninstall_cmds \
20648
 
finish_cmds \
20649
 
sys_lib_search_path_spec \
20650
 
sys_lib_dlsearch_path_spec; do
20651
 
    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
20652
 
    *[\\\\\\\`\\"\\\$]*)
20653
 
      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
20654
 
      ;;
20655
 
    *)
20656
 
      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
20657
 
      ;;
20658
 
    esac
20659
 
done
20660
 
 
20661
 
# Fix-up fallback echo if it was mangled by the above quoting rules.
20662
 
case \$lt_ECHO in
20663
 
*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
20664
 
  ;;
20665
 
esac
20666
 
 
20667
 
ac_aux_dir='$ac_aux_dir'
20668
 
xsi_shell='$xsi_shell'
20669
 
lt_shell_append='$lt_shell_append'
20670
 
 
20671
 
# See if we are running on zsh, and set the options which allow our
20672
 
# commands through without removal of \ escapes INIT.
20673
 
if test -n "\${ZSH_VERSION+set}" ; then
20674
 
   setopt NO_GLOB_SUBST
20675
 
fi
20676
 
 
20677
 
 
20678
 
    PACKAGE='$PACKAGE'
20679
 
    VERSION='$VERSION'
20680
 
    TIMESTAMP='$TIMESTAMP'
20681
 
    RM='$RM'
20682
 
    ofile='$ofile'
20683
 
 
20684
 
 
20685
 
 
20686
 
 
20687
 
_ACEOF
20688
 
 
20689
 
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20690
 
 
20691
 
# Handling of arguments.
20692
 
for ac_config_target in $ac_config_targets
20693
 
do
20694
 
  case $ac_config_target in
20695
 
    "clamav-config.h") CONFIG_HEADERS="$CONFIG_HEADERS clamav-config.h" ;;
20696
 
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
20697
 
    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
20698
 
    "libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;;
 
19876
# Check whether --enable-distcheck-werror was given.
 
19877
if test "${enable_distcheck_werror+set}" = set; then :
 
19878
  enableval=$enable_distcheck_werror; enable_distcheckwerror=$enableval
 
19879
else
 
19880
  enable_distcheckwerror="no"
 
19881
fi
 
19882
 
 
19883
 
 
19884
# Enable distcheck warnings and Werror only for gcc versions that support them,
 
19885
# and only after we've run the configure tests.
 
19886
# Some configure tests fail (like checking for cos in -lm) if we enable these
 
19887
# Werror flags for configure too (for example -Wstrict-prototypes makes
 
19888
# configure think that -lm doesn't have cos, hence its in libc).
 
19889
if test "x$enable_distcheckwerror" = "xyes"; then
 
19890
    if test "$distcheck_enable_flags" = "1"; then
 
19891
        CFLAGS="$CFLAGS -Wno-pointer-sign -Werror-implicit-function-declaration -Werror -Wextra -Wall -Wno-error=bad-function-cast -Wbad-function-cast -Wcast-align -Wendif-labels -Wfloat-equal -Wformat=2 -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wno-error=missing-prototypes -Wnested-externs -Wno-error=nested-externs -Wpointer-arith -Wstrict-prototypes -Wno-error=strict-prototypes -Wno-switch -Wno-switch-enum -Wundef -Wwrite-strings -Wstrict-overflow=1 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wdeclaration-after-statement -Waggregate-return -Wmissing-format-attribute -Wno-error=missing-format-attribute -Wno-error=type-limits -Wno-error=unused-function -Wno-error=unused-value -Wno-error=unused-variable -Wcast-qual -Wno-error=cast-qual -Wno-error=sign-compare -Wshadow -Wno-error=shadow -Wno-error=uninitialized -fdiagnostics-show-option -Wno-unused-parameter -Wno-error=unreachable-code -Winvalid-pch -Wno-error=invalid-pch -O2 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -Wno-error=aggregate-return"
 
19892
    fi
 
19893
fi
 
19894
 
 
19895
# Check whether --enable-llvm was given.
 
19896
if test "${enable_llvm+set}" = set; then :
 
19897
  enableval=$enable_llvm; enable_llvm=$enableval
 
19898
else
 
19899
  enable_llvm="auto"
 
19900
fi
 
19901
 
 
19902
 
 
19903
if test "$enable_llvm" != "no"; then
 
19904
 
 
19905
 
 
19906
subdirs="$subdirs "
 
19907
 
 
19908
 
 
19909
 
 
19910
subdirfailed=no
 
19911
subdirs="$subdirs libclamav/c++"
 
19912
 
 
19913
 
 
19914
 
 
19915
fi
 
19916
 
 
19917
ac_config_files="$ac_config_files clamscan/Makefile database/Makefile docs/Makefile clamd/Makefile clamdscan/Makefile clamav-milter/Makefile freshclam/Makefile sigtool/Makefile clamconf/Makefile etc/Makefile test/Makefile unit_tests/Makefile clamdtop/Makefile clambc/Makefile Makefile clamav-config libclamav.pc platform.h docs/man/clamav-milter.8 docs/man/clamconf.1 docs/man/clamd.8 docs/man/clamd.conf.5 docs/man/clamdscan.1 docs/man/clamscan.1 docs/man/freshclam.1 docs/man/freshclam.conf.5 docs/man/sigtool.1 docs/man/clamdtop.1"
 
19918
 
 
19919
cat >confcache <<\_ACEOF
 
19920
# This file is a shell script that caches the results of configure
 
19921
# tests run on this system so they can be shared between configure
 
19922
# scripts and configure runs, see configure's option --config-cache.
 
19923
# It is not useful on other systems.  If it contains results you don't
 
19924
# want to keep, you may remove or edit it.
 
19925
#
 
19926
# config.status only pays attention to the cache file if you give it
 
19927
# the --recheck option to rerun configure.
 
19928
#
 
19929
# `ac_cv_env_foo' variables (set or unset) will be overridden when
 
19930
# loading this file, other *unset* `ac_cv_foo' will be assigned the
 
19931
# following values.
 
19932
 
 
19933
_ACEOF
 
19934
 
 
19935
# The following way of writing the cache mishandles newlines in values,
 
19936
# but we know of no workaround that is simple, portable, and efficient.
 
19937
# So, we kill variables containing newlines.
 
19938
# Ultrix sh set writes to stderr and can't be redirected directly,
 
19939
# and sets the high bit in the cache file unless we assign to the vars.
 
19940
(
 
19941
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
 
19942
    eval ac_val=\$$ac_var
 
19943
    case $ac_val in #(
 
19944
    *${as_nl}*)
 
19945
      case $ac_var in #(
 
19946
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
 
19947
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
 
19948
      esac
 
19949
      case $ac_var in #(
 
19950
      _ | IFS | as_nl) ;; #(
 
19951
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
 
19952
      *) { eval $ac_var=; unset $ac_var;} ;;
 
19953
      esac ;;
 
19954
    esac
 
19955
  done
 
19956
 
 
19957
  (set) 2>&1 |
 
19958
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
 
19959
    *${as_nl}ac_space=\ *)
 
19960
      # `set' does not quote correctly, so add quotes: double-quote
 
19961
      # substitution turns \\\\ into \\, and sed turns \\ into \.
 
19962
      sed -n \
 
19963
        "s/'/'\\\\''/g;
 
19964
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 
19965
      ;; #(
 
19966
    *)
 
19967
      # `set' quotes correctly as required by POSIX, so do not add quotes.
 
19968
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 
19969
      ;;
 
19970
    esac |
 
19971
    sort
 
19972
) |
 
19973
  sed '
 
19974
     /^ac_cv_env_/b end
 
19975
     t clear
 
19976
     :clear
 
19977
     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
 
19978
     t end
 
19979
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 
19980
     :end' >>confcache
 
19981
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 
19982
  if test -w "$cache_file"; then
 
19983
    test "x$cache_file" != "x/dev/null" &&
 
19984
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
 
19985
$as_echo "$as_me: updating cache $cache_file" >&6;}
 
19986
    cat confcache >$cache_file
 
19987
  else
 
19988
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
 
19989
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 
19990
  fi
 
19991
fi
 
19992
rm -f confcache
 
19993
 
 
19994
test "x$prefix" = xNONE && prefix=$ac_default_prefix
 
19995
# Let make expand exec_prefix.
 
19996
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 
19997
 
 
19998
DEFS=-DHAVE_CONFIG_H
 
19999
 
 
20000
ac_libobjs=
 
20001
ac_ltlibobjs=
 
20002
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 
20003
  # 1. Remove the extension, and $U if already installed.
 
20004
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 
20005
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
 
20006
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 
20007
  #    will be set to the directory where LIBOBJS objects are built.
 
20008
  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 
20009
  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
 
20010
done
 
20011
LIBOBJS=$ac_libobjs
 
20012
 
 
20013
LTLIBOBJS=$ac_ltlibobjs
 
20014
 
 
20015
 
 
20016
 if test -n "$EXEEXT"; then
 
20017
  am__EXEEXT_TRUE=
 
20018
  am__EXEEXT_FALSE='#'
 
20019
else
 
20020
  am__EXEEXT_TRUE='#'
 
20021
  am__EXEEXT_FALSE=
 
20022
fi
 
20023
 
 
20024
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
 
20025
  as_fn_error "conditional \"AMDEP\" was never defined.
 
20026
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
20027
fi
 
20028
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 
20029
  as_fn_error "conditional \"am__fastdepCC\" was never defined.
 
20030
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
20031
fi
 
20032
if test -z "${INSTALL_LTDL_TRUE}" && test -z "${INSTALL_LTDL_FALSE}"; then
 
20033
  as_fn_error "conditional \"INSTALL_LTDL\" was never defined.
 
20034
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
20035
fi
 
20036
if test -z "${CONVENIENCE_LTDL_TRUE}" && test -z "${CONVENIENCE_LTDL_FALSE}"; then
 
20037
  as_fn_error "conditional \"CONVENIENCE_LTDL\" was never defined.
 
20038
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
20039
fi
 
20040
LT_CONFIG_H=clamav-config.h
 
20041
 
 
20042
    _ltdl_libobjs=
 
20043
    _ltdl_ltlibobjs=
 
20044
    if test -n "$_LT_LIBOBJS"; then
 
20045
      # Remove the extension.
 
20046
      _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
 
20047
      for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
 
20048
        _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
 
20049
        _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo"
 
20050
      done
 
20051
    fi
 
20052
    ltdl_LIBOBJS=$_ltdl_libobjs
 
20053
 
 
20054
    ltdl_LTLIBOBJS=$_ltdl_ltlibobjs
 
20055
 
 
20056
 
 
20057
 
 
20058
if test -z "${VERSIONSCRIPT_TRUE}" && test -z "${VERSIONSCRIPT_FALSE}"; then
 
20059
  as_fn_error "conditional \"VERSIONSCRIPT\" was never defined.
 
20060
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
20061
fi
 
20062
if test -z "${HAVE_LIBCHECK_TRUE}" && test -z "${HAVE_LIBCHECK_FALSE}"; then
 
20063
  as_fn_error "conditional \"HAVE_LIBCHECK\" was never defined.
 
20064
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
20065
fi
 
20066
if test -z "${ENABLE_COVERAGE_TRUE}" && test -z "${ENABLE_COVERAGE_FALSE}"; then
 
20067
  as_fn_error "conditional \"ENABLE_COVERAGE\" was never defined.
 
20068
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
20069
fi
 
20070
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
 
20071
  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
 
20072
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
20073
fi
 
20074
if test -z "${ENABLE_UNRAR_TRUE}" && test -z "${ENABLE_UNRAR_FALSE}"; then
 
20075
  as_fn_error "conditional \"ENABLE_UNRAR\" was never defined.
 
20076
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
20077
fi
 
20078
if test -z "${LINK_TOMMATH_TRUE}" && test -z "${LINK_TOMMATH_FALSE}"; then
 
20079
  as_fn_error "conditional \"LINK_TOMMATH\" was never defined.
 
20080
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
20081
fi
 
20082
if test -z "${BUILD_CLAMD_TRUE}" && test -z "${BUILD_CLAMD_FALSE}"; then
 
20083
  as_fn_error "conditional \"BUILD_CLAMD\" was never defined.
 
20084
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
20085
fi
 
20086
if test -z "${HAVE_MILTER_TRUE}" && test -z "${HAVE_MILTER_FALSE}"; then
 
20087
  as_fn_error "conditional \"HAVE_MILTER\" was never defined.
 
20088
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
20089
fi
 
20090
if test -z "${HAVE_CURSES_TRUE}" && test -z "${HAVE_CURSES_FALSE}"; then
 
20091
  as_fn_error "conditional \"HAVE_CURSES\" was never defined.
 
20092
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
20093
fi
 
20094
 
 
20095
: ${CONFIG_STATUS=./config.status}
 
20096
ac_write_fail=0
 
20097
ac_clean_files_save=$ac_clean_files
 
20098
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 
20099
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
 
20100
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
 
20101
as_write_fail=0
 
20102
cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
 
20103
#! $SHELL
 
20104
# Generated by $as_me.
 
20105
# Run this file to recreate the current configuration.
 
20106
# Compiler output produced by configure, useful for debugging
 
20107
# configure, is in config.log if it exists.
 
20108
 
 
20109
debug=false
 
20110
ac_cs_recheck=false
 
20111
ac_cs_silent=false
 
20112
 
 
20113
SHELL=\${CONFIG_SHELL-$SHELL}
 
20114
export SHELL
 
20115
_ASEOF
 
20116
cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
 
20117
## -------------------- ##
 
20118
## M4sh Initialization. ##
 
20119
## -------------------- ##
 
20120
 
 
20121
# Be more Bourne compatible
 
20122
DUALCASE=1; export DUALCASE # for MKS sh
 
20123
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
 
20124
  emulate sh
 
20125
  NULLCMD=:
 
20126
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
20127
  # is contrary to our usage.  Disable this feature.
 
20128
  alias -g '${1+"$@"}'='"$@"'
 
20129
  setopt NO_GLOB_SUBST
 
20130
else
 
20131
  case `(set -o) 2>/dev/null` in #(
 
20132
  *posix*) :
 
20133
    set -o posix ;; #(
 
20134
  *) :
 
20135
     ;;
 
20136
esac
 
20137
fi
 
20138
 
 
20139
 
 
20140
as_nl='
 
20141
'
 
20142
export as_nl
 
20143
# Printing a long string crashes Solaris 7 /usr/bin/printf.
 
20144
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
20145
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 
20146
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 
20147
# Prefer a ksh shell builtin over an external printf program on Solaris,
 
20148
# but without wasting forks for bash or zsh.
 
20149
if test -z "$BASH_VERSION$ZSH_VERSION" \
 
20150
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
 
20151
  as_echo='print -r --'
 
20152
  as_echo_n='print -rn --'
 
20153
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
20154
  as_echo='printf %s\n'
 
20155
  as_echo_n='printf %s'
 
20156
else
 
20157
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
 
20158
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
 
20159
    as_echo_n='/usr/ucb/echo -n'
 
20160
  else
 
20161
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 
20162
    as_echo_n_body='eval
 
20163
      arg=$1;
 
20164
      case $arg in #(
 
20165
      *"$as_nl"*)
 
20166
        expr "X$arg" : "X\\(.*\\)$as_nl";
 
20167
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 
20168
      esac;
 
20169
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
 
20170
    '
 
20171
    export as_echo_n_body
 
20172
    as_echo_n='sh -c $as_echo_n_body as_echo'
 
20173
  fi
 
20174
  export as_echo_body
 
20175
  as_echo='sh -c $as_echo_body as_echo'
 
20176
fi
 
20177
 
 
20178
# The user is always right.
 
20179
if test "${PATH_SEPARATOR+set}" != set; then
 
20180
  PATH_SEPARATOR=:
 
20181
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
 
20182
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
 
20183
      PATH_SEPARATOR=';'
 
20184
  }
 
20185
fi
 
20186
 
 
20187
 
 
20188
# IFS
 
20189
# We need space, tab and new line, in precisely that order.  Quoting is
 
20190
# there to prevent editors from complaining about space-tab.
 
20191
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
20192
# splitting by setting IFS to empty value.)
 
20193
IFS=" ""        $as_nl"
 
20194
 
 
20195
# Find who we are.  Look in the path if we contain no directory separator.
 
20196
case $0 in #((
 
20197
  *[\\/]* ) as_myself=$0 ;;
 
20198
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
20199
for as_dir in $PATH
 
20200
do
 
20201
  IFS=$as_save_IFS
 
20202
  test -z "$as_dir" && as_dir=.
 
20203
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
20204
  done
 
20205
IFS=$as_save_IFS
 
20206
 
 
20207
     ;;
 
20208
esac
 
20209
# We did not find ourselves, most probably we were run as `sh COMMAND'
 
20210
# in which case we are not to be found in the path.
 
20211
if test "x$as_myself" = x; then
 
20212
  as_myself=$0
 
20213
fi
 
20214
if test ! -f "$as_myself"; then
 
20215
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
20216
  exit 1
 
20217
fi
 
20218
 
 
20219
# Unset variables that we do not need and which cause bugs (e.g. in
 
20220
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
 
20221
# suppresses any "Segmentation fault" message there.  '((' could
 
20222
# trigger a bug in pdksh 5.2.14.
 
20223
for as_var in BASH_ENV ENV MAIL MAILPATH
 
20224
do eval test x\${$as_var+set} = xset \
 
20225
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
 
20226
done
 
20227
PS1='$ '
 
20228
PS2='> '
 
20229
PS4='+ '
 
20230
 
 
20231
# NLS nuisances.
 
20232
LC_ALL=C
 
20233
export LC_ALL
 
20234
LANGUAGE=C
 
20235
export LANGUAGE
 
20236
 
 
20237
# CDPATH.
 
20238
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
20239
 
 
20240
 
 
20241
# as_fn_error ERROR [LINENO LOG_FD]
 
20242
# ---------------------------------
 
20243
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 
20244
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 
20245
# script with status $?, using 1 if that was 0.
 
20246
as_fn_error ()
 
20247
{
 
20248
  as_status=$?; test $as_status -eq 0 && as_status=1
 
20249
  if test "$3"; then
 
20250
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
20251
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
 
20252
  fi
 
20253
  $as_echo "$as_me: error: $1" >&2
 
20254
  as_fn_exit $as_status
 
20255
} # as_fn_error
 
20256
 
 
20257
 
 
20258
# as_fn_set_status STATUS
 
20259
# -----------------------
 
20260
# Set $? to STATUS, without forking.
 
20261
as_fn_set_status ()
 
20262
{
 
20263
  return $1
 
20264
} # as_fn_set_status
 
20265
 
 
20266
# as_fn_exit STATUS
 
20267
# -----------------
 
20268
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
 
20269
as_fn_exit ()
 
20270
{
 
20271
  set +e
 
20272
  as_fn_set_status $1
 
20273
  exit $1
 
20274
} # as_fn_exit
 
20275
 
 
20276
# as_fn_unset VAR
 
20277
# ---------------
 
20278
# Portably unset VAR.
 
20279
as_fn_unset ()
 
20280
{
 
20281
  { eval $1=; unset $1;}
 
20282
}
 
20283
as_unset=as_fn_unset
 
20284
# as_fn_append VAR VALUE
 
20285
# ----------------------
 
20286
# Append the text in VALUE to the end of the definition contained in VAR. Take
 
20287
# advantage of any shell optimizations that allow amortized linear growth over
 
20288
# repeated appends, instead of the typical quadratic growth present in naive
 
20289
# implementations.
 
20290
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
 
20291
  eval 'as_fn_append ()
 
20292
  {
 
20293
    eval $1+=\$2
 
20294
  }'
 
20295
else
 
20296
  as_fn_append ()
 
20297
  {
 
20298
    eval $1=\$$1\$2
 
20299
  }
 
20300
fi # as_fn_append
 
20301
 
 
20302
# as_fn_arith ARG...
 
20303
# ------------------
 
20304
# Perform arithmetic evaluation on the ARGs, and store the result in the
 
20305
# global $as_val. Take advantage of shells that can avoid forks. The arguments
 
20306
# must be portable across $(()) and expr.
 
20307
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
 
20308
  eval 'as_fn_arith ()
 
20309
  {
 
20310
    as_val=$(( $* ))
 
20311
  }'
 
20312
else
 
20313
  as_fn_arith ()
 
20314
  {
 
20315
    as_val=`expr "$@" || test $? -eq 1`
 
20316
  }
 
20317
fi # as_fn_arith
 
20318
 
 
20319
 
 
20320
if expr a : '\(a\)' >/dev/null 2>&1 &&
 
20321
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
20322
  as_expr=expr
 
20323
else
 
20324
  as_expr=false
 
20325
fi
 
20326
 
 
20327
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
20328
  as_basename=basename
 
20329
else
 
20330
  as_basename=false
 
20331
fi
 
20332
 
 
20333
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
20334
  as_dirname=dirname
 
20335
else
 
20336
  as_dirname=false
 
20337
fi
 
20338
 
 
20339
as_me=`$as_basename -- "$0" ||
 
20340
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
20341
         X"$0" : 'X\(//\)$' \| \
 
20342
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
20343
$as_echo X/"$0" |
 
20344
    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
20345
            s//\1/
 
20346
            q
 
20347
          }
 
20348
          /^X\/\(\/\/\)$/{
 
20349
            s//\1/
 
20350
            q
 
20351
          }
 
20352
          /^X\/\(\/\).*/{
 
20353
            s//\1/
 
20354
            q
 
20355
          }
 
20356
          s/.*/./; q'`
 
20357
 
 
20358
# Avoid depending upon Character Ranges.
 
20359
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
20360
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
20361
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
20362
as_cr_digits='0123456789'
 
20363
as_cr_alnum=$as_cr_Letters$as_cr_digits
 
20364
 
 
20365
ECHO_C= ECHO_N= ECHO_T=
 
20366
case `echo -n x` in #(((((
 
20367
-n*)
 
20368
  case `echo 'xy\c'` in
 
20369
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
 
20370
  xy)  ECHO_C='\c';;
 
20371
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
 
20372
       ECHO_T=' ';;
 
20373
  esac;;
 
20374
*)
 
20375
  ECHO_N='-n';;
 
20376
esac
 
20377
 
 
20378
rm -f conf$$ conf$$.exe conf$$.file
 
20379
if test -d conf$$.dir; then
 
20380
  rm -f conf$$.dir/conf$$.file
 
20381
else
 
20382
  rm -f conf$$.dir
 
20383
  mkdir conf$$.dir 2>/dev/null
 
20384
fi
 
20385
if (echo >conf$$.file) 2>/dev/null; then
 
20386
  if ln -s conf$$.file conf$$ 2>/dev/null; then
 
20387
    as_ln_s='ln -s'
 
20388
    # ... but there are two gotchas:
 
20389
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
20390
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
20391
    # In both cases, we have to default to `cp -p'.
 
20392
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
20393
      as_ln_s='cp -p'
 
20394
  elif ln conf$$.file conf$$ 2>/dev/null; then
 
20395
    as_ln_s=ln
 
20396
  else
 
20397
    as_ln_s='cp -p'
 
20398
  fi
 
20399
else
 
20400
  as_ln_s='cp -p'
 
20401
fi
 
20402
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
20403
rmdir conf$$.dir 2>/dev/null
 
20404
 
 
20405
 
 
20406
# as_fn_mkdir_p
 
20407
# -------------
 
20408
# Create "$as_dir" as a directory, including parents if necessary.
 
20409
as_fn_mkdir_p ()
 
20410
{
 
20411
 
 
20412
  case $as_dir in #(
 
20413
  -*) as_dir=./$as_dir;;
 
20414
  esac
 
20415
  test -d "$as_dir" || eval $as_mkdir_p || {
 
20416
    as_dirs=
 
20417
    while :; do
 
20418
      case $as_dir in #(
 
20419
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
20420
      *) as_qdir=$as_dir;;
 
20421
      esac
 
20422
      as_dirs="'$as_qdir' $as_dirs"
 
20423
      as_dir=`$as_dirname -- "$as_dir" ||
 
20424
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
20425
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
20426
         X"$as_dir" : 'X\(//\)$' \| \
 
20427
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
20428
$as_echo X"$as_dir" |
 
20429
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
20430
            s//\1/
 
20431
            q
 
20432
          }
 
20433
          /^X\(\/\/\)[^/].*/{
 
20434
            s//\1/
 
20435
            q
 
20436
          }
 
20437
          /^X\(\/\/\)$/{
 
20438
            s//\1/
 
20439
            q
 
20440
          }
 
20441
          /^X\(\/\).*/{
 
20442
            s//\1/
 
20443
            q
 
20444
          }
 
20445
          s/.*/./; q'`
 
20446
      test -d "$as_dir" && break
 
20447
    done
 
20448
    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
20449
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
 
20450
 
 
20451
 
 
20452
} # as_fn_mkdir_p
 
20453
if mkdir -p . 2>/dev/null; then
 
20454
  as_mkdir_p='mkdir -p "$as_dir"'
 
20455
else
 
20456
  test -d ./-p && rmdir ./-p
 
20457
  as_mkdir_p=false
 
20458
fi
 
20459
 
 
20460
if test -x / >/dev/null 2>&1; then
 
20461
  as_test_x='test -x'
 
20462
else
 
20463
  if ls -dL / >/dev/null 2>&1; then
 
20464
    as_ls_L_option=L
 
20465
  else
 
20466
    as_ls_L_option=
 
20467
  fi
 
20468
  as_test_x='
 
20469
    eval sh -c '\''
 
20470
      if test -d "$1"; then
 
20471
        test -d "$1/.";
 
20472
      else
 
20473
        case $1 in #(
 
20474
        -*)set "./$1";;
 
20475
        esac;
 
20476
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
 
20477
        ???[sx]*):;;*)false;;esac;fi
 
20478
    '\'' sh
 
20479
  '
 
20480
fi
 
20481
as_executable_p=$as_test_x
 
20482
 
 
20483
# Sed expression to map a string onto a valid CPP name.
 
20484
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
20485
 
 
20486
# Sed expression to map a string onto a valid variable name.
 
20487
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
20488
 
 
20489
 
 
20490
exec 6>&1
 
20491
## ----------------------------------- ##
 
20492
## Main body of $CONFIG_STATUS script. ##
 
20493
## ----------------------------------- ##
 
20494
_ASEOF
 
20495
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
 
20496
 
 
20497
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
20498
# Save the log message, to keep $0 and so on meaningful, and to
 
20499
# report actual input values of CONFIG_FILES etc. instead of their
 
20500
# values after options handling.
 
20501
ac_log="
 
20502
This file was extended by ClamAV $as_me 0.96rc1, which was
 
20503
generated by GNU Autoconf 2.65.  Invocation command line was
 
20504
 
 
20505
  CONFIG_FILES    = $CONFIG_FILES
 
20506
  CONFIG_HEADERS  = $CONFIG_HEADERS
 
20507
  CONFIG_LINKS    = $CONFIG_LINKS
 
20508
  CONFIG_COMMANDS = $CONFIG_COMMANDS
 
20509
  $ $0 $@
 
20510
 
 
20511
on `(hostname || uname -n) 2>/dev/null | sed 1q`
 
20512
"
 
20513
 
 
20514
_ACEOF
 
20515
 
 
20516
case $ac_config_files in *"
 
20517
"*) set x $ac_config_files; shift; ac_config_files=$*;;
 
20518
esac
 
20519
 
 
20520
case $ac_config_headers in *"
 
20521
"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
 
20522
esac
 
20523
 
 
20524
 
 
20525
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
20526
# Files that config.status was made for.
 
20527
config_files="$ac_config_files"
 
20528
config_headers="$ac_config_headers"
 
20529
config_commands="$ac_config_commands"
 
20530
 
 
20531
_ACEOF
 
20532
 
 
20533
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
20534
ac_cs_usage="\
 
20535
\`$as_me' instantiates files and other configuration actions
 
20536
from templates according to the current configuration.  Unless the files
 
20537
and actions are specified as TAGs, all are instantiated by default.
 
20538
 
 
20539
Usage: $0 [OPTION]... [TAG]...
 
20540
 
 
20541
  -h, --help       print this help, then exit
 
20542
  -V, --version    print version number and configuration settings, then exit
 
20543
      --config     print configuration, then exit
 
20544
  -q, --quiet, --silent
 
20545
                   do not print progress messages
 
20546
  -d, --debug      don't remove temporary files
 
20547
      --recheck    update $as_me by reconfiguring in the same conditions
 
20548
      --file=FILE[:TEMPLATE]
 
20549
                   instantiate the configuration file FILE
 
20550
      --header=FILE[:TEMPLATE]
 
20551
                   instantiate the configuration header FILE
 
20552
 
 
20553
Configuration files:
 
20554
$config_files
 
20555
 
 
20556
Configuration headers:
 
20557
$config_headers
 
20558
 
 
20559
Configuration commands:
 
20560
$config_commands
 
20561
 
 
20562
Report bugs to <http://bugs.clamav.net/>.
 
20563
ClamAV home page: <http://www.clamav.net/>."
 
20564
 
 
20565
_ACEOF
 
20566
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
20567
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 
20568
ac_cs_version="\\
 
20569
ClamAV config.status 0.96rc1
 
20570
configured by $0, generated by GNU Autoconf 2.65,
 
20571
  with options \\"\$ac_cs_config\\"
 
20572
 
 
20573
Copyright (C) 2009 Free Software Foundation, Inc.
 
20574
This config.status script is free software; the Free Software Foundation
 
20575
gives unlimited permission to copy, distribute and modify it."
 
20576
 
 
20577
ac_pwd='$ac_pwd'
 
20578
srcdir='$srcdir'
 
20579
INSTALL='$INSTALL'
 
20580
MKDIR_P='$MKDIR_P'
 
20581
AWK='$AWK'
 
20582
test -n "\$AWK" || AWK=awk
 
20583
_ACEOF
 
20584
 
 
20585
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
20586
# The default lists apply if the user does not specify any file.
 
20587
ac_need_defaults=:
 
20588
while test $# != 0
 
20589
do
 
20590
  case $1 in
 
20591
  --*=*)
 
20592
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
20593
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 
20594
    ac_shift=:
 
20595
    ;;
 
20596
  *)
 
20597
    ac_option=$1
 
20598
    ac_optarg=$2
 
20599
    ac_shift=shift
 
20600
    ;;
 
20601
  esac
 
20602
 
 
20603
  case $ac_option in
 
20604
  # Handling of the options.
 
20605
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 
20606
    ac_cs_recheck=: ;;
 
20607
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 
20608
    $as_echo "$ac_cs_version"; exit ;;
 
20609
  --config | --confi | --conf | --con | --co | --c )
 
20610
    $as_echo "$ac_cs_config"; exit ;;
 
20611
  --debug | --debu | --deb | --de | --d | -d )
 
20612
    debug=: ;;
 
20613
  --file | --fil | --fi | --f )
 
20614
    $ac_shift
 
20615
    case $ac_optarg in
 
20616
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
20617
    esac
 
20618
    as_fn_append CONFIG_FILES " '$ac_optarg'"
 
20619
    ac_need_defaults=false;;
 
20620
  --header | --heade | --head | --hea )
 
20621
    $ac_shift
 
20622
    case $ac_optarg in
 
20623
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
20624
    esac
 
20625
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
 
20626
    ac_need_defaults=false;;
 
20627
  --he | --h)
 
20628
    # Conflict between --help and --header
 
20629
    as_fn_error "ambiguous option: \`$1'
 
20630
Try \`$0 --help' for more information.";;
 
20631
  --help | --hel | -h )
 
20632
    $as_echo "$ac_cs_usage"; exit ;;
 
20633
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
20634
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
 
20635
    ac_cs_silent=: ;;
 
20636
 
 
20637
  # This is an error.
 
20638
  -*) as_fn_error "unrecognized option: \`$1'
 
20639
Try \`$0 --help' for more information." ;;
 
20640
 
 
20641
  *) as_fn_append ac_config_targets " $1"
 
20642
     ac_need_defaults=false ;;
 
20643
 
 
20644
  esac
 
20645
  shift
 
20646
done
 
20647
 
 
20648
ac_configure_extra_args=
 
20649
 
 
20650
if $ac_cs_silent; then
 
20651
  exec 6>/dev/null
 
20652
  ac_configure_extra_args="$ac_configure_extra_args --silent"
 
20653
fi
 
20654
 
 
20655
_ACEOF
 
20656
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
20657
if \$ac_cs_recheck; then
 
20658
  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 
20659
  shift
 
20660
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
 
20661
  CONFIG_SHELL='$SHELL'
 
20662
  export CONFIG_SHELL
 
20663
  exec "\$@"
 
20664
fi
 
20665
 
 
20666
_ACEOF
 
20667
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
20668
exec 5>>config.log
 
20669
{
 
20670
  echo
 
20671
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
20672
## Running $as_me. ##
 
20673
_ASBOX
 
20674
  $as_echo "$ac_log"
 
20675
} >&5
 
20676
 
 
20677
_ACEOF
 
20678
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
20679
#
 
20680
# INIT-COMMANDS
 
20681
#
 
20682
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
 
20683
 
 
20684
 
 
20685
# The HP-UX ksh and POSIX shell print the target directory to stdout
 
20686
# if CDPATH is set.
 
20687
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
20688
 
 
20689
sed_quote_subst='$sed_quote_subst'
 
20690
double_quote_subst='$double_quote_subst'
 
20691
delay_variable_subst='$delay_variable_subst'
 
20692
macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
 
20693
macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
 
20694
enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
 
20695
enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
 
20696
pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
 
20697
enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
 
20698
host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
 
20699
host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
 
20700
host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
 
20701
build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
 
20702
build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
 
20703
build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
 
20704
SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
 
20705
Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
 
20706
GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
 
20707
EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
 
20708
FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
 
20709
LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
 
20710
NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
 
20711
LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
 
20712
max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
 
20713
ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
 
20714
exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
 
20715
lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
 
20716
lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
 
20717
lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
 
20718
reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
20719
reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
20720
OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
 
20721
deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
 
20722
file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
 
20723
AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
 
20724
AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
 
20725
STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
 
20726
RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
 
20727
old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
20728
old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
20729
old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
20730
CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
 
20731
CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
 
20732
compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
 
20733
GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
 
20734
lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
 
20735
lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
 
20736
lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
 
20737
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
 
20738
objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
 
20739
SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
 
20740
ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
 
20741
MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
 
20742
lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
20743
lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
 
20744
lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
 
20745
lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
 
20746
lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
 
20747
need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
 
20748
DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
 
20749
NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
 
20750
LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
 
20751
OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
 
20752
OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
 
20753
libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
 
20754
shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
20755
extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
20756
archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
 
20757
enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
 
20758
export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
20759
whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
20760
compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
 
20761
old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
20762
old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
20763
archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
20764
archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
20765
module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
20766
module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
20767
with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
 
20768
allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
20769
no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
20770
hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
20771
hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
 
20772
hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
 
20773
hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
 
20774
hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
 
20775
hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
 
20776
hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
 
20777
hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
 
20778
inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
 
20779
link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
 
20780
fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
 
20781
always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
 
20782
export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
20783
exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
 
20784
include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
 
20785
prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
20786
file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
20787
variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
 
20788
need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
 
20789
need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
 
20790
version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
 
20791
runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
 
20792
shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
 
20793
shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
 
20794
libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
20795
library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
20796
soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
20797
postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
20798
postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
20799
finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
20800
finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
 
20801
hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
 
20802
sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
20803
sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
20804
hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
 
20805
enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
 
20806
enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
 
20807
enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
 
20808
old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
 
20809
striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
 
20810
 
 
20811
LTCC='$LTCC'
 
20812
LTCFLAGS='$LTCFLAGS'
 
20813
compiler='$compiler_DEFAULT'
 
20814
 
 
20815
# Quote evaled strings.
 
20816
for var in SED \
 
20817
GREP \
 
20818
EGREP \
 
20819
FGREP \
 
20820
LD \
 
20821
NM \
 
20822
LN_S \
 
20823
lt_SP2NL \
 
20824
lt_NL2SP \
 
20825
reload_flag \
 
20826
OBJDUMP \
 
20827
deplibs_check_method \
 
20828
file_magic_cmd \
 
20829
AR \
 
20830
AR_FLAGS \
 
20831
STRIP \
 
20832
RANLIB \
 
20833
CC \
 
20834
CFLAGS \
 
20835
compiler \
 
20836
lt_cv_sys_global_symbol_pipe \
 
20837
lt_cv_sys_global_symbol_to_cdecl \
 
20838
lt_cv_sys_global_symbol_to_c_name_address \
 
20839
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
 
20840
SHELL \
 
20841
ECHO \
 
20842
lt_prog_compiler_no_builtin_flag \
 
20843
lt_prog_compiler_wl \
 
20844
lt_prog_compiler_pic \
 
20845
lt_prog_compiler_static \
 
20846
lt_cv_prog_compiler_c_o \
 
20847
need_locks \
 
20848
DSYMUTIL \
 
20849
NMEDIT \
 
20850
LIPO \
 
20851
OTOOL \
 
20852
OTOOL64 \
 
20853
shrext_cmds \
 
20854
export_dynamic_flag_spec \
 
20855
whole_archive_flag_spec \
 
20856
compiler_needs_object \
 
20857
with_gnu_ld \
 
20858
allow_undefined_flag \
 
20859
no_undefined_flag \
 
20860
hardcode_libdir_flag_spec \
 
20861
hardcode_libdir_flag_spec_ld \
 
20862
hardcode_libdir_separator \
 
20863
fix_srcfile_path \
 
20864
exclude_expsyms \
 
20865
include_expsyms \
 
20866
file_list_spec \
 
20867
variables_saved_for_relink \
 
20868
libname_spec \
 
20869
library_names_spec \
 
20870
soname_spec \
 
20871
finish_eval \
 
20872
old_striplib \
 
20873
striplib; do
 
20874
    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
20875
    *[\\\\\\\`\\"\\\$]*)
 
20876
      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
 
20877
      ;;
 
20878
    *)
 
20879
      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
20880
      ;;
 
20881
    esac
 
20882
done
 
20883
 
 
20884
# Double-quote double-evaled strings.
 
20885
for var in reload_cmds \
 
20886
old_postinstall_cmds \
 
20887
old_postuninstall_cmds \
 
20888
old_archive_cmds \
 
20889
extract_expsyms_cmds \
 
20890
old_archive_from_new_cmds \
 
20891
old_archive_from_expsyms_cmds \
 
20892
archive_cmds \
 
20893
archive_expsym_cmds \
 
20894
module_cmds \
 
20895
module_expsym_cmds \
 
20896
export_symbols_cmds \
 
20897
prelink_cmds \
 
20898
postinstall_cmds \
 
20899
postuninstall_cmds \
 
20900
finish_cmds \
 
20901
sys_lib_search_path_spec \
 
20902
sys_lib_dlsearch_path_spec; do
 
20903
    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
20904
    *[\\\\\\\`\\"\\\$]*)
 
20905
      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
 
20906
      ;;
 
20907
    *)
 
20908
      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
20909
      ;;
 
20910
    esac
 
20911
done
 
20912
 
 
20913
# Fix-up fallback echo if it was mangled by the above quoting rules.
 
20914
case \$lt_ECHO in
 
20915
*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
 
20916
  ;;
 
20917
esac
 
20918
 
 
20919
ac_aux_dir='$ac_aux_dir'
 
20920
xsi_shell='$xsi_shell'
 
20921
lt_shell_append='$lt_shell_append'
 
20922
 
 
20923
# See if we are running on zsh, and set the options which allow our
 
20924
# commands through without removal of \ escapes INIT.
 
20925
if test -n "\${ZSH_VERSION+set}" ; then
 
20926
   setopt NO_GLOB_SUBST
 
20927
fi
 
20928
 
 
20929
 
 
20930
    PACKAGE='$PACKAGE'
 
20931
    VERSION='$VERSION'
 
20932
    TIMESTAMP='$TIMESTAMP'
 
20933
    RM='$RM'
 
20934
    ofile='$ofile'
 
20935
 
 
20936
 
 
20937
 
 
20938
 
 
20939
_ACEOF
 
20940
 
 
20941
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
20942
 
 
20943
# Handling of arguments.
 
20944
for ac_config_target in $ac_config_targets
 
20945
do
 
20946
  case $ac_config_target in
 
20947
    "clamav-config.h") CONFIG_HEADERS="$CONFIG_HEADERS clamav-config.h" ;;
 
20948
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 
20949
    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
 
20950
    "libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;;
 
20951
    "clamscan/Makefile") CONFIG_FILES="$CONFIG_FILES clamscan/Makefile" ;;
 
20952
    "database/Makefile") CONFIG_FILES="$CONFIG_FILES database/Makefile" ;;
 
20953
    "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
 
20954
    "clamd/Makefile") CONFIG_FILES="$CONFIG_FILES clamd/Makefile" ;;
 
20955
    "clamdscan/Makefile") CONFIG_FILES="$CONFIG_FILES clamdscan/Makefile" ;;
 
20956
    "clamav-milter/Makefile") CONFIG_FILES="$CONFIG_FILES clamav-milter/Makefile" ;;
 
20957
    "freshclam/Makefile") CONFIG_FILES="$CONFIG_FILES freshclam/Makefile" ;;
 
20958
    "sigtool/Makefile") CONFIG_FILES="$CONFIG_FILES sigtool/Makefile" ;;
 
20959
    "clamconf/Makefile") CONFIG_FILES="$CONFIG_FILES clamconf/Makefile" ;;
 
20960
    "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
 
20961
    "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
 
20962
    "unit_tests/Makefile") CONFIG_FILES="$CONFIG_FILES unit_tests/Makefile" ;;
 
20963
    "clamdtop/Makefile") CONFIG_FILES="$CONFIG_FILES clamdtop/Makefile" ;;
 
20964
    "clambc/Makefile") CONFIG_FILES="$CONFIG_FILES clambc/Makefile" ;;
 
20965
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
20966
    "clamav-config") CONFIG_FILES="$CONFIG_FILES clamav-config" ;;
 
20967
    "libclamav.pc") CONFIG_FILES="$CONFIG_FILES libclamav.pc" ;;
 
20968
    "platform.h") CONFIG_FILES="$CONFIG_FILES platform.h" ;;
 
20969
    "docs/man/clamav-milter.8") CONFIG_FILES="$CONFIG_FILES docs/man/clamav-milter.8" ;;
 
20970
    "docs/man/clamconf.1") CONFIG_FILES="$CONFIG_FILES docs/man/clamconf.1" ;;
 
20971
    "docs/man/clamd.8") CONFIG_FILES="$CONFIG_FILES docs/man/clamd.8" ;;
 
20972
    "docs/man/clamd.conf.5") CONFIG_FILES="$CONFIG_FILES docs/man/clamd.conf.5" ;;
 
20973
    "docs/man/clamdscan.1") CONFIG_FILES="$CONFIG_FILES docs/man/clamdscan.1" ;;
 
20974
    "docs/man/clamscan.1") CONFIG_FILES="$CONFIG_FILES docs/man/clamscan.1" ;;
 
20975
    "docs/man/freshclam.1") CONFIG_FILES="$CONFIG_FILES docs/man/freshclam.1" ;;
 
20976
    "docs/man/freshclam.conf.5") CONFIG_FILES="$CONFIG_FILES docs/man/freshclam.conf.5" ;;
 
20977
    "docs/man/sigtool.1") CONFIG_FILES="$CONFIG_FILES docs/man/sigtool.1" ;;
 
20978
    "docs/man/clamdtop.1") CONFIG_FILES="$CONFIG_FILES docs/man/clamdtop.1" ;;
 
20979
 
 
20980
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
 
20981
  esac
 
20982
done
 
20983
 
 
20984
 
 
20985
# If the user did not use the arguments to specify the items to instantiate,
 
20986
# then the envvar interface is used.  Set only those that are not.
 
20987
# We use the long form for the default assignment because of an extremely
 
20988
# bizarre bug on SunOS 4.1.3.
 
20989
if $ac_need_defaults; then
 
20990
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
 
20991
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
 
20992
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
 
20993
fi
 
20994
 
 
20995
# Have a temporary directory for convenience.  Make it in the build tree
 
20996
# simply because there is no reason against having it here, and in addition,
 
20997
# creating and moving files from /tmp can sometimes cause problems.
 
20998
# Hook for its removal unless debugging.
 
20999
# Note that there is a small window in which the directory will not be cleaned:
 
21000
# after its creation but before its name has been assigned to `$tmp'.
 
21001
$debug ||
 
21002
{
 
21003
  tmp=
 
21004
  trap 'exit_status=$?
 
21005
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 
21006
' 0
 
21007
  trap 'as_fn_exit 1' 1 2 13 15
 
21008
}
 
21009
# Create a (secure) tmp directory for tmp files.
 
21010
 
 
21011
{
 
21012
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 
21013
  test -n "$tmp" && test -d "$tmp"
 
21014
}  ||
 
21015
{
 
21016
  tmp=./conf$$-$RANDOM
 
21017
  (umask 077 && mkdir "$tmp")
 
21018
} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
 
21019
 
 
21020
# Set up the scripts for CONFIG_FILES section.
 
21021
# No need to generate them if there are no CONFIG_FILES.
 
21022
# This happens for instance with `./config.status config.h'.
 
21023
if test -n "$CONFIG_FILES"; then
 
21024
 
 
21025
 
 
21026
ac_cr=`echo X | tr X '\015'`
 
21027
# On cygwin, bash can eat \r inside `` if the user requested igncr.
 
21028
# But we know of no other shell where ac_cr would be empty at this
 
21029
# point, so we can use a bashism as a fallback.
 
21030
if test "x$ac_cr" = x; then
 
21031
  eval ac_cr=\$\'\\r\'
 
21032
fi
 
21033
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
 
21034
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
 
21035
  ac_cs_awk_cr='\r'
 
21036
else
 
21037
  ac_cs_awk_cr=$ac_cr
 
21038
fi
 
21039
 
 
21040
echo 'BEGIN {' >"$tmp/subs1.awk" &&
 
21041
_ACEOF
 
21042
 
 
21043
 
 
21044
{
 
21045
  echo "cat >conf$$subs.awk <<_ACEOF" &&
 
21046
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
 
21047
  echo "_ACEOF"
 
21048
} >conf$$subs.sh ||
 
21049
  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
 
21050
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
 
21051
ac_delim='%!_!# '
 
21052
for ac_last_try in false false false false false :; do
 
21053
  . ./conf$$subs.sh ||
 
21054
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
 
21055
 
 
21056
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
 
21057
  if test $ac_delim_n = $ac_delim_num; then
 
21058
    break
 
21059
  elif $ac_last_try; then
 
21060
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
 
21061
  else
 
21062
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
21063
  fi
 
21064
done
 
21065
rm -f conf$$subs.sh
 
21066
 
 
21067
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
21068
cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
 
21069
_ACEOF
 
21070
sed -n '
 
21071
h
 
21072
s/^/S["/; s/!.*/"]=/
 
21073
p
 
21074
g
 
21075
s/^[^!]*!//
 
21076
:repl
 
21077
t repl
 
21078
s/'"$ac_delim"'$//
 
21079
t delim
 
21080
:nl
 
21081
h
 
21082
s/\(.\{148\}\)..*/\1/
 
21083
t more1
 
21084
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
 
21085
p
 
21086
n
 
21087
b repl
 
21088
:more1
 
21089
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
 
21090
p
 
21091
g
 
21092
s/.\{148\}//
 
21093
t nl
 
21094
:delim
 
21095
h
 
21096
s/\(.\{148\}\)..*/\1/
 
21097
t more2
 
21098
s/["\\]/\\&/g; s/^/"/; s/$/"/
 
21099
p
 
21100
b
 
21101
:more2
 
21102
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
 
21103
p
 
21104
g
 
21105
s/.\{148\}//
 
21106
t delim
 
21107
' <conf$$subs.awk | sed '
 
21108
/^[^""]/{
 
21109
  N
 
21110
  s/\n//
 
21111
}
 
21112
' >>$CONFIG_STATUS || ac_write_fail=1
 
21113
rm -f conf$$subs.awk
 
21114
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
21115
_ACAWK
 
21116
cat >>"\$tmp/subs1.awk" <<_ACAWK &&
 
21117
  for (key in S) S_is_set[key] = 1
 
21118
  FS = ""
 
21119
 
 
21120
}
 
21121
{
 
21122
  line = $ 0
 
21123
  nfields = split(line, field, "@")
 
21124
  substed = 0
 
21125
  len = length(field[1])
 
21126
  for (i = 2; i < nfields; i++) {
 
21127
    key = field[i]
 
21128
    keylen = length(key)
 
21129
    if (S_is_set[key]) {
 
21130
      value = S[key]
 
21131
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
 
21132
      len += length(value) + length(field[++i])
 
21133
      substed = 1
 
21134
    } else
 
21135
      len += 1 + keylen
 
21136
  }
 
21137
 
 
21138
  print line
 
21139
}
 
21140
 
 
21141
_ACAWK
 
21142
_ACEOF
 
21143
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
21144
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
 
21145
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
 
21146
else
 
21147
  cat
 
21148
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
 
21149
  || as_fn_error "could not setup config files machinery" "$LINENO" 5
 
21150
_ACEOF
 
21151
 
 
21152
# VPATH may cause trouble with some makes, so we remove $(srcdir),
 
21153
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 
21154
# trailing colons and then remove the whole line if VPATH becomes empty
 
21155
# (actually we leave an empty line to preserve line numbers).
 
21156
if test "x$srcdir" = x.; then
 
21157
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
 
21158
s/:*\$(srcdir):*/:/
 
21159
s/:*\${srcdir}:*/:/
 
21160
s/:*@srcdir@:*/:/
 
21161
s/^\([^=]*=[     ]*\):*/\1/
 
21162
s/:*$//
 
21163
s/^[^=]*=[       ]*$//
 
21164
}'
 
21165
fi
 
21166
 
 
21167
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
21168
fi # test -n "$CONFIG_FILES"
 
21169
 
 
21170
# Set up the scripts for CONFIG_HEADERS section.
 
21171
# No need to generate them if there are no CONFIG_HEADERS.
 
21172
# This happens for instance with `./config.status Makefile'.
 
21173
if test -n "$CONFIG_HEADERS"; then
 
21174
cat >"$tmp/defines.awk" <<\_ACAWK ||
 
21175
BEGIN {
 
21176
_ACEOF
 
21177
 
 
21178
# Transform confdefs.h into an awk script `defines.awk', embedded as
 
21179
# here-document in config.status, that substitutes the proper values into
 
21180
# config.h.in to produce config.h.
 
21181
 
 
21182
# Create a delimiter string that does not exist in confdefs.h, to ease
 
21183
# handling of long lines.
 
21184
ac_delim='%!_!# '
 
21185
for ac_last_try in false false :; do
 
21186
  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
 
21187
  if test -z "$ac_t"; then
 
21188
    break
 
21189
  elif $ac_last_try; then
 
21190
    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
 
21191
  else
 
21192
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
21193
  fi
 
21194
done
 
21195
 
 
21196
# For the awk script, D is an array of macro values keyed by name,
 
21197
# likewise P contains macro parameters if any.  Preserve backslash
 
21198
# newline sequences.
 
21199
 
 
21200
ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
 
21201
sed -n '
 
21202
s/.\{148\}/&'"$ac_delim"'/g
 
21203
t rset
 
21204
:rset
 
21205
s/^[     ]*#[    ]*define[       ][      ]*/ /
 
21206
t def
 
21207
d
 
21208
:def
 
21209
s/\\$//
 
21210
t bsnl
 
21211
s/["\\]/\\&/g
 
21212
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
 
21213
D["\1"]=" \3"/p
 
21214
s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
 
21215
d
 
21216
:bsnl
 
21217
s/["\\]/\\&/g
 
21218
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
 
21219
D["\1"]=" \3\\\\\\n"\\/p
 
21220
t cont
 
21221
s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
 
21222
t cont
 
21223
d
 
21224
:cont
 
21225
n
 
21226
s/.\{148\}/&'"$ac_delim"'/g
 
21227
t clear
 
21228
:clear
 
21229
s/\\$//
 
21230
t bsnlc
 
21231
s/["\\]/\\&/g; s/^/"/; s/$/"/p
 
21232
d
 
21233
:bsnlc
 
21234
s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
 
21235
b cont
 
21236
' <confdefs.h | sed '
 
21237
s/'"$ac_delim"'/"\\\
 
21238
"/g' >>$CONFIG_STATUS || ac_write_fail=1
 
21239
 
 
21240
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
21241
  for (key in D) D_is_set[key] = 1
 
21242
  FS = ""
 
21243
}
 
21244
/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
 
21245
  line = \$ 0
 
21246
  split(line, arg, " ")
 
21247
  if (arg[1] == "#") {
 
21248
    defundef = arg[2]
 
21249
    mac1 = arg[3]
 
21250
  } else {
 
21251
    defundef = substr(arg[1], 2)
 
21252
    mac1 = arg[2]
 
21253
  }
 
21254
  split(mac1, mac2, "(") #)
 
21255
  macro = mac2[1]
 
21256
  prefix = substr(line, 1, index(line, defundef) - 1)
 
21257
  if (D_is_set[macro]) {
 
21258
    # Preserve the white space surrounding the "#".
 
21259
    print prefix "define", macro P[macro] D[macro]
 
21260
    next
 
21261
  } else {
 
21262
    # Replace #undef with comments.  This is necessary, for example,
 
21263
    # in the case of _POSIX_SOURCE, which is predefined and required
 
21264
    # on some systems where configure will not decide to define it.
 
21265
    if (defundef == "undef") {
 
21266
      print "/*", prefix defundef, macro, "*/"
 
21267
      next
 
21268
    }
 
21269
  }
 
21270
}
 
21271
{ print }
 
21272
_ACAWK
 
21273
_ACEOF
 
21274
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
21275
  as_fn_error "could not setup config headers machinery" "$LINENO" 5
 
21276
fi # test -n "$CONFIG_HEADERS"
 
21277
 
 
21278
 
 
21279
eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
 
21280
shift
 
21281
for ac_tag
 
21282
do
 
21283
  case $ac_tag in
 
21284
  :[FHLC]) ac_mode=$ac_tag; continue;;
 
21285
  esac
 
21286
  case $ac_mode$ac_tag in
 
21287
  :[FHL]*:*);;
 
21288
  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
 
21289
  :[FH]-) ac_tag=-:-;;
 
21290
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 
21291
  esac
 
21292
  ac_save_IFS=$IFS
 
21293
  IFS=:
 
21294
  set x $ac_tag
 
21295
  IFS=$ac_save_IFS
 
21296
  shift
 
21297
  ac_file=$1
 
21298
  shift
 
21299
 
 
21300
  case $ac_mode in
 
21301
  :L) ac_source=$1;;
 
21302
  :[FH])
 
21303
    ac_file_inputs=
 
21304
    for ac_f
 
21305
    do
 
21306
      case $ac_f in
 
21307
      -) ac_f="$tmp/stdin";;
 
21308
      *) # Look for the file first in the build tree, then in the source tree
 
21309
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
 
21310
         # because $ac_f cannot contain `:'.
 
21311
         test -f "$ac_f" ||
 
21312
           case $ac_f in
 
21313
           [\\/$]*) false;;
 
21314
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 
21315
           esac ||
 
21316
           as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
 
21317
      esac
 
21318
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
 
21319
      as_fn_append ac_file_inputs " '$ac_f'"
 
21320
    done
 
21321
 
 
21322
    # Let's still pretend it is `configure' which instantiates (i.e., don't
 
21323
    # use $as_me), people would be surprised to read:
 
21324
    #    /* config.h.  Generated by config.status.  */
 
21325
    configure_input='Generated from '`
 
21326
          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
 
21327
        `' by configure.'
 
21328
    if test x"$ac_file" != x-; then
 
21329
      configure_input="$ac_file.  $configure_input"
 
21330
      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
 
21331
$as_echo "$as_me: creating $ac_file" >&6;}
 
21332
    fi
 
21333
    # Neutralize special characters interpreted by sed in replacement strings.
 
21334
    case $configure_input in #(
 
21335
    *\&* | *\|* | *\\* )
 
21336
       ac_sed_conf_input=`$as_echo "$configure_input" |
 
21337
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
 
21338
    *) ac_sed_conf_input=$configure_input;;
 
21339
    esac
 
21340
 
 
21341
    case $ac_tag in
 
21342
    *:-:* | *:-) cat >"$tmp/stdin" \
 
21343
      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
 
21344
    esac
 
21345
    ;;
 
21346
  esac
 
21347
 
 
21348
  ac_dir=`$as_dirname -- "$ac_file" ||
 
21349
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
21350
         X"$ac_file" : 'X\(//\)[^/]' \| \
 
21351
         X"$ac_file" : 'X\(//\)$' \| \
 
21352
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 
21353
$as_echo X"$ac_file" |
 
21354
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
21355
            s//\1/
 
21356
            q
 
21357
          }
 
21358
          /^X\(\/\/\)[^/].*/{
 
21359
            s//\1/
 
21360
            q
 
21361
          }
 
21362
          /^X\(\/\/\)$/{
 
21363
            s//\1/
 
21364
            q
 
21365
          }
 
21366
          /^X\(\/\).*/{
 
21367
            s//\1/
 
21368
            q
 
21369
          }
 
21370
          s/.*/./; q'`
 
21371
  as_dir="$ac_dir"; as_fn_mkdir_p
 
21372
  ac_builddir=.
 
21373
 
 
21374
case "$ac_dir" in
 
21375
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
21376
*)
 
21377
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 
21378
  # A ".." for each directory in $ac_dir_suffix.
 
21379
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 
21380
  case $ac_top_builddir_sub in
 
21381
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
21382
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
21383
  esac ;;
 
21384
esac
 
21385
ac_abs_top_builddir=$ac_pwd
 
21386
ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
21387
# for backward compatibility:
 
21388
ac_top_builddir=$ac_top_build_prefix
 
21389
 
 
21390
case $srcdir in
 
21391
  .)  # We are building in place.
 
21392
    ac_srcdir=.
 
21393
    ac_top_srcdir=$ac_top_builddir_sub
 
21394
    ac_abs_top_srcdir=$ac_pwd ;;
 
21395
  [\\/]* | ?:[\\/]* )  # Absolute name.
 
21396
    ac_srcdir=$srcdir$ac_dir_suffix;
 
21397
    ac_top_srcdir=$srcdir
 
21398
    ac_abs_top_srcdir=$srcdir ;;
 
21399
  *) # Relative name.
 
21400
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
21401
    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
21402
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
21403
esac
 
21404
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
21405
 
 
21406
 
 
21407
  case $ac_mode in
 
21408
  :F)
 
21409
  #
 
21410
  # CONFIG_FILE
 
21411
  #
 
21412
 
 
21413
  case $INSTALL in
 
21414
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 
21415
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 
21416
  esac
 
21417
  ac_MKDIR_P=$MKDIR_P
 
21418
  case $MKDIR_P in
 
21419
  [\\/$]* | ?:[\\/]* ) ;;
 
21420
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
 
21421
  esac
 
21422
_ACEOF
 
21423
 
 
21424
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
21425
# If the template does not know about datarootdir, expand it.
 
21426
# FIXME: This hack should be removed a few years after 2.60.
 
21427
ac_datarootdir_hack=; ac_datarootdir_seen=
 
21428
ac_sed_dataroot='
 
21429
/datarootdir/ {
 
21430
  p
 
21431
  q
 
21432
}
 
21433
/@datadir@/p
 
21434
/@docdir@/p
 
21435
/@infodir@/p
 
21436
/@localedir@/p
 
21437
/@mandir@/p'
 
21438
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
 
21439
*datarootdir*) ac_datarootdir_seen=yes;;
 
21440
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 
21441
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
21442
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
21443
_ACEOF
 
21444
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
21445
  ac_datarootdir_hack='
 
21446
  s&@datadir@&$datadir&g
 
21447
  s&@docdir@&$docdir&g
 
21448
  s&@infodir@&$infodir&g
 
21449
  s&@localedir@&$localedir&g
 
21450
  s&@mandir@&$mandir&g
 
21451
  s&\\\${datarootdir}&$datarootdir&g' ;;
 
21452
esac
 
21453
_ACEOF
 
21454
 
 
21455
# Neutralize VPATH when `$srcdir' = `.'.
 
21456
# Shell code in configure.ac might set extrasub.
 
21457
# FIXME: do we really want to maintain this feature?
 
21458
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
21459
ac_sed_extra="$ac_vpsub
 
21460
$extrasub
 
21461
_ACEOF
 
21462
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
21463
:t
 
21464
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
21465
s|@configure_input@|$ac_sed_conf_input|;t t
 
21466
s&@top_builddir@&$ac_top_builddir_sub&;t t
 
21467
s&@top_build_prefix@&$ac_top_build_prefix&;t t
 
21468
s&@srcdir@&$ac_srcdir&;t t
 
21469
s&@abs_srcdir@&$ac_abs_srcdir&;t t
 
21470
s&@top_srcdir@&$ac_top_srcdir&;t t
 
21471
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 
21472
s&@builddir@&$ac_builddir&;t t
 
21473
s&@abs_builddir@&$ac_abs_builddir&;t t
 
21474
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 
21475
s&@INSTALL@&$ac_INSTALL&;t t
 
21476
s&@MKDIR_P@&$ac_MKDIR_P&;t t
 
21477
$ac_datarootdir_hack
 
21478
"
 
21479
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
 
21480
  || as_fn_error "could not create $ac_file" "$LINENO" 5
 
21481
 
 
21482
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 
21483
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 
21484
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 
21485
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
21486
which seems to be undefined.  Please make sure it is defined." >&5
 
21487
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
21488
which seems to be undefined.  Please make sure it is defined." >&2;}
 
21489
 
 
21490
  rm -f "$tmp/stdin"
 
21491
  case $ac_file in
 
21492
  -) cat "$tmp/out" && rm -f "$tmp/out";;
 
21493
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
 
21494
  esac \
 
21495
  || as_fn_error "could not create $ac_file" "$LINENO" 5
 
21496
 ;;
 
21497
  :H)
 
21498
  #
 
21499
  # CONFIG_HEADER
 
21500
  #
 
21501
  if test x"$ac_file" != x-; then
 
21502
    {
 
21503
      $as_echo "/* $configure_input  */" \
 
21504
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
 
21505
    } >"$tmp/config.h" \
 
21506
      || as_fn_error "could not create $ac_file" "$LINENO" 5
 
21507
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
 
21508
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
 
21509
$as_echo "$as_me: $ac_file is unchanged" >&6;}
 
21510
    else
 
21511
      rm -f "$ac_file"
 
21512
      mv "$tmp/config.h" "$ac_file" \
 
21513
        || as_fn_error "could not create $ac_file" "$LINENO" 5
 
21514
    fi
 
21515
  else
 
21516
    $as_echo "/* $configure_input  */" \
 
21517
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
 
21518
      || as_fn_error "could not create -" "$LINENO" 5
 
21519
  fi
 
21520
# Compute "$ac_file"'s index in $config_headers.
 
21521
_am_arg="$ac_file"
 
21522
_am_stamp_count=1
 
21523
for _am_header in $config_headers :; do
 
21524
  case $_am_header in
 
21525
    $_am_arg | $_am_arg:* )
 
21526
      break ;;
 
21527
    * )
 
21528
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
21529
  esac
 
21530
done
 
21531
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
 
21532
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
21533
         X"$_am_arg" : 'X\(//\)[^/]' \| \
 
21534
         X"$_am_arg" : 'X\(//\)$' \| \
 
21535
         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
 
21536
$as_echo X"$_am_arg" |
 
21537
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
21538
            s//\1/
 
21539
            q
 
21540
          }
 
21541
          /^X\(\/\/\)[^/].*/{
 
21542
            s//\1/
 
21543
            q
 
21544
          }
 
21545
          /^X\(\/\/\)$/{
 
21546
            s//\1/
 
21547
            q
 
21548
          }
 
21549
          /^X\(\/\).*/{
 
21550
            s//\1/
 
21551
            q
 
21552
          }
 
21553
          s/.*/./; q'`/stamp-h$_am_stamp_count
 
21554
 ;;
 
21555
 
 
21556
  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
 
21557
$as_echo "$as_me: executing $ac_file commands" >&6;}
 
21558
 ;;
 
21559
  esac
 
21560
 
 
21561
 
 
21562
  case $ac_file$ac_mode in
 
21563
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
 
21564
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 
21565
  # are listed without --file.  Let's play safe and only enable the eval
 
21566
  # if we detect the quoting.
 
21567
  case $CONFIG_FILES in
 
21568
  *\'*) eval set x "$CONFIG_FILES" ;;
 
21569
  *)   set x $CONFIG_FILES ;;
 
21570
  esac
 
21571
  shift
 
21572
  for mf
 
21573
  do
 
21574
    # Strip MF so we end up with the name of the file.
 
21575
    mf=`echo "$mf" | sed -e 's/:.*$//'`
 
21576
    # Check whether this is an Automake generated Makefile or not.
 
21577
    # We used to match only the files named `Makefile.in', but
 
21578
    # some people rename them; so instead we look at the file content.
 
21579
    # Grep'ing the first line is not enough: some people post-process
 
21580
    # each Makefile.in and add a new line on top of each file to say so.
 
21581
    # Grep'ing the whole file is not good either: AIX grep has a line
 
21582
    # limit of 2048, but all sed's we know have understand at least 4000.
 
21583
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
21584
      dirpart=`$as_dirname -- "$mf" ||
 
21585
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
21586
         X"$mf" : 'X\(//\)[^/]' \| \
 
21587
         X"$mf" : 'X\(//\)$' \| \
 
21588
         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
 
21589
$as_echo X"$mf" |
 
21590
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
21591
            s//\1/
 
21592
            q
 
21593
          }
 
21594
          /^X\(\/\/\)[^/].*/{
 
21595
            s//\1/
 
21596
            q
 
21597
          }
 
21598
          /^X\(\/\/\)$/{
 
21599
            s//\1/
 
21600
            q
 
21601
          }
 
21602
          /^X\(\/\).*/{
 
21603
            s//\1/
 
21604
            q
 
21605
          }
 
21606
          s/.*/./; q'`
 
21607
    else
 
21608
      continue
 
21609
    fi
 
21610
    # Extract the definition of DEPDIR, am__include, and am__quote
 
21611
    # from the Makefile without running `make'.
 
21612
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
21613
    test -z "$DEPDIR" && continue
 
21614
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
21615
    test -z "am__include" && continue
 
21616
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
21617
    # When using ansi2knr, U may be empty or an underscore; expand it
 
21618
    U=`sed -n 's/^U = //p' < "$mf"`
 
21619
    # Find all dependency output files, they are included files with
 
21620
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
21621
    # simplest approach to changing $(DEPDIR) to its actual value in the
 
21622
    # expansion.
 
21623
    for file in `sed -n "
 
21624
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
21625
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
21626
      # Make sure the directory exists.
 
21627
      test -f "$dirpart/$file" && continue
 
21628
      fdir=`$as_dirname -- "$file" ||
 
21629
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
21630
         X"$file" : 'X\(//\)[^/]' \| \
 
21631
         X"$file" : 'X\(//\)$' \| \
 
21632
         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
 
21633
$as_echo X"$file" |
 
21634
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
21635
            s//\1/
 
21636
            q
 
21637
          }
 
21638
          /^X\(\/\/\)[^/].*/{
 
21639
            s//\1/
 
21640
            q
 
21641
          }
 
21642
          /^X\(\/\/\)$/{
 
21643
            s//\1/
 
21644
            q
 
21645
          }
 
21646
          /^X\(\/\).*/{
 
21647
            s//\1/
 
21648
            q
 
21649
          }
 
21650
          s/.*/./; q'`
 
21651
      as_dir=$dirpart/$fdir; as_fn_mkdir_p
 
21652
      # echo "creating $dirpart/$file"
 
21653
      echo '# dummy' > "$dirpart/$file"
 
21654
    done
 
21655
  done
 
21656
}
 
21657
 ;;
 
21658
    "libtool":C)
 
21659
 
 
21660
    # See if we are running on zsh, and set the options which allow our
 
21661
    # commands through without removal of \ escapes.
 
21662
    if test -n "${ZSH_VERSION+set}" ; then
 
21663
      setopt NO_GLOB_SUBST
 
21664
    fi
 
21665
 
 
21666
    cfgfile="${ofile}T"
 
21667
    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
 
21668
    $RM "$cfgfile"
 
21669
 
 
21670
    cat <<_LT_EOF >> "$cfgfile"
 
21671
#! $SHELL
 
21672
 
 
21673
# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
 
21674
# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
 
21675
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
21676
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
21677
#
 
21678
#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
 
21679
#                 2006, 2007, 2008 Free Software Foundation, Inc.
 
21680
#   Written by Gordon Matzigkeit, 1996
 
21681
#
 
21682
#   This file is part of GNU Libtool.
 
21683
#
 
21684
# GNU Libtool is free software; you can redistribute it and/or
 
21685
# modify it under the terms of the GNU General Public License as
 
21686
# published by the Free Software Foundation; either version 2 of
 
21687
# the License, or (at your option) any later version.
 
21688
#
 
21689
# As a special exception to the GNU General Public License,
 
21690
# if you distribute this file as part of a program or library that
 
21691
# is built using GNU Libtool, you may include this file under the
 
21692
# same distribution terms that you use for the rest of that program.
 
21693
#
 
21694
# GNU Libtool is distributed in the hope that it will be useful,
 
21695
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
21696
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
21697
# GNU General Public License for more details.
 
21698
#
 
21699
# You should have received a copy of the GNU General Public License
 
21700
# along with GNU Libtool; see the file COPYING.  If not, a copy
 
21701
# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
 
21702
# obtained by writing to the Free Software Foundation, Inc.,
 
21703
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
21704
 
 
21705
 
 
21706
# The names of the tagged configurations supported by this script.
 
21707
available_tags=""
 
21708
 
 
21709
# ### BEGIN LIBTOOL CONFIG
 
21710
 
 
21711
# Which release of libtool.m4 was used?
 
21712
macro_version=$macro_version
 
21713
macro_revision=$macro_revision
 
21714
 
 
21715
# Whether or not to build static libraries.
 
21716
build_old_libs=$enable_static
 
21717
 
 
21718
# Whether or not to build shared libraries.
 
21719
build_libtool_libs=$enable_shared
 
21720
 
 
21721
# What type of objects to build.
 
21722
pic_mode=$pic_mode
 
21723
 
 
21724
# Whether or not to optimize for fast installation.
 
21725
fast_install=$enable_fast_install
 
21726
 
 
21727
# The host system.
 
21728
host_alias=$host_alias
 
21729
host=$host
 
21730
host_os=$host_os
 
21731
 
 
21732
# The build system.
 
21733
build_alias=$build_alias
 
21734
build=$build
 
21735
build_os=$build_os
 
21736
 
 
21737
# A sed program that does not truncate output.
 
21738
SED=$lt_SED
 
21739
 
 
21740
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
 
21741
Xsed="\$SED -e 1s/^X//"
 
21742
 
 
21743
# A grep program that handles long lines.
 
21744
GREP=$lt_GREP
 
21745
 
 
21746
# An ERE matcher.
 
21747
EGREP=$lt_EGREP
 
21748
 
 
21749
# A literal string matcher.
 
21750
FGREP=$lt_FGREP
 
21751
 
 
21752
# A BSD- or MS-compatible name lister.
 
21753
NM=$lt_NM
 
21754
 
 
21755
# Whether we need soft or hard links.
 
21756
LN_S=$lt_LN_S
 
21757
 
 
21758
# What is the maximum length of a command?
 
21759
max_cmd_len=$max_cmd_len
 
21760
 
 
21761
# Object file suffix (normally "o").
 
21762
objext=$ac_objext
 
21763
 
 
21764
# Executable file suffix (normally "").
 
21765
exeext=$exeext
 
21766
 
 
21767
# whether the shell understands "unset".
 
21768
lt_unset=$lt_unset
 
21769
 
 
21770
# turn spaces into newlines.
 
21771
SP2NL=$lt_lt_SP2NL
 
21772
 
 
21773
# turn newlines into spaces.
 
21774
NL2SP=$lt_lt_NL2SP
 
21775
 
 
21776
# How to create reloadable object files.
 
21777
reload_flag=$lt_reload_flag
 
21778
reload_cmds=$lt_reload_cmds
 
21779
 
 
21780
# An object symbol dumper.
 
21781
OBJDUMP=$lt_OBJDUMP
 
21782
 
 
21783
# Method to check whether dependent libraries are shared objects.
 
21784
deplibs_check_method=$lt_deplibs_check_method
 
21785
 
 
21786
# Command to use when deplibs_check_method == "file_magic".
 
21787
file_magic_cmd=$lt_file_magic_cmd
 
21788
 
 
21789
# The archiver.
 
21790
AR=$lt_AR
 
21791
AR_FLAGS=$lt_AR_FLAGS
 
21792
 
 
21793
# A symbol stripping program.
 
21794
STRIP=$lt_STRIP
 
21795
 
 
21796
# Commands used to install an old-style archive.
 
21797
RANLIB=$lt_RANLIB
 
21798
old_postinstall_cmds=$lt_old_postinstall_cmds
 
21799
old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
21800
 
 
21801
# A C compiler.
 
21802
LTCC=$lt_CC
 
21803
 
 
21804
# LTCC compiler flags.
 
21805
LTCFLAGS=$lt_CFLAGS
 
21806
 
 
21807
# Take the output of nm and produce a listing of raw symbols and C names.
 
21808
global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 
21809
 
 
21810
# Transform the output of nm in a proper C declaration.
 
21811
global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
 
21812
 
 
21813
# Transform the output of nm in a C name address pair.
 
21814
global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
 
21815
 
 
21816
# Transform the output of nm in a C name address pair when lib prefix is needed.
 
21817
global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
 
21818
 
 
21819
# The name of the directory that contains temporary libtool files.
 
21820
objdir=$objdir
 
21821
 
 
21822
# Shell to use when invoking shell scripts.
 
21823
SHELL=$lt_SHELL
 
21824
 
 
21825
# An echo program that does not interpret backslashes.
 
21826
ECHO=$lt_ECHO
 
21827
 
 
21828
# Used to examine libraries when file_magic_cmd begins with "file".
 
21829
MAGIC_CMD=$MAGIC_CMD
 
21830
 
 
21831
# Must we lock files when doing compilation?
 
21832
need_locks=$lt_need_locks
 
21833
 
 
21834
# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
 
21835
DSYMUTIL=$lt_DSYMUTIL
 
21836
 
 
21837
# Tool to change global to local symbols on Mac OS X.
 
21838
NMEDIT=$lt_NMEDIT
 
21839
 
 
21840
# Tool to manipulate fat objects and archives on Mac OS X.
 
21841
LIPO=$lt_LIPO
 
21842
 
 
21843
# ldd/readelf like tool for Mach-O binaries on Mac OS X.
 
21844
OTOOL=$lt_OTOOL
 
21845
 
 
21846
# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
 
21847
OTOOL64=$lt_OTOOL64
 
21848
 
 
21849
# Old archive suffix (normally "a").
 
21850
libext=$libext
 
21851
 
 
21852
# Shared library suffix (normally ".so").
 
21853
shrext_cmds=$lt_shrext_cmds
 
21854
 
 
21855
# The commands to extract the exported symbol list from a shared archive.
 
21856
extract_expsyms_cmds=$lt_extract_expsyms_cmds
 
21857
 
 
21858
# Variables whose values should be saved in libtool wrapper scripts and
 
21859
# restored at link time.
 
21860
variables_saved_for_relink=$lt_variables_saved_for_relink
 
21861
 
 
21862
# Do we need the "lib" prefix for modules?
 
21863
need_lib_prefix=$need_lib_prefix
 
21864
 
 
21865
# Do we need a version for libraries?
 
21866
need_version=$need_version
 
21867
 
 
21868
# Library versioning type.
 
21869
version_type=$version_type
 
21870
 
 
21871
# Shared library runtime path variable.
 
21872
runpath_var=$runpath_var
 
21873
 
 
21874
# Shared library path variable.
 
21875
shlibpath_var=$shlibpath_var
 
21876
 
 
21877
# Is shlibpath searched before the hard-coded library search path?
 
21878
shlibpath_overrides_runpath=$shlibpath_overrides_runpath
 
21879
 
 
21880
# Format of library name prefix.
 
21881
libname_spec=$lt_libname_spec
 
21882
 
 
21883
# List of archive names.  First name is the real one, the rest are links.
 
21884
# The last name is the one that the linker finds with -lNAME
 
21885
library_names_spec=$lt_library_names_spec
 
21886
 
 
21887
# The coded name of the library, if different from the real name.
 
21888
soname_spec=$lt_soname_spec
 
21889
 
 
21890
# Command to use after installation of a shared archive.
 
21891
postinstall_cmds=$lt_postinstall_cmds
 
21892
 
 
21893
# Command to use after uninstallation of a shared archive.
 
21894
postuninstall_cmds=$lt_postuninstall_cmds
 
21895
 
 
21896
# Commands used to finish a libtool library installation in a directory.
 
21897
finish_cmds=$lt_finish_cmds
 
21898
 
 
21899
# As "finish_cmds", except a single script fragment to be evaled but
 
21900
# not shown.
 
21901
finish_eval=$lt_finish_eval
 
21902
 
 
21903
# Whether we should hardcode library paths into libraries.
 
21904
hardcode_into_libs=$hardcode_into_libs
 
21905
 
 
21906
# Compile-time system search path for libraries.
 
21907
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
 
21908
 
 
21909
# Run-time system search path for libraries.
 
21910
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
21911
 
 
21912
# Whether dlopen is supported.
 
21913
dlopen_support=$enable_dlopen
 
21914
 
 
21915
# Whether dlopen of programs is supported.
 
21916
dlopen_self=$enable_dlopen_self
 
21917
 
 
21918
# Whether dlopen of statically linked programs is supported.
 
21919
dlopen_self_static=$enable_dlopen_self_static
 
21920
 
 
21921
# Commands to strip libraries.
 
21922
old_striplib=$lt_old_striplib
 
21923
striplib=$lt_striplib
 
21924
 
 
21925
 
 
21926
# The linker used to build libraries.
 
21927
LD=$lt_LD
 
21928
 
 
21929
# Commands used to build an old-style archive.
 
21930
old_archive_cmds=$lt_old_archive_cmds
 
21931
 
 
21932
# A language specific compiler.
 
21933
CC=$lt_compiler
 
21934
 
 
21935
# Is the compiler the GNU compiler?
 
21936
with_gcc=$GCC
 
21937
 
 
21938
# Compiler flag to turn off builtin functions.
 
21939
no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
 
21940
 
 
21941
# How to pass a linker flag through the compiler.
 
21942
wl=$lt_lt_prog_compiler_wl
 
21943
 
 
21944
# Additional compiler flags for building library objects.
 
21945
pic_flag=$lt_lt_prog_compiler_pic
 
21946
 
 
21947
# Compiler flag to prevent dynamic linking.
 
21948
link_static_flag=$lt_lt_prog_compiler_static
 
21949
 
 
21950
# Does compiler simultaneously support -c and -o options?
 
21951
compiler_c_o=$lt_lt_cv_prog_compiler_c_o
 
21952
 
 
21953
# Whether or not to add -lc for building shared libraries.
 
21954
build_libtool_need_lc=$archive_cmds_need_lc
 
21955
 
 
21956
# Whether or not to disallow shared libs when runtime libs are static.
 
21957
allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
 
21958
 
 
21959
# Compiler flag to allow reflexive dlopens.
 
21960
export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
 
21961
 
 
21962
# Compiler flag to generate shared objects directly from archives.
 
21963
whole_archive_flag_spec=$lt_whole_archive_flag_spec
 
21964
 
 
21965
# Whether the compiler copes with passing no objects directly.
 
21966
compiler_needs_object=$lt_compiler_needs_object
 
21967
 
 
21968
# Create an old-style archive from a shared archive.
 
21969
old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
 
21970
 
 
21971
# Create a temporary old-style archive to link instead of a shared archive.
 
21972
old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
 
21973
 
 
21974
# Commands used to build a shared archive.
 
21975
archive_cmds=$lt_archive_cmds
 
21976
archive_expsym_cmds=$lt_archive_expsym_cmds
 
21977
 
 
21978
# Commands used to build a loadable module if different from building
 
21979
# a shared archive.
 
21980
module_cmds=$lt_module_cmds
 
21981
module_expsym_cmds=$lt_module_expsym_cmds
 
21982
 
 
21983
# Whether we are building with GNU ld or not.
 
21984
with_gnu_ld=$lt_with_gnu_ld
 
21985
 
 
21986
# Flag that allows shared libraries with undefined symbols to be built.
 
21987
allow_undefined_flag=$lt_allow_undefined_flag
 
21988
 
 
21989
# Flag that enforces no undefined symbols.
 
21990
no_undefined_flag=$lt_no_undefined_flag
 
21991
 
 
21992
# Flag to hardcode \$libdir into a binary during linking.
 
21993
# This must work even if \$libdir does not exist
 
21994
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
 
21995
 
 
21996
# If ld is used when linking, flag to hardcode \$libdir into a binary
 
21997
# during linking.  This must work even if \$libdir does not exist.
 
21998
hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
 
21999
 
 
22000
# Whether we need a single "-rpath" flag with a separated argument.
 
22001
hardcode_libdir_separator=$lt_hardcode_libdir_separator
 
22002
 
 
22003
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
 
22004
# DIR into the resulting binary.
 
22005
hardcode_direct=$hardcode_direct
 
22006
 
 
22007
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
 
22008
# DIR into the resulting binary and the resulting library dependency is
 
22009
# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
 
22010
# library is relocated.
 
22011
hardcode_direct_absolute=$hardcode_direct_absolute
 
22012
 
 
22013
# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
 
22014
# into the resulting binary.
 
22015
hardcode_minus_L=$hardcode_minus_L
 
22016
 
 
22017
# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
 
22018
# into the resulting binary.
 
22019
hardcode_shlibpath_var=$hardcode_shlibpath_var
 
22020
 
 
22021
# Set to "yes" if building a shared library automatically hardcodes DIR
 
22022
# into the library and all subsequent libraries and executables linked
 
22023
# against it.
 
22024
hardcode_automatic=$hardcode_automatic
 
22025
 
 
22026
# Set to yes if linker adds runtime paths of dependent libraries
 
22027
# to runtime path list.
 
22028
inherit_rpath=$inherit_rpath
 
22029
 
 
22030
# Whether libtool must link a program against all its dependency libraries.
 
22031
link_all_deplibs=$link_all_deplibs
 
22032
 
 
22033
# Fix the shell variable \$srcfile for the compiler.
 
22034
fix_srcfile_path=$lt_fix_srcfile_path
 
22035
 
 
22036
# Set to "yes" if exported symbols are required.
 
22037
always_export_symbols=$always_export_symbols
 
22038
 
 
22039
# The commands to list exported symbols.
 
22040
export_symbols_cmds=$lt_export_symbols_cmds
 
22041
 
 
22042
# Symbols that should not be listed in the preloaded symbols.
 
22043
exclude_expsyms=$lt_exclude_expsyms
 
22044
 
 
22045
# Symbols that must always be exported.
 
22046
include_expsyms=$lt_include_expsyms
 
22047
 
 
22048
# Commands necessary for linking programs (against libraries) with templates.
 
22049
prelink_cmds=$lt_prelink_cmds
 
22050
 
 
22051
# Specify filename containing input files.
 
22052
file_list_spec=$lt_file_list_spec
 
22053
 
 
22054
# How to hardcode a shared library path into an executable.
 
22055
hardcode_action=$hardcode_action
 
22056
 
 
22057
# ### END LIBTOOL CONFIG
 
22058
 
 
22059
_LT_EOF
 
22060
 
 
22061
  case $host_os in
 
22062
  aix3*)
 
22063
    cat <<\_LT_EOF >> "$cfgfile"
 
22064
# AIX sometimes has problems with the GCC collect2 program.  For some
 
22065
# reason, if we set the COLLECT_NAMES environment variable, the problems
 
22066
# vanish in a puff of smoke.
 
22067
if test "X${COLLECT_NAMES+set}" != Xset; then
 
22068
  COLLECT_NAMES=
 
22069
  export COLLECT_NAMES
 
22070
fi
 
22071
_LT_EOF
 
22072
    ;;
 
22073
  esac
 
22074
 
 
22075
 
 
22076
ltmain="$ac_aux_dir/ltmain.sh"
 
22077
 
 
22078
 
 
22079
  # We use sed instead of cat because bash on DJGPP gets confused if
 
22080
  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
 
22081
  # text mode, it properly converts lines to CR/LF.  This bash problem
 
22082
  # is reportedly fixed, but why not run on old versions too?
 
22083
  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
 
22084
    || (rm -f "$cfgfile"; exit 1)
 
22085
 
 
22086
  case $xsi_shell in
 
22087
  yes)
 
22088
    cat << \_LT_EOF >> "$cfgfile"
 
22089
 
 
22090
# func_dirname file append nondir_replacement
 
22091
# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
 
22092
# otherwise set result to NONDIR_REPLACEMENT.
 
22093
func_dirname ()
 
22094
{
 
22095
  case ${1} in
 
22096
    */*) func_dirname_result="${1%/*}${2}" ;;
 
22097
    *  ) func_dirname_result="${3}" ;;
 
22098
  esac
 
22099
}
 
22100
 
 
22101
# func_basename file
 
22102
func_basename ()
 
22103
{
 
22104
  func_basename_result="${1##*/}"
 
22105
}
 
22106
 
 
22107
# func_dirname_and_basename file append nondir_replacement
 
22108
# perform func_basename and func_dirname in a single function
 
22109
# call:
 
22110
#   dirname:  Compute the dirname of FILE.  If nonempty,
 
22111
#             add APPEND to the result, otherwise set result
 
22112
#             to NONDIR_REPLACEMENT.
 
22113
#             value returned in "$func_dirname_result"
 
22114
#   basename: Compute filename of FILE.
 
22115
#             value retuned in "$func_basename_result"
 
22116
# Implementation must be kept synchronized with func_dirname
 
22117
# and func_basename. For efficiency, we do not delegate to
 
22118
# those functions but instead duplicate the functionality here.
 
22119
func_dirname_and_basename ()
 
22120
{
 
22121
  case ${1} in
 
22122
    */*) func_dirname_result="${1%/*}${2}" ;;
 
22123
    *  ) func_dirname_result="${3}" ;;
 
22124
  esac
 
22125
  func_basename_result="${1##*/}"
 
22126
}
 
22127
 
 
22128
# func_stripname prefix suffix name
 
22129
# strip PREFIX and SUFFIX off of NAME.
 
22130
# PREFIX and SUFFIX must not contain globbing or regex special
 
22131
# characters, hashes, percent signs, but SUFFIX may contain a leading
 
22132
# dot (in which case that matches only a dot).
 
22133
func_stripname ()
 
22134
{
 
22135
  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
 
22136
  # positional parameters, so assign one to ordinary parameter first.
 
22137
  func_stripname_result=${3}
 
22138
  func_stripname_result=${func_stripname_result#"${1}"}
 
22139
  func_stripname_result=${func_stripname_result%"${2}"}
 
22140
}
 
22141
 
 
22142
# func_opt_split
 
22143
func_opt_split ()
 
22144
{
 
22145
  func_opt_split_opt=${1%%=*}
 
22146
  func_opt_split_arg=${1#*=}
 
22147
}
 
22148
 
 
22149
# func_lo2o object
 
22150
func_lo2o ()
 
22151
{
 
22152
  case ${1} in
 
22153
    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
 
22154
    *)    func_lo2o_result=${1} ;;
 
22155
  esac
 
22156
}
 
22157
 
 
22158
# func_xform libobj-or-source
 
22159
func_xform ()
 
22160
{
 
22161
  func_xform_result=${1%.*}.lo
 
22162
}
 
22163
 
 
22164
# func_arith arithmetic-term...
 
22165
func_arith ()
 
22166
{
 
22167
  func_arith_result=$(( $* ))
 
22168
}
 
22169
 
 
22170
# func_len string
 
22171
# STRING may not start with a hyphen.
 
22172
func_len ()
 
22173
{
 
22174
  func_len_result=${#1}
 
22175
}
 
22176
 
 
22177
_LT_EOF
 
22178
    ;;
 
22179
  *) # Bourne compatible functions.
 
22180
    cat << \_LT_EOF >> "$cfgfile"
 
22181
 
 
22182
# func_dirname file append nondir_replacement
 
22183
# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
 
22184
# otherwise set result to NONDIR_REPLACEMENT.
 
22185
func_dirname ()
 
22186
{
 
22187
  # Extract subdirectory from the argument.
 
22188
  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
 
22189
  if test "X$func_dirname_result" = "X${1}"; then
 
22190
    func_dirname_result="${3}"
 
22191
  else
 
22192
    func_dirname_result="$func_dirname_result${2}"
 
22193
  fi
 
22194
}
 
22195
 
 
22196
# func_basename file
 
22197
func_basename ()
 
22198
{
 
22199
  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
 
22200
}
 
22201
 
 
22202
 
 
22203
# func_stripname prefix suffix name
 
22204
# strip PREFIX and SUFFIX off of NAME.
 
22205
# PREFIX and SUFFIX must not contain globbing or regex special
 
22206
# characters, hashes, percent signs, but SUFFIX may contain a leading
 
22207
# dot (in which case that matches only a dot).
 
22208
# func_strip_suffix prefix name
 
22209
func_stripname ()
 
22210
{
 
22211
  case ${2} in
 
22212
    .*) func_stripname_result=`$ECHO "X${3}" \
 
22213
           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
 
22214
    *)  func_stripname_result=`$ECHO "X${3}" \
 
22215
           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
 
22216
  esac
 
22217
}
 
22218
 
 
22219
# sed scripts:
 
22220
my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
 
22221
my_sed_long_arg='1s/^-[^=]*=//'
 
22222
 
 
22223
# func_opt_split
 
22224
func_opt_split ()
 
22225
{
 
22226
  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
 
22227
  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
 
22228
}
 
22229
 
 
22230
# func_lo2o object
 
22231
func_lo2o ()
 
22232
{
 
22233
  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
 
22234
}
 
22235
 
 
22236
# func_xform libobj-or-source
 
22237
func_xform ()
 
22238
{
 
22239
  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
 
22240
}
 
22241
 
 
22242
# func_arith arithmetic-term...
 
22243
func_arith ()
 
22244
{
 
22245
  func_arith_result=`expr "$@"`
 
22246
}
 
22247
 
 
22248
# func_len string
 
22249
# STRING may not start with a hyphen.
 
22250
func_len ()
 
22251
{
 
22252
  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
 
22253
}
 
22254
 
 
22255
_LT_EOF
 
22256
esac
 
22257
 
 
22258
case $lt_shell_append in
 
22259
  yes)
 
22260
    cat << \_LT_EOF >> "$cfgfile"
 
22261
 
 
22262
# func_append var value
 
22263
# Append VALUE to the end of shell variable VAR.
 
22264
func_append ()
 
22265
{
 
22266
  eval "$1+=\$2"
 
22267
}
 
22268
_LT_EOF
 
22269
    ;;
 
22270
  *)
 
22271
    cat << \_LT_EOF >> "$cfgfile"
 
22272
 
 
22273
# func_append var value
 
22274
# Append VALUE to the end of shell variable VAR.
 
22275
func_append ()
 
22276
{
 
22277
  eval "$1=\$$1\$2"
 
22278
}
 
22279
 
 
22280
_LT_EOF
 
22281
    ;;
 
22282
  esac
 
22283
 
 
22284
 
 
22285
  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
 
22286
    || (rm -f "$cfgfile"; exit 1)
 
22287
 
 
22288
  mv -f "$cfgfile" "$ofile" ||
 
22289
    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
 
22290
  chmod +x "$ofile"
 
22291
 
 
22292
 ;;
 
22293
 
 
22294
  esac
 
22295
done # for ac_tag
 
22296
 
 
22297
 
 
22298
as_fn_exit 0
 
22299
_ACEOF
 
22300
ac_clean_files=$ac_clean_files_save
 
22301
 
 
22302
test $ac_write_fail = 0 ||
 
22303
  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
 
22304
 
 
22305
 
 
22306
# configure is writing to config.log, and then calls config.status.
 
22307
# config.status does its own redirection, appending to config.log.
 
22308
# Unfortunately, on DOS this fails, as config.log is still kept open
 
22309
# by configure, so config.status won't be able to write to it; its
 
22310
# output is simply discarded.  So we exec the FD to /dev/null,
 
22311
# effectively closing config.log, so it can be properly (re)opened and
 
22312
# appended to by config.status.  When coming back to configure, we
 
22313
# need to make the FD available again.
 
22314
if test "$no_create" != yes; then
 
22315
  ac_cs_success=:
 
22316
  ac_config_status_args=
 
22317
  test "$silent" = yes &&
 
22318
    ac_config_status_args="$ac_config_status_args --quiet"
 
22319
  exec 5>/dev/null
 
22320
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
 
22321
  exec 5>>config.log
 
22322
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
 
22323
  # would make configure fail if this is the last instruction.
 
22324
  $ac_cs_success || as_fn_exit $?
 
22325
fi
 
22326
 
 
22327
 
 
22328
 
 
22329
#
 
22330
# CONFIG_SUBDIRS section.
 
22331
#
 
22332
if test "$no_recursion" != yes; then
 
22333
 
 
22334
  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
 
22335
  # so they do not pile up.
 
22336
  ac_sub_configure_args=
 
22337
  ac_prev=
 
22338
  eval "set x $ac_configure_args"
 
22339
  shift
 
22340
  for ac_arg
 
22341
  do
 
22342
    if test -n "$ac_prev"; then
 
22343
      ac_prev=
 
22344
      continue
 
22345
    fi
 
22346
    case $ac_arg in
 
22347
    -cache-file | --cache-file | --cache-fil | --cache-fi \
 
22348
    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
 
22349
      ac_prev=cache_file ;;
 
22350
    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
 
22351
    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
 
22352
    | --c=*)
 
22353
      ;;
 
22354
    --config-cache | -C)
 
22355
      ;;
 
22356
    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
 
22357
      ac_prev=srcdir ;;
 
22358
    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
 
22359
      ;;
 
22360
    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
 
22361
      ac_prev=prefix ;;
 
22362
    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
 
22363
      ;;
 
22364
    --disable-option-checking)
 
22365
      ;;
 
22366
    *)
 
22367
      case $ac_arg in
 
22368
      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
22369
      esac
 
22370
      as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
 
22371
    esac
 
22372
  done
 
22373
 
 
22374
  # Always prepend --prefix to ensure using the same prefix
 
22375
  # in subdir configurations.
 
22376
  ac_arg="--prefix=$prefix"
 
22377
  case $ac_arg in
 
22378
  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
22379
  esac
 
22380
  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
 
22381
 
 
22382
  # Pass --silent
 
22383
  if test "$silent" = yes; then
 
22384
    ac_sub_configure_args="--silent $ac_sub_configure_args"
 
22385
  fi
 
22386
 
 
22387
  # Always prepend --disable-option-checking to silence warnings, since
 
22388
  # different subdirs can have different --enable and --with options.
 
22389
  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
 
22390
 
 
22391
  ac_popdir=`pwd`
 
22392
  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
 
22393
 
 
22394
    # Do not complain, so a configure script can configure whichever
 
22395
    # parts of a large source tree are present.
 
22396
    test -d "$srcdir/$ac_dir" || continue
 
22397
 
 
22398
    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
 
22399
    $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
 
22400
    $as_echo "$ac_msg" >&6
 
22401
    as_dir="$ac_dir"; as_fn_mkdir_p
 
22402
    ac_builddir=.
 
22403
 
 
22404
case "$ac_dir" in
 
22405
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
22406
*)
 
22407
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 
22408
  # A ".." for each directory in $ac_dir_suffix.
 
22409
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 
22410
  case $ac_top_builddir_sub in
 
22411
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
22412
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
22413
  esac ;;
 
22414
esac
 
22415
ac_abs_top_builddir=$ac_pwd
 
22416
ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
22417
# for backward compatibility:
 
22418
ac_top_builddir=$ac_top_build_prefix
 
22419
 
 
22420
case $srcdir in
 
22421
  .)  # We are building in place.
 
22422
    ac_srcdir=.
 
22423
    ac_top_srcdir=$ac_top_builddir_sub
 
22424
    ac_abs_top_srcdir=$ac_pwd ;;
 
22425
  [\\/]* | ?:[\\/]* )  # Absolute name.
 
22426
    ac_srcdir=$srcdir$ac_dir_suffix;
 
22427
    ac_top_srcdir=$srcdir
 
22428
    ac_abs_top_srcdir=$srcdir ;;
 
22429
  *) # Relative name.
 
22430
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
22431
    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
22432
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
22433
esac
 
22434
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
22435
 
 
22436
 
 
22437
    cd "$ac_dir"
 
22438
 
 
22439
    # Check for guested configure; otherwise get Cygnus style configure.
 
22440
    if test -f "$ac_srcdir/configure.gnu"; then
 
22441
      ac_sub_configure=$ac_srcdir/configure.gnu
 
22442
    elif test -f "$ac_srcdir/configure"; then
 
22443
      ac_sub_configure=$ac_srcdir/configure
 
22444
    elif test -f "$ac_srcdir/configure.in"; then
 
22445
      # This should be Cygnus configure.
 
22446
      ac_sub_configure=$ac_aux_dir/configure
 
22447
    else
 
22448
      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
 
22449
$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
 
22450
      ac_sub_configure=
 
22451
    fi
 
22452
 
 
22453
    # The recursion is here.
 
22454
    if test -n "$ac_sub_configure"; then
 
22455
      # Make the cache file name correct relative to the subdirectory.
 
22456
      case $cache_file in
 
22457
      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
 
22458
      *) # Relative name.
 
22459
        ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
 
22460
      esac
 
22461
 
 
22462
      { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
 
22463
$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
 
22464
      # The eval makes quoting arguments work.
 
22465
      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
 
22466
           --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
 
22467
        subdirfailed=yes
 
22468
    fi
 
22469
 
 
22470
    cd "$ac_popdir"
 
22471
  done
 
22472
fi
 
22473
 
 
22474
          if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
 
22475
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
 
22476
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
 
22477
fi
 
22478
 
 
22479
 
 
22480
if test "$enable_llvm" = "yes" && test "$subdirfailed" != "no"; then
 
22481
    as_fn_error "Failed to configure LLVM, and LLVM was explicitly requested" "$LINENO" 5
 
22482
fi
 
22483
 if test "$subdirfailed" != "yes" && test "$enable_llvm" != "no"; then
 
22484
  ENABLE_LLVM_TRUE=
 
22485
  ENABLE_LLVM_FALSE='#'
 
22486
else
 
22487
  ENABLE_LLVM_TRUE='#'
 
22488
  ENABLE_LLVM_FALSE=
 
22489
fi
 
22490
 
 
22491
no_recursion="yes";
 
22492
ac_config_files="$ac_config_files libclamav/Makefile"
 
22493
 
 
22494
cat >confcache <<\_ACEOF
 
22495
# This file is a shell script that caches the results of configure
 
22496
# tests run on this system so they can be shared between configure
 
22497
# scripts and configure runs, see configure's option --config-cache.
 
22498
# It is not useful on other systems.  If it contains results you don't
 
22499
# want to keep, you may remove or edit it.
 
22500
#
 
22501
# config.status only pays attention to the cache file if you give it
 
22502
# the --recheck option to rerun configure.
 
22503
#
 
22504
# `ac_cv_env_foo' variables (set or unset) will be overridden when
 
22505
# loading this file, other *unset* `ac_cv_foo' will be assigned the
 
22506
# following values.
 
22507
 
 
22508
_ACEOF
 
22509
 
 
22510
# The following way of writing the cache mishandles newlines in values,
 
22511
# but we know of no workaround that is simple, portable, and efficient.
 
22512
# So, we kill variables containing newlines.
 
22513
# Ultrix sh set writes to stderr and can't be redirected directly,
 
22514
# and sets the high bit in the cache file unless we assign to the vars.
 
22515
(
 
22516
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
 
22517
    eval ac_val=\$$ac_var
 
22518
    case $ac_val in #(
 
22519
    *${as_nl}*)
 
22520
      case $ac_var in #(
 
22521
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
 
22522
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
 
22523
      esac
 
22524
      case $ac_var in #(
 
22525
      _ | IFS | as_nl) ;; #(
 
22526
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
 
22527
      *) { eval $ac_var=; unset $ac_var;} ;;
 
22528
      esac ;;
 
22529
    esac
 
22530
  done
 
22531
 
 
22532
  (set) 2>&1 |
 
22533
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
 
22534
    *${as_nl}ac_space=\ *)
 
22535
      # `set' does not quote correctly, so add quotes: double-quote
 
22536
      # substitution turns \\\\ into \\, and sed turns \\ into \.
 
22537
      sed -n \
 
22538
        "s/'/'\\\\''/g;
 
22539
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 
22540
      ;; #(
 
22541
    *)
 
22542
      # `set' quotes correctly as required by POSIX, so do not add quotes.
 
22543
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 
22544
      ;;
 
22545
    esac |
 
22546
    sort
 
22547
) |
 
22548
  sed '
 
22549
     /^ac_cv_env_/b end
 
22550
     t clear
 
22551
     :clear
 
22552
     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
 
22553
     t end
 
22554
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 
22555
     :end' >>confcache
 
22556
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 
22557
  if test -w "$cache_file"; then
 
22558
    test "x$cache_file" != "x/dev/null" &&
 
22559
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
 
22560
$as_echo "$as_me: updating cache $cache_file" >&6;}
 
22561
    cat confcache >$cache_file
 
22562
  else
 
22563
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
 
22564
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 
22565
  fi
 
22566
fi
 
22567
rm -f confcache
 
22568
 
 
22569
test "x$prefix" = xNONE && prefix=$ac_default_prefix
 
22570
# Let make expand exec_prefix.
 
22571
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 
22572
 
 
22573
DEFS=-DHAVE_CONFIG_H
 
22574
 
 
22575
ac_libobjs=
 
22576
ac_ltlibobjs=
 
22577
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 
22578
  # 1. Remove the extension, and $U if already installed.
 
22579
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 
22580
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
 
22581
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 
22582
  #    will be set to the directory where LIBOBJS objects are built.
 
22583
  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 
22584
  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
 
22585
done
 
22586
LIBOBJS=$ac_libobjs
 
22587
 
 
22588
LTLIBOBJS=$ac_ltlibobjs
 
22589
 
 
22590
 
 
22591
 if test -n "$EXEEXT"; then
 
22592
  am__EXEEXT_TRUE=
 
22593
  am__EXEEXT_FALSE='#'
 
22594
else
 
22595
  am__EXEEXT_TRUE='#'
 
22596
  am__EXEEXT_FALSE=
 
22597
fi
 
22598
 
 
22599
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
 
22600
  as_fn_error "conditional \"AMDEP\" was never defined.
 
22601
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
22602
fi
 
22603
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 
22604
  as_fn_error "conditional \"am__fastdepCC\" was never defined.
 
22605
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
22606
fi
 
22607
if test -z "${INSTALL_LTDL_TRUE}" && test -z "${INSTALL_LTDL_FALSE}"; then
 
22608
  as_fn_error "conditional \"INSTALL_LTDL\" was never defined.
 
22609
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
22610
fi
 
22611
if test -z "${CONVENIENCE_LTDL_TRUE}" && test -z "${CONVENIENCE_LTDL_FALSE}"; then
 
22612
  as_fn_error "conditional \"CONVENIENCE_LTDL\" was never defined.
 
22613
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
22614
fi
 
22615
LT_CONFIG_H=clamav-config.h
 
22616
 
 
22617
    _ltdl_libobjs=
 
22618
    _ltdl_ltlibobjs=
 
22619
    if test -n "$_LT_LIBOBJS"; then
 
22620
      # Remove the extension.
 
22621
      _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
 
22622
      for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
 
22623
        _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
 
22624
        _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo"
 
22625
      done
 
22626
    fi
 
22627
    ltdl_LIBOBJS=$_ltdl_libobjs
 
22628
 
 
22629
    ltdl_LTLIBOBJS=$_ltdl_ltlibobjs
 
22630
 
 
22631
 
 
22632
 
 
22633
if test -z "${VERSIONSCRIPT_TRUE}" && test -z "${VERSIONSCRIPT_FALSE}"; then
 
22634
  as_fn_error "conditional \"VERSIONSCRIPT\" was never defined.
 
22635
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
22636
fi
 
22637
if test -z "${HAVE_LIBCHECK_TRUE}" && test -z "${HAVE_LIBCHECK_FALSE}"; then
 
22638
  as_fn_error "conditional \"HAVE_LIBCHECK\" was never defined.
 
22639
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
22640
fi
 
22641
if test -z "${ENABLE_COVERAGE_TRUE}" && test -z "${ENABLE_COVERAGE_FALSE}"; then
 
22642
  as_fn_error "conditional \"ENABLE_COVERAGE\" was never defined.
 
22643
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
22644
fi
 
22645
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
 
22646
  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
 
22647
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
22648
fi
 
22649
if test -z "${ENABLE_UNRAR_TRUE}" && test -z "${ENABLE_UNRAR_FALSE}"; then
 
22650
  as_fn_error "conditional \"ENABLE_UNRAR\" was never defined.
 
22651
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
22652
fi
 
22653
if test -z "${LINK_TOMMATH_TRUE}" && test -z "${LINK_TOMMATH_FALSE}"; then
 
22654
  as_fn_error "conditional \"LINK_TOMMATH\" was never defined.
 
22655
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
22656
fi
 
22657
if test -z "${BUILD_CLAMD_TRUE}" && test -z "${BUILD_CLAMD_FALSE}"; then
 
22658
  as_fn_error "conditional \"BUILD_CLAMD\" was never defined.
 
22659
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
22660
fi
 
22661
if test -z "${HAVE_MILTER_TRUE}" && test -z "${HAVE_MILTER_FALSE}"; then
 
22662
  as_fn_error "conditional \"HAVE_MILTER\" was never defined.
 
22663
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
22664
fi
 
22665
if test -z "${HAVE_CURSES_TRUE}" && test -z "${HAVE_CURSES_FALSE}"; then
 
22666
  as_fn_error "conditional \"HAVE_CURSES\" was never defined.
 
22667
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
22668
fi
 
22669
if test -z "${am__EXEEXT_TRUE}" && test -z "${am__EXEEXT_FALSE}"; then
 
22670
  as_fn_error "conditional \"am__EXEEXT\" was never defined.
 
22671
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
22672
fi
 
22673
if test -z "${ENABLE_LLVM_TRUE}" && test -z "${ENABLE_LLVM_FALSE}"; then
 
22674
  as_fn_error "conditional \"ENABLE_LLVM\" was never defined.
 
22675
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
22676
fi
 
22677
 
 
22678
: ${CONFIG_STATUS=./config.status}
 
22679
ac_write_fail=0
 
22680
ac_clean_files_save=$ac_clean_files
 
22681
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 
22682
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
 
22683
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
 
22684
as_write_fail=0
 
22685
cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
 
22686
#! $SHELL
 
22687
# Generated by $as_me.
 
22688
# Run this file to recreate the current configuration.
 
22689
# Compiler output produced by configure, useful for debugging
 
22690
# configure, is in config.log if it exists.
 
22691
 
 
22692
debug=false
 
22693
ac_cs_recheck=false
 
22694
ac_cs_silent=false
 
22695
 
 
22696
SHELL=\${CONFIG_SHELL-$SHELL}
 
22697
export SHELL
 
22698
_ASEOF
 
22699
cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
 
22700
## -------------------- ##
 
22701
## M4sh Initialization. ##
 
22702
## -------------------- ##
 
22703
 
 
22704
# Be more Bourne compatible
 
22705
DUALCASE=1; export DUALCASE # for MKS sh
 
22706
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
 
22707
  emulate sh
 
22708
  NULLCMD=:
 
22709
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
22710
  # is contrary to our usage.  Disable this feature.
 
22711
  alias -g '${1+"$@"}'='"$@"'
 
22712
  setopt NO_GLOB_SUBST
 
22713
else
 
22714
  case `(set -o) 2>/dev/null` in #(
 
22715
  *posix*) :
 
22716
    set -o posix ;; #(
 
22717
  *) :
 
22718
     ;;
 
22719
esac
 
22720
fi
 
22721
 
 
22722
 
 
22723
as_nl='
 
22724
'
 
22725
export as_nl
 
22726
# Printing a long string crashes Solaris 7 /usr/bin/printf.
 
22727
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
22728
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 
22729
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 
22730
# Prefer a ksh shell builtin over an external printf program on Solaris,
 
22731
# but without wasting forks for bash or zsh.
 
22732
if test -z "$BASH_VERSION$ZSH_VERSION" \
 
22733
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
 
22734
  as_echo='print -r --'
 
22735
  as_echo_n='print -rn --'
 
22736
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
22737
  as_echo='printf %s\n'
 
22738
  as_echo_n='printf %s'
 
22739
else
 
22740
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
 
22741
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
 
22742
    as_echo_n='/usr/ucb/echo -n'
 
22743
  else
 
22744
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 
22745
    as_echo_n_body='eval
 
22746
      arg=$1;
 
22747
      case $arg in #(
 
22748
      *"$as_nl"*)
 
22749
        expr "X$arg" : "X\\(.*\\)$as_nl";
 
22750
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 
22751
      esac;
 
22752
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
 
22753
    '
 
22754
    export as_echo_n_body
 
22755
    as_echo_n='sh -c $as_echo_n_body as_echo'
 
22756
  fi
 
22757
  export as_echo_body
 
22758
  as_echo='sh -c $as_echo_body as_echo'
 
22759
fi
 
22760
 
 
22761
# The user is always right.
 
22762
if test "${PATH_SEPARATOR+set}" != set; then
 
22763
  PATH_SEPARATOR=:
 
22764
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
 
22765
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
 
22766
      PATH_SEPARATOR=';'
 
22767
  }
 
22768
fi
 
22769
 
 
22770
 
 
22771
# IFS
 
22772
# We need space, tab and new line, in precisely that order.  Quoting is
 
22773
# there to prevent editors from complaining about space-tab.
 
22774
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
22775
# splitting by setting IFS to empty value.)
 
22776
IFS=" ""        $as_nl"
 
22777
 
 
22778
# Find who we are.  Look in the path if we contain no directory separator.
 
22779
case $0 in #((
 
22780
  *[\\/]* ) as_myself=$0 ;;
 
22781
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
22782
for as_dir in $PATH
 
22783
do
 
22784
  IFS=$as_save_IFS
 
22785
  test -z "$as_dir" && as_dir=.
 
22786
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
22787
  done
 
22788
IFS=$as_save_IFS
 
22789
 
 
22790
     ;;
 
22791
esac
 
22792
# We did not find ourselves, most probably we were run as `sh COMMAND'
 
22793
# in which case we are not to be found in the path.
 
22794
if test "x$as_myself" = x; then
 
22795
  as_myself=$0
 
22796
fi
 
22797
if test ! -f "$as_myself"; then
 
22798
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
22799
  exit 1
 
22800
fi
 
22801
 
 
22802
# Unset variables that we do not need and which cause bugs (e.g. in
 
22803
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
 
22804
# suppresses any "Segmentation fault" message there.  '((' could
 
22805
# trigger a bug in pdksh 5.2.14.
 
22806
for as_var in BASH_ENV ENV MAIL MAILPATH
 
22807
do eval test x\${$as_var+set} = xset \
 
22808
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
 
22809
done
 
22810
PS1='$ '
 
22811
PS2='> '
 
22812
PS4='+ '
 
22813
 
 
22814
# NLS nuisances.
 
22815
LC_ALL=C
 
22816
export LC_ALL
 
22817
LANGUAGE=C
 
22818
export LANGUAGE
 
22819
 
 
22820
# CDPATH.
 
22821
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
22822
 
 
22823
 
 
22824
# as_fn_error ERROR [LINENO LOG_FD]
 
22825
# ---------------------------------
 
22826
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 
22827
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 
22828
# script with status $?, using 1 if that was 0.
 
22829
as_fn_error ()
 
22830
{
 
22831
  as_status=$?; test $as_status -eq 0 && as_status=1
 
22832
  if test "$3"; then
 
22833
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
22834
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
 
22835
  fi
 
22836
  $as_echo "$as_me: error: $1" >&2
 
22837
  as_fn_exit $as_status
 
22838
} # as_fn_error
 
22839
 
 
22840
 
 
22841
# as_fn_set_status STATUS
 
22842
# -----------------------
 
22843
# Set $? to STATUS, without forking.
 
22844
as_fn_set_status ()
 
22845
{
 
22846
  return $1
 
22847
} # as_fn_set_status
 
22848
 
 
22849
# as_fn_exit STATUS
 
22850
# -----------------
 
22851
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
 
22852
as_fn_exit ()
 
22853
{
 
22854
  set +e
 
22855
  as_fn_set_status $1
 
22856
  exit $1
 
22857
} # as_fn_exit
 
22858
 
 
22859
# as_fn_unset VAR
 
22860
# ---------------
 
22861
# Portably unset VAR.
 
22862
as_fn_unset ()
 
22863
{
 
22864
  { eval $1=; unset $1;}
 
22865
}
 
22866
as_unset=as_fn_unset
 
22867
# as_fn_append VAR VALUE
 
22868
# ----------------------
 
22869
# Append the text in VALUE to the end of the definition contained in VAR. Take
 
22870
# advantage of any shell optimizations that allow amortized linear growth over
 
22871
# repeated appends, instead of the typical quadratic growth present in naive
 
22872
# implementations.
 
22873
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
 
22874
  eval 'as_fn_append ()
 
22875
  {
 
22876
    eval $1+=\$2
 
22877
  }'
 
22878
else
 
22879
  as_fn_append ()
 
22880
  {
 
22881
    eval $1=\$$1\$2
 
22882
  }
 
22883
fi # as_fn_append
 
22884
 
 
22885
# as_fn_arith ARG...
 
22886
# ------------------
 
22887
# Perform arithmetic evaluation on the ARGs, and store the result in the
 
22888
# global $as_val. Take advantage of shells that can avoid forks. The arguments
 
22889
# must be portable across $(()) and expr.
 
22890
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
 
22891
  eval 'as_fn_arith ()
 
22892
  {
 
22893
    as_val=$(( $* ))
 
22894
  }'
 
22895
else
 
22896
  as_fn_arith ()
 
22897
  {
 
22898
    as_val=`expr "$@" || test $? -eq 1`
 
22899
  }
 
22900
fi # as_fn_arith
 
22901
 
 
22902
 
 
22903
if expr a : '\(a\)' >/dev/null 2>&1 &&
 
22904
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
22905
  as_expr=expr
 
22906
else
 
22907
  as_expr=false
 
22908
fi
 
22909
 
 
22910
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
22911
  as_basename=basename
 
22912
else
 
22913
  as_basename=false
 
22914
fi
 
22915
 
 
22916
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
22917
  as_dirname=dirname
 
22918
else
 
22919
  as_dirname=false
 
22920
fi
 
22921
 
 
22922
as_me=`$as_basename -- "$0" ||
 
22923
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
22924
         X"$0" : 'X\(//\)$' \| \
 
22925
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
22926
$as_echo X/"$0" |
 
22927
    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
22928
            s//\1/
 
22929
            q
 
22930
          }
 
22931
          /^X\/\(\/\/\)$/{
 
22932
            s//\1/
 
22933
            q
 
22934
          }
 
22935
          /^X\/\(\/\).*/{
 
22936
            s//\1/
 
22937
            q
 
22938
          }
 
22939
          s/.*/./; q'`
 
22940
 
 
22941
# Avoid depending upon Character Ranges.
 
22942
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
22943
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
22944
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
22945
as_cr_digits='0123456789'
 
22946
as_cr_alnum=$as_cr_Letters$as_cr_digits
 
22947
 
 
22948
ECHO_C= ECHO_N= ECHO_T=
 
22949
case `echo -n x` in #(((((
 
22950
-n*)
 
22951
  case `echo 'xy\c'` in
 
22952
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
 
22953
  xy)  ECHO_C='\c';;
 
22954
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
 
22955
       ECHO_T=' ';;
 
22956
  esac;;
 
22957
*)
 
22958
  ECHO_N='-n';;
 
22959
esac
 
22960
 
 
22961
rm -f conf$$ conf$$.exe conf$$.file
 
22962
if test -d conf$$.dir; then
 
22963
  rm -f conf$$.dir/conf$$.file
 
22964
else
 
22965
  rm -f conf$$.dir
 
22966
  mkdir conf$$.dir 2>/dev/null
 
22967
fi
 
22968
if (echo >conf$$.file) 2>/dev/null; then
 
22969
  if ln -s conf$$.file conf$$ 2>/dev/null; then
 
22970
    as_ln_s='ln -s'
 
22971
    # ... but there are two gotchas:
 
22972
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
22973
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
22974
    # In both cases, we have to default to `cp -p'.
 
22975
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
22976
      as_ln_s='cp -p'
 
22977
  elif ln conf$$.file conf$$ 2>/dev/null; then
 
22978
    as_ln_s=ln
 
22979
  else
 
22980
    as_ln_s='cp -p'
 
22981
  fi
 
22982
else
 
22983
  as_ln_s='cp -p'
 
22984
fi
 
22985
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
22986
rmdir conf$$.dir 2>/dev/null
 
22987
 
 
22988
 
 
22989
# as_fn_mkdir_p
 
22990
# -------------
 
22991
# Create "$as_dir" as a directory, including parents if necessary.
 
22992
as_fn_mkdir_p ()
 
22993
{
 
22994
 
 
22995
  case $as_dir in #(
 
22996
  -*) as_dir=./$as_dir;;
 
22997
  esac
 
22998
  test -d "$as_dir" || eval $as_mkdir_p || {
 
22999
    as_dirs=
 
23000
    while :; do
 
23001
      case $as_dir in #(
 
23002
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
23003
      *) as_qdir=$as_dir;;
 
23004
      esac
 
23005
      as_dirs="'$as_qdir' $as_dirs"
 
23006
      as_dir=`$as_dirname -- "$as_dir" ||
 
23007
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
23008
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
23009
         X"$as_dir" : 'X\(//\)$' \| \
 
23010
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
23011
$as_echo X"$as_dir" |
 
23012
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
23013
            s//\1/
 
23014
            q
 
23015
          }
 
23016
          /^X\(\/\/\)[^/].*/{
 
23017
            s//\1/
 
23018
            q
 
23019
          }
 
23020
          /^X\(\/\/\)$/{
 
23021
            s//\1/
 
23022
            q
 
23023
          }
 
23024
          /^X\(\/\).*/{
 
23025
            s//\1/
 
23026
            q
 
23027
          }
 
23028
          s/.*/./; q'`
 
23029
      test -d "$as_dir" && break
 
23030
    done
 
23031
    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
23032
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
 
23033
 
 
23034
 
 
23035
} # as_fn_mkdir_p
 
23036
if mkdir -p . 2>/dev/null; then
 
23037
  as_mkdir_p='mkdir -p "$as_dir"'
 
23038
else
 
23039
  test -d ./-p && rmdir ./-p
 
23040
  as_mkdir_p=false
 
23041
fi
 
23042
 
 
23043
if test -x / >/dev/null 2>&1; then
 
23044
  as_test_x='test -x'
 
23045
else
 
23046
  if ls -dL / >/dev/null 2>&1; then
 
23047
    as_ls_L_option=L
 
23048
  else
 
23049
    as_ls_L_option=
 
23050
  fi
 
23051
  as_test_x='
 
23052
    eval sh -c '\''
 
23053
      if test -d "$1"; then
 
23054
        test -d "$1/.";
 
23055
      else
 
23056
        case $1 in #(
 
23057
        -*)set "./$1";;
 
23058
        esac;
 
23059
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
 
23060
        ???[sx]*):;;*)false;;esac;fi
 
23061
    '\'' sh
 
23062
  '
 
23063
fi
 
23064
as_executable_p=$as_test_x
 
23065
 
 
23066
# Sed expression to map a string onto a valid CPP name.
 
23067
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
23068
 
 
23069
# Sed expression to map a string onto a valid variable name.
 
23070
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
23071
 
 
23072
 
 
23073
exec 6>&1
 
23074
## ----------------------------------- ##
 
23075
## Main body of $CONFIG_STATUS script. ##
 
23076
## ----------------------------------- ##
 
23077
_ASEOF
 
23078
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
 
23079
 
 
23080
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
23081
# Save the log message, to keep $0 and so on meaningful, and to
 
23082
# report actual input values of CONFIG_FILES etc. instead of their
 
23083
# values after options handling.
 
23084
ac_log="
 
23085
This file was extended by ClamAV $as_me 0.96rc1, which was
 
23086
generated by GNU Autoconf 2.65.  Invocation command line was
 
23087
 
 
23088
  CONFIG_FILES    = $CONFIG_FILES
 
23089
  CONFIG_HEADERS  = $CONFIG_HEADERS
 
23090
  CONFIG_LINKS    = $CONFIG_LINKS
 
23091
  CONFIG_COMMANDS = $CONFIG_COMMANDS
 
23092
  $ $0 $@
 
23093
 
 
23094
on `(hostname || uname -n) 2>/dev/null | sed 1q`
 
23095
"
 
23096
 
 
23097
_ACEOF
 
23098
 
 
23099
case $ac_config_files in *"
 
23100
"*) set x $ac_config_files; shift; ac_config_files=$*;;
 
23101
esac
 
23102
 
 
23103
case $ac_config_headers in *"
 
23104
"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
 
23105
esac
 
23106
 
 
23107
 
 
23108
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
23109
# Files that config.status was made for.
 
23110
config_files="$ac_config_files"
 
23111
config_headers="$ac_config_headers"
 
23112
config_commands="$ac_config_commands"
 
23113
 
 
23114
_ACEOF
 
23115
 
 
23116
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
23117
ac_cs_usage="\
 
23118
\`$as_me' instantiates files and other configuration actions
 
23119
from templates according to the current configuration.  Unless the files
 
23120
and actions are specified as TAGs, all are instantiated by default.
 
23121
 
 
23122
Usage: $0 [OPTION]... [TAG]...
 
23123
 
 
23124
  -h, --help       print this help, then exit
 
23125
  -V, --version    print version number and configuration settings, then exit
 
23126
      --config     print configuration, then exit
 
23127
  -q, --quiet, --silent
 
23128
                   do not print progress messages
 
23129
  -d, --debug      don't remove temporary files
 
23130
      --recheck    update $as_me by reconfiguring in the same conditions
 
23131
      --file=FILE[:TEMPLATE]
 
23132
                   instantiate the configuration file FILE
 
23133
      --header=FILE[:TEMPLATE]
 
23134
                   instantiate the configuration header FILE
 
23135
 
 
23136
Configuration files:
 
23137
$config_files
 
23138
 
 
23139
Configuration headers:
 
23140
$config_headers
 
23141
 
 
23142
Configuration commands:
 
23143
$config_commands
 
23144
 
 
23145
Report bugs to <http://bugs.clamav.net/>.
 
23146
ClamAV home page: <http://www.clamav.net/>."
 
23147
 
 
23148
_ACEOF
 
23149
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
23150
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 
23151
ac_cs_version="\\
 
23152
ClamAV config.status 0.96rc1
 
23153
configured by $0, generated by GNU Autoconf 2.65,
 
23154
  with options \\"\$ac_cs_config\\"
 
23155
 
 
23156
Copyright (C) 2009 Free Software Foundation, Inc.
 
23157
This config.status script is free software; the Free Software Foundation
 
23158
gives unlimited permission to copy, distribute and modify it."
 
23159
 
 
23160
ac_pwd='$ac_pwd'
 
23161
srcdir='$srcdir'
 
23162
INSTALL='$INSTALL'
 
23163
MKDIR_P='$MKDIR_P'
 
23164
AWK='$AWK'
 
23165
test -n "\$AWK" || AWK=awk
 
23166
_ACEOF
 
23167
 
 
23168
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
23169
# The default lists apply if the user does not specify any file.
 
23170
ac_need_defaults=:
 
23171
while test $# != 0
 
23172
do
 
23173
  case $1 in
 
23174
  --*=*)
 
23175
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
23176
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 
23177
    ac_shift=:
 
23178
    ;;
 
23179
  *)
 
23180
    ac_option=$1
 
23181
    ac_optarg=$2
 
23182
    ac_shift=shift
 
23183
    ;;
 
23184
  esac
 
23185
 
 
23186
  case $ac_option in
 
23187
  # Handling of the options.
 
23188
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 
23189
    ac_cs_recheck=: ;;
 
23190
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 
23191
    $as_echo "$ac_cs_version"; exit ;;
 
23192
  --config | --confi | --conf | --con | --co | --c )
 
23193
    $as_echo "$ac_cs_config"; exit ;;
 
23194
  --debug | --debu | --deb | --de | --d | -d )
 
23195
    debug=: ;;
 
23196
  --file | --fil | --fi | --f )
 
23197
    $ac_shift
 
23198
    case $ac_optarg in
 
23199
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
23200
    esac
 
23201
    as_fn_append CONFIG_FILES " '$ac_optarg'"
 
23202
    ac_need_defaults=false;;
 
23203
  --header | --heade | --head | --hea )
 
23204
    $ac_shift
 
23205
    case $ac_optarg in
 
23206
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
23207
    esac
 
23208
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
 
23209
    ac_need_defaults=false;;
 
23210
  --he | --h)
 
23211
    # Conflict between --help and --header
 
23212
    as_fn_error "ambiguous option: \`$1'
 
23213
Try \`$0 --help' for more information.";;
 
23214
  --help | --hel | -h )
 
23215
    $as_echo "$ac_cs_usage"; exit ;;
 
23216
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
23217
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
 
23218
    ac_cs_silent=: ;;
 
23219
 
 
23220
  # This is an error.
 
23221
  -*) as_fn_error "unrecognized option: \`$1'
 
23222
Try \`$0 --help' for more information." ;;
 
23223
 
 
23224
  *) as_fn_append ac_config_targets " $1"
 
23225
     ac_need_defaults=false ;;
 
23226
 
 
23227
  esac
 
23228
  shift
 
23229
done
 
23230
 
 
23231
ac_configure_extra_args=
 
23232
 
 
23233
if $ac_cs_silent; then
 
23234
  exec 6>/dev/null
 
23235
  ac_configure_extra_args="$ac_configure_extra_args --silent"
 
23236
fi
 
23237
 
 
23238
_ACEOF
 
23239
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
23240
if \$ac_cs_recheck; then
 
23241
  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 
23242
  shift
 
23243
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
 
23244
  CONFIG_SHELL='$SHELL'
 
23245
  export CONFIG_SHELL
 
23246
  exec "\$@"
 
23247
fi
 
23248
 
 
23249
_ACEOF
 
23250
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
23251
exec 5>>config.log
 
23252
{
 
23253
  echo
 
23254
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
23255
## Running $as_me. ##
 
23256
_ASBOX
 
23257
  $as_echo "$ac_log"
 
23258
} >&5
 
23259
 
 
23260
_ACEOF
 
23261
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
23262
#
 
23263
# INIT-COMMANDS
 
23264
#
 
23265
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
 
23266
 
 
23267
 
 
23268
# The HP-UX ksh and POSIX shell print the target directory to stdout
 
23269
# if CDPATH is set.
 
23270
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
23271
 
 
23272
sed_quote_subst='$sed_quote_subst'
 
23273
double_quote_subst='$double_quote_subst'
 
23274
delay_variable_subst='$delay_variable_subst'
 
23275
macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
 
23276
macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
 
23277
enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
 
23278
enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
 
23279
pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
 
23280
enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
 
23281
host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
 
23282
host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
 
23283
host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
 
23284
build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
 
23285
build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
 
23286
build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
 
23287
SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
 
23288
Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
 
23289
GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
 
23290
EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
 
23291
FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
 
23292
LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
 
23293
NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
 
23294
LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
 
23295
max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
 
23296
ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
 
23297
exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
 
23298
lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
 
23299
lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
 
23300
lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
 
23301
reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
23302
reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
23303
OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
 
23304
deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
 
23305
file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
 
23306
AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
 
23307
AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
 
23308
STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
 
23309
RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
 
23310
old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
23311
old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
23312
old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
23313
CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
 
23314
CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
 
23315
compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
 
23316
GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
 
23317
lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
 
23318
lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
 
23319
lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
 
23320
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
 
23321
objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
 
23322
SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
 
23323
ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
 
23324
MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
 
23325
lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
23326
lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
 
23327
lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
 
23328
lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
 
23329
lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
 
23330
need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
 
23331
DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
 
23332
NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
 
23333
LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
 
23334
OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
 
23335
OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
 
23336
libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
 
23337
shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
23338
extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
23339
archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
 
23340
enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
 
23341
export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
23342
whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
23343
compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
 
23344
old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
23345
old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
23346
archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
23347
archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
23348
module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
23349
module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
23350
with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
 
23351
allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
23352
no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
23353
hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
23354
hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
 
23355
hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
 
23356
hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
 
23357
hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
 
23358
hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
 
23359
hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
 
23360
hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
 
23361
inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
 
23362
link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
 
23363
fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
 
23364
always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
 
23365
export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
23366
exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
 
23367
include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
 
23368
prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
23369
file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
23370
variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
 
23371
need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
 
23372
need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
 
23373
version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
 
23374
runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
 
23375
shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
 
23376
shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
 
23377
libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
23378
library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
23379
soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
23380
postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
23381
postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
23382
finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
23383
finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
 
23384
hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
 
23385
sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
23386
sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
23387
hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
 
23388
enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
 
23389
enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
 
23390
enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
 
23391
old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
 
23392
striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
 
23393
 
 
23394
LTCC='$LTCC'
 
23395
LTCFLAGS='$LTCFLAGS'
 
23396
compiler='$compiler_DEFAULT'
 
23397
 
 
23398
# Quote evaled strings.
 
23399
for var in SED \
 
23400
GREP \
 
23401
EGREP \
 
23402
FGREP \
 
23403
LD \
 
23404
NM \
 
23405
LN_S \
 
23406
lt_SP2NL \
 
23407
lt_NL2SP \
 
23408
reload_flag \
 
23409
OBJDUMP \
 
23410
deplibs_check_method \
 
23411
file_magic_cmd \
 
23412
AR \
 
23413
AR_FLAGS \
 
23414
STRIP \
 
23415
RANLIB \
 
23416
CC \
 
23417
CFLAGS \
 
23418
compiler \
 
23419
lt_cv_sys_global_symbol_pipe \
 
23420
lt_cv_sys_global_symbol_to_cdecl \
 
23421
lt_cv_sys_global_symbol_to_c_name_address \
 
23422
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
 
23423
SHELL \
 
23424
ECHO \
 
23425
lt_prog_compiler_no_builtin_flag \
 
23426
lt_prog_compiler_wl \
 
23427
lt_prog_compiler_pic \
 
23428
lt_prog_compiler_static \
 
23429
lt_cv_prog_compiler_c_o \
 
23430
need_locks \
 
23431
DSYMUTIL \
 
23432
NMEDIT \
 
23433
LIPO \
 
23434
OTOOL \
 
23435
OTOOL64 \
 
23436
shrext_cmds \
 
23437
export_dynamic_flag_spec \
 
23438
whole_archive_flag_spec \
 
23439
compiler_needs_object \
 
23440
with_gnu_ld \
 
23441
allow_undefined_flag \
 
23442
no_undefined_flag \
 
23443
hardcode_libdir_flag_spec \
 
23444
hardcode_libdir_flag_spec_ld \
 
23445
hardcode_libdir_separator \
 
23446
fix_srcfile_path \
 
23447
exclude_expsyms \
 
23448
include_expsyms \
 
23449
file_list_spec \
 
23450
variables_saved_for_relink \
 
23451
libname_spec \
 
23452
library_names_spec \
 
23453
soname_spec \
 
23454
finish_eval \
 
23455
old_striplib \
 
23456
striplib; do
 
23457
    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
23458
    *[\\\\\\\`\\"\\\$]*)
 
23459
      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
 
23460
      ;;
 
23461
    *)
 
23462
      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
23463
      ;;
 
23464
    esac
 
23465
done
 
23466
 
 
23467
# Double-quote double-evaled strings.
 
23468
for var in reload_cmds \
 
23469
old_postinstall_cmds \
 
23470
old_postuninstall_cmds \
 
23471
old_archive_cmds \
 
23472
extract_expsyms_cmds \
 
23473
old_archive_from_new_cmds \
 
23474
old_archive_from_expsyms_cmds \
 
23475
archive_cmds \
 
23476
archive_expsym_cmds \
 
23477
module_cmds \
 
23478
module_expsym_cmds \
 
23479
export_symbols_cmds \
 
23480
prelink_cmds \
 
23481
postinstall_cmds \
 
23482
postuninstall_cmds \
 
23483
finish_cmds \
 
23484
sys_lib_search_path_spec \
 
23485
sys_lib_dlsearch_path_spec; do
 
23486
    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
23487
    *[\\\\\\\`\\"\\\$]*)
 
23488
      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
 
23489
      ;;
 
23490
    *)
 
23491
      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
23492
      ;;
 
23493
    esac
 
23494
done
 
23495
 
 
23496
# Fix-up fallback echo if it was mangled by the above quoting rules.
 
23497
case \$lt_ECHO in
 
23498
*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
 
23499
  ;;
 
23500
esac
 
23501
 
 
23502
ac_aux_dir='$ac_aux_dir'
 
23503
xsi_shell='$xsi_shell'
 
23504
lt_shell_append='$lt_shell_append'
 
23505
 
 
23506
# See if we are running on zsh, and set the options which allow our
 
23507
# commands through without removal of \ escapes INIT.
 
23508
if test -n "\${ZSH_VERSION+set}" ; then
 
23509
   setopt NO_GLOB_SUBST
 
23510
fi
 
23511
 
 
23512
 
 
23513
    PACKAGE='$PACKAGE'
 
23514
    VERSION='$VERSION'
 
23515
    TIMESTAMP='$TIMESTAMP'
 
23516
    RM='$RM'
 
23517
    ofile='$ofile'
 
23518
 
 
23519
ac_aux_dir='$ac_aux_dir'
 
23520
 
 
23521
 
 
23522
 
 
23523
_ACEOF
 
23524
 
 
23525
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
23526
 
 
23527
# Handling of arguments.
 
23528
for ac_config_target in $ac_config_targets
 
23529
do
 
23530
  case $ac_config_target in
 
23531
    "clamav-config.h") CONFIG_HEADERS="$CONFIG_HEADERS clamav-config.h" ;;
 
23532
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 
23533
    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
 
23534
    "libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;;
 
23535
    "clamscan/Makefile") CONFIG_FILES="$CONFIG_FILES clamscan/Makefile" ;;
 
23536
    "database/Makefile") CONFIG_FILES="$CONFIG_FILES database/Makefile" ;;
 
23537
    "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
 
23538
    "clamd/Makefile") CONFIG_FILES="$CONFIG_FILES clamd/Makefile" ;;
 
23539
    "clamdscan/Makefile") CONFIG_FILES="$CONFIG_FILES clamdscan/Makefile" ;;
 
23540
    "clamav-milter/Makefile") CONFIG_FILES="$CONFIG_FILES clamav-milter/Makefile" ;;
 
23541
    "freshclam/Makefile") CONFIG_FILES="$CONFIG_FILES freshclam/Makefile" ;;
 
23542
    "sigtool/Makefile") CONFIG_FILES="$CONFIG_FILES sigtool/Makefile" ;;
 
23543
    "clamconf/Makefile") CONFIG_FILES="$CONFIG_FILES clamconf/Makefile" ;;
 
23544
    "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
 
23545
    "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
 
23546
    "unit_tests/Makefile") CONFIG_FILES="$CONFIG_FILES unit_tests/Makefile" ;;
 
23547
    "clamdtop/Makefile") CONFIG_FILES="$CONFIG_FILES clamdtop/Makefile" ;;
 
23548
    "clambc/Makefile") CONFIG_FILES="$CONFIG_FILES clambc/Makefile" ;;
 
23549
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
23550
    "clamav-config") CONFIG_FILES="$CONFIG_FILES clamav-config" ;;
 
23551
    "libclamav.pc") CONFIG_FILES="$CONFIG_FILES libclamav.pc" ;;
 
23552
    "platform.h") CONFIG_FILES="$CONFIG_FILES platform.h" ;;
 
23553
    "docs/man/clamav-milter.8") CONFIG_FILES="$CONFIG_FILES docs/man/clamav-milter.8" ;;
 
23554
    "docs/man/clamconf.1") CONFIG_FILES="$CONFIG_FILES docs/man/clamconf.1" ;;
 
23555
    "docs/man/clamd.8") CONFIG_FILES="$CONFIG_FILES docs/man/clamd.8" ;;
 
23556
    "docs/man/clamd.conf.5") CONFIG_FILES="$CONFIG_FILES docs/man/clamd.conf.5" ;;
 
23557
    "docs/man/clamdscan.1") CONFIG_FILES="$CONFIG_FILES docs/man/clamdscan.1" ;;
 
23558
    "docs/man/clamscan.1") CONFIG_FILES="$CONFIG_FILES docs/man/clamscan.1" ;;
 
23559
    "docs/man/freshclam.1") CONFIG_FILES="$CONFIG_FILES docs/man/freshclam.1" ;;
 
23560
    "docs/man/freshclam.conf.5") CONFIG_FILES="$CONFIG_FILES docs/man/freshclam.conf.5" ;;
 
23561
    "docs/man/sigtool.1") CONFIG_FILES="$CONFIG_FILES docs/man/sigtool.1" ;;
 
23562
    "docs/man/clamdtop.1") CONFIG_FILES="$CONFIG_FILES docs/man/clamdtop.1" ;;
20699
23563
    "libclamav/Makefile") CONFIG_FILES="$CONFIG_FILES libclamav/Makefile" ;;
20700
 
    "libclamav/lzma/Makefile") CONFIG_FILES="$CONFIG_FILES libclamav/lzma/Makefile" ;;
20701
 
    "clamscan/Makefile") CONFIG_FILES="$CONFIG_FILES clamscan/Makefile" ;;
20702
 
    "database/Makefile") CONFIG_FILES="$CONFIG_FILES database/Makefile" ;;
20703
 
    "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
20704
 
    "clamd/Makefile") CONFIG_FILES="$CONFIG_FILES clamd/Makefile" ;;
20705
 
    "clamdscan/Makefile") CONFIG_FILES="$CONFIG_FILES clamdscan/Makefile" ;;
20706
 
    "clamav-milter/Makefile") CONFIG_FILES="$CONFIG_FILES clamav-milter/Makefile" ;;
20707
 
    "freshclam/Makefile") CONFIG_FILES="$CONFIG_FILES freshclam/Makefile" ;;
20708
 
    "sigtool/Makefile") CONFIG_FILES="$CONFIG_FILES sigtool/Makefile" ;;
20709
 
    "clamconf/Makefile") CONFIG_FILES="$CONFIG_FILES clamconf/Makefile" ;;
20710
 
    "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
20711
 
    "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
20712
 
    "unit_tests/Makefile") CONFIG_FILES="$CONFIG_FILES unit_tests/Makefile" ;;
20713
 
    "clamdtop/Makefile") CONFIG_FILES="$CONFIG_FILES clamdtop/Makefile" ;;
20714
 
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
20715
 
    "clamav-config") CONFIG_FILES="$CONFIG_FILES clamav-config" ;;
20716
 
    "libclamav.pc") CONFIG_FILES="$CONFIG_FILES libclamav.pc" ;;
20717
 
    "docs/man/clamav-milter.8") CONFIG_FILES="$CONFIG_FILES docs/man/clamav-milter.8" ;;
20718
 
    "docs/man/clamconf.1") CONFIG_FILES="$CONFIG_FILES docs/man/clamconf.1" ;;
20719
 
    "docs/man/clamd.8") CONFIG_FILES="$CONFIG_FILES docs/man/clamd.8" ;;
20720
 
    "docs/man/clamd.conf.5") CONFIG_FILES="$CONFIG_FILES docs/man/clamd.conf.5" ;;
20721
 
    "docs/man/clamdscan.1") CONFIG_FILES="$CONFIG_FILES docs/man/clamdscan.1" ;;
20722
 
    "docs/man/clamscan.1") CONFIG_FILES="$CONFIG_FILES docs/man/clamscan.1" ;;
20723
 
    "docs/man/freshclam.1") CONFIG_FILES="$CONFIG_FILES docs/man/freshclam.1" ;;
20724
 
    "docs/man/freshclam.conf.5") CONFIG_FILES="$CONFIG_FILES docs/man/freshclam.conf.5" ;;
20725
 
    "docs/man/sigtool.1") CONFIG_FILES="$CONFIG_FILES docs/man/sigtool.1" ;;
20726
 
    "docs/man/clamdtop.1") CONFIG_FILES="$CONFIG_FILES docs/man/clamdtop.1" ;;
20727
23564
 
20728
23565
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20729
23566
  esac
20827
23664
t delim
20828
23665
:nl
20829
23666
h
20830
 
s/\(.\{148\}\).*/\1/
 
23667
s/\(.\{148\}\)..*/\1/
20831
23668
t more1
20832
23669
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
20833
23670
p
20841
23678
t nl
20842
23679
:delim
20843
23680
h
20844
 
s/\(.\{148\}\).*/\1/
 
23681
s/\(.\{148\}\)..*/\1/
20845
23682
t more2
20846
23683
s/["\\]/\\&/g; s/^/"/; s/$/"/
20847
23684
p
21460
24297
macro_version=$macro_version
21461
24298
macro_revision=$macro_revision
21462
24299
 
 
24300
# Whether or not to build static libraries.
 
24301
build_old_libs=$enable_static
 
24302
 
21463
24303
# Whether or not to build shared libraries.
21464
24304
build_libtool_libs=$enable_shared
21465
24305
 
21466
 
# Whether or not to build static libraries.
21467
 
build_old_libs=$enable_static
21468
 
 
21469
24306
# What type of objects to build.
21470
24307
pic_mode=$pic_mode
21471
24308
 
22071
24908
  # would make configure fail if this is the last instruction.
22072
24909
  $ac_cs_success || as_fn_exit $?
22073
24910
fi
22074
 
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
 
24911
 
 
24912
 
 
24913
 
 
24914
#
 
24915
# CONFIG_SUBDIRS section.
 
24916
#
 
24917
if test "$no_recursion" != yes; then
 
24918
 
 
24919
  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
 
24920
  # so they do not pile up.
 
24921
  ac_sub_configure_args=
 
24922
  ac_prev=
 
24923
  eval "set x $ac_configure_args"
 
24924
  shift
 
24925
  for ac_arg
 
24926
  do
 
24927
    if test -n "$ac_prev"; then
 
24928
      ac_prev=
 
24929
      continue
 
24930
    fi
 
24931
    case $ac_arg in
 
24932
    -cache-file | --cache-file | --cache-fil | --cache-fi \
 
24933
    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
 
24934
      ac_prev=cache_file ;;
 
24935
    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
 
24936
    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
 
24937
    | --c=*)
 
24938
      ;;
 
24939
    --config-cache | -C)
 
24940
      ;;
 
24941
    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
 
24942
      ac_prev=srcdir ;;
 
24943
    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
 
24944
      ;;
 
24945
    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
 
24946
      ac_prev=prefix ;;
 
24947
    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
 
24948
      ;;
 
24949
    --disable-option-checking)
 
24950
      ;;
 
24951
    *)
 
24952
      case $ac_arg in
 
24953
      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
24954
      esac
 
24955
      as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
 
24956
    esac
 
24957
  done
 
24958
 
 
24959
  # Always prepend --prefix to ensure using the same prefix
 
24960
  # in subdir configurations.
 
24961
  ac_arg="--prefix=$prefix"
 
24962
  case $ac_arg in
 
24963
  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
24964
  esac
 
24965
  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
 
24966
 
 
24967
  # Pass --silent
 
24968
  if test "$silent" = yes; then
 
24969
    ac_sub_configure_args="--silent $ac_sub_configure_args"
 
24970
  fi
 
24971
 
 
24972
  # Always prepend --disable-option-checking to silence warnings, since
 
24973
  # different subdirs can have different --enable and --with options.
 
24974
  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
 
24975
 
 
24976
  ac_popdir=`pwd`
 
24977
  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
 
24978
 
 
24979
    # Do not complain, so a configure script can configure whichever
 
24980
    # parts of a large source tree are present.
 
24981
    test -d "$srcdir/$ac_dir" || continue
 
24982
 
 
24983
    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
 
24984
    $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
 
24985
    $as_echo "$ac_msg" >&6
 
24986
    as_dir="$ac_dir"; as_fn_mkdir_p
 
24987
    ac_builddir=.
 
24988
 
 
24989
case "$ac_dir" in
 
24990
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
24991
*)
 
24992
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 
24993
  # A ".." for each directory in $ac_dir_suffix.
 
24994
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 
24995
  case $ac_top_builddir_sub in
 
24996
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
24997
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
24998
  esac ;;
 
24999
esac
 
25000
ac_abs_top_builddir=$ac_pwd
 
25001
ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
25002
# for backward compatibility:
 
25003
ac_top_builddir=$ac_top_build_prefix
 
25004
 
 
25005
case $srcdir in
 
25006
  .)  # We are building in place.
 
25007
    ac_srcdir=.
 
25008
    ac_top_srcdir=$ac_top_builddir_sub
 
25009
    ac_abs_top_srcdir=$ac_pwd ;;
 
25010
  [\\/]* | ?:[\\/]* )  # Absolute name.
 
25011
    ac_srcdir=$srcdir$ac_dir_suffix;
 
25012
    ac_top_srcdir=$srcdir
 
25013
    ac_abs_top_srcdir=$srcdir ;;
 
25014
  *) # Relative name.
 
25015
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
25016
    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
25017
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
25018
esac
 
25019
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
25020
 
 
25021
 
 
25022
    cd "$ac_dir"
 
25023
 
 
25024
    # Check for guested configure; otherwise get Cygnus style configure.
 
25025
    if test -f "$ac_srcdir/configure.gnu"; then
 
25026
      ac_sub_configure=$ac_srcdir/configure.gnu
 
25027
    elif test -f "$ac_srcdir/configure"; then
 
25028
      ac_sub_configure=$ac_srcdir/configure
 
25029
    elif test -f "$ac_srcdir/configure.in"; then
 
25030
      # This should be Cygnus configure.
 
25031
      ac_sub_configure=$ac_aux_dir/configure
 
25032
    else
 
25033
      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
 
25034
$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
 
25035
      ac_sub_configure=
 
25036
    fi
 
25037
 
 
25038
    # The recursion is here.
 
25039
    if test -n "$ac_sub_configure"; then
 
25040
      # Make the cache file name correct relative to the subdirectory.
 
25041
      case $cache_file in
 
25042
      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
 
25043
      *) # Relative name.
 
25044
        ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
 
25045
      esac
 
25046
 
 
25047
      { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
 
25048
$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
 
25049
      # The eval makes quoting arguments work.
 
25050
      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
 
25051
           --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
 
25052
        subdirfailed=yes
 
25053
    fi
 
25054
 
 
25055
    cd "$ac_popdir"
 
25056
  done
 
25057
fi
 
25058
 
 
25059
          if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
22075
25060
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
22076
25061
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
22077
25062
fi
22078
25063
 
22079
25064
 
 
25065
# Print a summary of what features we enabled
 
25066
{ $as_echo "$as_me:${as_lineno-$LINENO}: Summary of detected features follows" >&5
 
25067
$as_echo "$as_me: Summary of detected features follows" >&6;}
 
25068
 
 
25069
cat <<EOF
 
25070
              OS          : $target_os
 
25071
              pthreads    : $have_pthreads ($THREAD_LIBS)
 
25072
EOF
 
25073
 
 
25074
{ $as_echo "$as_me:${as_lineno-$LINENO}: Summary of miscellaneous  features" >&5
 
25075
$as_echo "$as_me: Summary of miscellaneous  features" >&6;}
 
25076
if test "x$CHECK_LIBS" = "x"; then
 
25077
    check_libs="no"
 
25078
else
 
25079
    check_libs="$CHECK_LIBS"
 
25080
fi
 
25081
 
 
25082
 
 
25083
   $as_echo_n "              check       : "
 
25084
   if test "x$enable_check_ut" = "xno"; then :
 
25085
  $as_echo "$check_libs (disabled)"
 
25086
elif test "x$enable_check_ut" = "xyes"; then :
 
25087
  $as_echo "$check_libs"
 
25088
elif test "x$enable_check_ut" = "x"; then :
 
25089
  $as_echo "$check_libs"
 
25090
else
 
25091
  $as_echo "$check_libs ($enable_check_ut)"
 
25092
fi
 
25093
 
 
25094
 
 
25095
 
 
25096
   $as_echo_n "              clamuko     : "
 
25097
   if test "x$want_clamuko" = "xno"; then :
 
25098
  $as_echo "$want_clamuko (disabled)"
 
25099
elif test "x$want_clamuko" = "xyes"; then :
 
25100
  $as_echo "$want_clamuko"
 
25101
elif test "x$want_clamuko" = "x"; then :
 
25102
  $as_echo "$want_clamuko"
 
25103
else
 
25104
  $as_echo "$want_clamuko ($want_clamuko)"
 
25105
fi
 
25106
 
 
25107
if test "x$ac_cv_have_control_in_msghdr" = "xyes"; then
 
25108
 
 
25109
 
 
25110
   $as_echo_n "              fdpassing   : "
 
25111
   if test "x$want_fdpassing" = "xno"; then :
 
25112
  $as_echo "$have_fdpass (disabled)"
 
25113
elif test "x$want_fdpassing" = "xyes"; then :
 
25114
  $as_echo "$have_fdpass"
 
25115
elif test "x$want_fdpassing" = "x"; then :
 
25116
  $as_echo "$have_fdpass"
 
25117
else
 
25118
  $as_echo "$have_fdpass ($want_fdpassing)"
 
25119
fi
 
25120
 
 
25121
else
 
25122
 
 
25123
 
 
25124
   $as_echo_n "              fdpassing   : "
 
25125
   if test "x" = "xno"; then :
 
25126
  $as_echo "n/a (disabled)"
 
25127
elif test "x" = "xyes"; then :
 
25128
  $as_echo "n/a"
 
25129
elif test "x" = "x"; then :
 
25130
  $as_echo "n/a"
 
25131
else
 
25132
  $as_echo "n/a ()"
 
25133
fi
 
25134
 
 
25135
fi
 
25136
 
 
25137
 
 
25138
   $as_echo_n "              IPv6        : "
 
25139
   if test "x$want_ipv6" = "xno"; then :
 
25140
  $as_echo "$have_cv_ipv6 (disabled)"
 
25141
elif test "x$want_ipv6" = "xyes"; then :
 
25142
  $as_echo "$have_cv_ipv6"
 
25143
elif test "x$want_ipv6" = "x"; then :
 
25144
  $as_echo "$have_cv_ipv6"
 
25145
else
 
25146
  $as_echo "$have_cv_ipv6 ($want_ipv6)"
 
25147
fi
 
25148
 
 
25149
 
 
25150
{ $as_echo "$as_me:${as_lineno-$LINENO}: Summary of optional tools" >&5
 
25151
$as_echo "$as_me: Summary of optional tools" >&6;}
 
25152
 
 
25153
 
 
25154
   $as_echo_n "              clamdtop    : "
 
25155
   if test "x$enable_clamdtop" = "xno"; then :
 
25156
  $as_echo "$CURSES_LIBS (disabled)"
 
25157
elif test "x$enable_clamdtop" = "xyes"; then :
 
25158
  $as_echo "$CURSES_LIBS"
 
25159
elif test "x$enable_clamdtop" = "x"; then :
 
25160
  $as_echo "$CURSES_LIBS"
 
25161
else
 
25162
  $as_echo "$CURSES_LIBS ($enable_clamdtop)"
 
25163
fi
 
25164
 
 
25165
 
 
25166
 
 
25167
   $as_echo_n "              milter      : "
 
25168
   if test "x$have_milter" = "xno"; then :
 
25169
  $as_echo "yes (disabled)"
 
25170
elif test "x$have_milter" = "xyes"; then :
 
25171
  $as_echo "yes"
 
25172
elif test "x$have_milter" = "x"; then :
 
25173
  $as_echo "yes"
 
25174
else
 
25175
  $as_echo "yes ($have_milter)"
 
25176
fi
 
25177
 
 
25178
 
 
25179
{ $as_echo "$as_me:${as_lineno-$LINENO}: Summary of engine performance features)" >&5
 
25180
$as_echo "$as_me: Summary of engine performance features)" >&6;}
 
25181
if test "x$enable_debug" = "xyes"; then
 
25182
 
 
25183
 
 
25184
   $as_echo_n "              release mode: "
 
25185
   if test "xdebug build" = "xno"; then :
 
25186
  $as_echo "no (disabled)"
 
25187
elif test "xdebug build" = "xyes"; then :
 
25188
  $as_echo "no"
 
25189
elif test "xdebug build" = "x"; then :
 
25190
  $as_echo "no"
 
25191
else
 
25192
  $as_echo "no (debug build)"
 
25193
fi
 
25194
 
 
25195
else
 
25196
 
 
25197
 
 
25198
   $as_echo_n "              release mode: "
 
25199
   if test "xyes" = "xno"; then :
 
25200
  $as_echo "yes (disabled)"
 
25201
elif test "xyes" = "xyes"; then :
 
25202
  $as_echo "yes"
 
25203
elif test "xyes" = "x"; then :
 
25204
  $as_echo "yes"
 
25205
else
 
25206
  $as_echo "yes (yes)"
 
25207
fi
 
25208
 
 
25209
fi
 
25210
have_jit="no"
 
25211
if test "$subdirfailed" = "no"; then
 
25212
    have_jit="yes"
 
25213
fi
 
25214
 
 
25215
 
 
25216
   $as_echo_n "              jit         : "
 
25217
   if test "x$enable_llvm" = "xno"; then :
 
25218
  $as_echo "$have_jit (disabled)"
 
25219
elif test "x$enable_llvm" = "xyes"; then :
 
25220
  $as_echo "$have_jit"
 
25221
elif test "x$enable_llvm" = "x"; then :
 
25222
  $as_echo "$have_jit"
 
25223
else
 
25224
  $as_echo "$have_jit ($enable_llvm)"
 
25225
fi
 
25226
 
 
25227
 
 
25228
 
 
25229
   $as_echo_n "              mempool     : "
 
25230
   if test "x$enable_mempool" = "xno"; then :
 
25231
  $as_echo "$have_mempool (disabled)"
 
25232
elif test "x$enable_mempool" = "xyes"; then :
 
25233
  $as_echo "$have_mempool"
 
25234
elif test "x$enable_mempool" = "x"; then :
 
25235
  $as_echo "$have_mempool"
 
25236
else
 
25237
  $as_echo "$have_mempool ($enable_mempool)"
 
25238
fi
 
25239
 
 
25240
 
 
25241
{ $as_echo "$as_me:${as_lineno-$LINENO}: Summary of engine detection features" >&5
 
25242
$as_echo "$as_me: Summary of engine detection features" >&6;}
 
25243
 
 
25244
 
 
25245
   $as_echo_n "              autoit_ea06 : "
 
25246
   if test "x" = "xno"; then :
 
25247
  $as_echo "$have_autoitea06 (disabled)"
 
25248
elif test "x" = "xyes"; then :
 
25249
  $as_echo "$have_autoitea06"
 
25250
elif test "x" = "x"; then :
 
25251
  $as_echo "$have_autoitea06"
 
25252
else
 
25253
  $as_echo "$have_autoitea06 ()"
 
25254
fi
 
25255
 
 
25256
 
 
25257
 
 
25258
   $as_echo_n "              bzip2       : "
 
25259
   if test "x$want_bzip2" = "xno"; then :
 
25260
  $as_echo "$ac_cv_c_cve_2008_1372 (disabled)"
 
25261
elif test "x$want_bzip2" = "xyes"; then :
 
25262
  $as_echo "$ac_cv_c_cve_2008_1372"
 
25263
elif test "x$want_bzip2" = "x"; then :
 
25264
  $as_echo "$ac_cv_c_cve_2008_1372"
 
25265
else
 
25266
  $as_echo "$ac_cv_c_cve_2008_1372 ($want_bzip2)"
 
25267
fi
 
25268
 
 
25269
 
 
25270
 
 
25271
   $as_echo_n "              zlib        : "
 
25272
   if test "xyes" = "xno"; then :
 
25273
  $as_echo "$ZLIB_HOME (disabled)"
 
25274
elif test "xyes" = "xyes"; then :
 
25275
  $as_echo "$ZLIB_HOME"
 
25276
elif test "xyes" = "x"; then :
 
25277
  $as_echo "$ZLIB_HOME"
 
25278
else
 
25279
  $as_echo "$ZLIB_HOME (yes)"
 
25280
fi
 
25281
 
 
25282
 
 
25283
 
 
25284
   $as_echo_n "              unrar       : "
 
25285
   if test "x$want_unrar" = "xno"; then :
 
25286
  $as_echo "$want_unrar (disabled)"
 
25287
elif test "x$want_unrar" = "xyes"; then :
 
25288
  $as_echo "$want_unrar"
 
25289
elif test "x$want_unrar" = "x"; then :
 
25290
  $as_echo "$want_unrar"
 
25291
else
 
25292
  $as_echo "$want_unrar ($want_unrar)"
 
25293
fi
 
25294
 
 
25295
 
22080
25296
# Yep, downgrading the compiler avoids the bug too:
22081
25297
# 4.0.x, and 4.1.0 are the known buggy versions
22082
25298
# 3.4 doesn't have the bug