Changeset 18 for trunk/configure.ac


Ignore:
Timestamp:
Jan 28, 2006, 9:07:52 PM (19 years ago)
Author:
rainer
Message:

Optimized version of tiger algorithm, and basic ingredients for unit testing (part 2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r5 r18  
    3737dnl start
    3838dnl
    39 AM_INIT_AUTOMAKE(samhain, 2.1.1a)
     39AM_INIT_AUTOMAKE(samhain, 2.2.0rc1)
    4040AC_CANONICAL_HOST
    4141
     
    439439fi
    440440
     441dnl
     442dnl check for 64 bit programming environment
     443dnl
     444SAMHAIN_64
     445
     446
    441447dnl *****************************************
    442448dnl     checks for structures
     
    651657LIBWRAP_INC=""
    652658AC_ARG_WITH(libwrap,
    653 [ --with-libwrap[=PATH] Compile in libwrap (TCP Wrappers) support],
     659[  --with-libwrap[=PATH]                Compile in libwrap (TCP Wrappers) support],
    654660[ AC_MSG_RESULT($withval)
    655661  case "$withval" in
     
    711717
    712718AC_ARG_WITH(libprelude-prefix,
    713           [  --with-libprelude-prefix=PFX   Prefix where libprelude is installed (optional)],
     719          [  --with-libprelude-prefix=PFX       Prefix where libprelude is installed (optional)],
    714720          libprelude_config_prefix="$withval", libprelude_config_prefix="")
    715721
    716722AC_MSG_CHECKING(whether to use prelude)
    717723AC_ARG_WITH(prelude, 
    718         [  --with-prelude       Prelude IDS support [[no]]],
     724        [  --with-prelude               Prelude IDS support [[no]]],
    719725        [
    720726        if test "x${withval}" = "xno"; then
     
    11561162
    11571163AC_ARG_WITH(console,
    1158         [  --with-console=PATH          set path to console device [[/dev/console]]],
     1164        [  --with-console=PATH           set path to console device [[/dev/console]]],
    11591165        [
    11601166        if test "x${withval}" != xno; then
     
    11651171
    11661172AC_ARG_WITH(altconsole,
    1167         [  --with-altconsole=PATH       set path to second console device [[none]]],
     1173        [  --with-altconsole=PATH        set path to second console device [[none]]],
    11681174        [
    11691175        if test "x${withval}" != xno; then
     
    11771183
    11781184AC_ARG_WITH(timeserver,
    1179         [  --with-timeserver=HOST       set host address for time server [[none]]],
     1185        [  --with-timeserver=HOST        set host address for time server [[none]]],
    11801186        [
    11811187        if test "x${withval}" != xno; then
     
    11901196
    11911197AC_ARG_WITH(alttimeserver,
    1192         [  --with-alttimeserver=HOST    set address for backup time server [[none]]],
     1198        [  --with-alttimeserver=HOST     set address for backup time server [[none]]],
    11931199        [
    11941200        if test "x${withval}" != xno; then
     
    12121218
    12131219AC_ARG_ENABLE(mounts-check,
    1214         [  --enable-mounts-check       check mount options on filesystems [[no]]],
     1220        [  --enable-mounts-check                check mount options on filesystems [[no]]],
    12151221        [
    12161222        if test "x${enable_mounts_check}" = xyes; then
     
    12211227
    12221228AC_ARG_ENABLE(userfiles,
    1223        [  --enable-userfiles           check for users' config files [[no]]],
     1229       [  --enable-userfiles            check for users' config files [[no]]],
    12241230       [
    12251231       if test "x${enableval}" = "xyes"; then
     
    16481654sh_syscalltable="0x0"
    16491655AC_ARG_ENABLE(khide,
    1650         [  --enable-khide=SYSTEM_MAP            use kernel module to hide (Linux only)[[/boot/System.map]]],
     1656        [  --enable-khide=SYSTEM_MAP    use kernel module to hide (Linux only)[[/boot/System.map]]],
    16511657        [
    16521658        if test "x${enable_khide}" != xno; then
     
    17501756sh_libkvm=""
    17511757AC_ARG_WITH(kcheck,
    1752         [  --with-kcheck=SYSTEM_MAP     check Linux kernel integrity [[/boot/System.map]]],
     1758        [  --with-kcheck[[=SYSTEM_MAP]] check Linux/FreeBSD/OpenBSD kernel integrity [[/boot/System.map]]],
    17531759        [
    17541760        if test "x${withval}" != "xno"; then
     
    19881994        do
    19891995                case ${sh_item} in
     1996                *@localhost)
     1997                ;;
    19901998                *@*.*)
    19911999                sh_tmp=`echo ${sh_item} | awk '{ if ($1 ~ [/^[a-zA-Z0-9][a-zA-Z0-9\-_\.]*@[a-zA-Z0-9\-\.]+\.([a-zA-Z]+|[0-9]+)$/]) {print 1; } else { print 0}}'`
Note: See TracChangeset for help on using the changeset viewer.