--- projects/cms/source/ihost/configure.in 2005/09/24 13:30:40 1.34 +++ projects/cms/source/ihost/configure.in 2009/01/14 15:14:38 1.35 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # # configure.in for i-scream ihost -# $Id: configure.in,v 1.34 2005/09/24 13:30:40 tdb Exp $ +# $Id: configure.in,v 1.35 2009/01/14 15:14:38 tdb Exp $ # # Change these to change the package name and version @@ -10,7 +10,7 @@ AC_INIT(ihost, 1.5.9, bugs@i-scream.org) AM_INIT_AUTOMAKE(ihost, 1.5.9) # Revision number (automatically updated) -AC_REVISION($Revision: 1.34 $) +AC_REVISION($Revision: 1.35 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57) @@ -119,8 +119,8 @@ AC_ARG_WITH([pid-file], [ --with-pid-file=FILE loc AC_DEFINE_UNQUOTED([PID_FILE], ["$pidfile"], [Location of PID file]) # Check for the --with-max-udp-size option -AC_ARG_WITH([max-udp-size], [ --with-max-udp-size=KB maximum size of UDP packets in kilobytes (default: 8192kb)], [max_udp_size=$withval], [max_udp_size=[8192]]) -AC_DEFINE_UNQUOTED([MAX_UDP_PACKET_SIZE], [$max_udp_size], [Maximum size of UDP packets in kilobytes]) +AC_ARG_WITH([max-udp-size], [ --with-max-udp-size=KB maximum size of UDP packets in bytes (default: 8192b)], [max_udp_size=$withval], [max_udp_size=[8192]]) +AC_DEFINE_UNQUOTED([MAX_UDP_PACKET_SIZE], [$max_udp_size], [Maximum size of UDP packets in bytes]) # Check for the --with-log-file option AC_ARG_WITH([log-file], [ --with-log-file=FILE location of log file (default: /var/log/ihost.log)], [logfile=$withval], [logfile=[/var/log/ihost.log]])