Changeset 18 for trunk/configure.ac
- Timestamp:
- Jan 28, 2006, 9:07:52 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r5 r18 37 37 dnl start 38 38 dnl 39 AM_INIT_AUTOMAKE(samhain, 2. 1.1a)39 AM_INIT_AUTOMAKE(samhain, 2.2.0rc1) 40 40 AC_CANONICAL_HOST 41 41 … … 439 439 fi 440 440 441 dnl 442 dnl check for 64 bit programming environment 443 dnl 444 SAMHAIN_64 445 446 441 447 dnl ***************************************** 442 448 dnl checks for structures … … 651 657 LIBWRAP_INC="" 652 658 AC_ARG_WITH(libwrap, 653 [ --with-libwrap[=PATH]Compile in libwrap (TCP Wrappers) support],659 [ --with-libwrap[=PATH] Compile in libwrap (TCP Wrappers) support], 654 660 [ AC_MSG_RESULT($withval) 655 661 case "$withval" in … … 711 717 712 718 AC_ARG_WITH(libprelude-prefix, 713 [ --with-libprelude-prefix=PFX 719 [ --with-libprelude-prefix=PFX Prefix where libprelude is installed (optional)], 714 720 libprelude_config_prefix="$withval", libprelude_config_prefix="") 715 721 716 722 AC_MSG_CHECKING(whether to use prelude) 717 723 AC_ARG_WITH(prelude, 718 [ --with-prelude Prelude IDS support [[no]]],724 [ --with-prelude Prelude IDS support [[no]]], 719 725 [ 720 726 if test "x${withval}" = "xno"; then … … 1156 1162 1157 1163 AC_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]]], 1159 1165 [ 1160 1166 if test "x${withval}" != xno; then … … 1165 1171 1166 1172 AC_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]]], 1168 1174 [ 1169 1175 if test "x${withval}" != xno; then … … 1177 1183 1178 1184 AC_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]]], 1180 1186 [ 1181 1187 if test "x${withval}" != xno; then … … 1190 1196 1191 1197 AC_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]]], 1193 1199 [ 1194 1200 if test "x${withval}" != xno; then … … 1212 1218 1213 1219 AC_ARG_ENABLE(mounts-check, 1214 [ --enable-mounts-check 1220 [ --enable-mounts-check check mount options on filesystems [[no]]], 1215 1221 [ 1216 1222 if test "x${enable_mounts_check}" = xyes; then … … 1221 1227 1222 1228 AC_ARG_ENABLE(userfiles, 1223 [ --enable-userfiles 1229 [ --enable-userfiles check for users' config files [[no]]], 1224 1230 [ 1225 1231 if test "x${enableval}" = "xyes"; then … … 1648 1654 sh_syscalltable="0x0" 1649 1655 AC_ARG_ENABLE(khide, 1650 [ --enable-khide=SYSTEM_MAP 1656 [ --enable-khide=SYSTEM_MAP use kernel module to hide (Linux only)[[/boot/System.map]]], 1651 1657 [ 1652 1658 if test "x${enable_khide}" != xno; then … … 1750 1756 sh_libkvm="" 1751 1757 AC_ARG_WITH(kcheck, 1752 [ --with-kcheck =SYSTEM_MAP check Linuxkernel integrity [[/boot/System.map]]],1758 [ --with-kcheck[[=SYSTEM_MAP]] check Linux/FreeBSD/OpenBSD kernel integrity [[/boot/System.map]]], 1753 1759 [ 1754 1760 if test "x${withval}" != "xno"; then … … 1988 1994 do 1989 1995 case ${sh_item} in 1996 *@localhost) 1997 ;; 1990 1998 *@*.*) 1991 1999 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.