ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/configure.in
(Generate patch)

Comparing projects/cms/source/ihost/configure.in (file contents):
Revision 1.26 by tdb, Thu Aug 21 20:48:26 2003 UTC vs.
Revision 1.28 by tdb, Sun Oct 5 12:52:12 2003 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(ihost, 1.5.6, bugs@i-scream.org)
10 < AM_INIT_AUTOMAKE(ihost, 1.5.6)
9 > AC_INIT(ihost, 1.5.7, bugs@i-scream.org)
10 > AM_INIT_AUTOMAKE(ihost, 1.5.7)
11  
12   # Revision number (automatically updated)
13   AC_REVISION($Revision$)
# Line 106 | Line 106 | AC_DEFINE_UNQUOTED([MAX_UDP_PACKET_SIZE], [$max_udp_si
106   # Check for the --with-log-file option
107   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]])
108   AC_DEFINE_UNQUOTED([LOG_FILE], ["$logfile"], [Location of log file])
109 +
110 + # Check for the --with-server-name option
111 + AC_ARG_WITH([server-name], [  --with-server-name=NAME default server name (default: i-scream)], [servername=$withval], [servername=[i-scream]])
112 + AC_DEFINE_UNQUOTED([DEF_SERVER_NAME], ["$servername"], [Default Server Name])
113 +
114 + # Check for the --with-server-port option
115 + AC_ARG_WITH([server-port], [  --with-server-port=PORT default server port (default: 4567)], [serverport=$withval], [serverport=[4567]])
116 + AC_DEFINE_UNQUOTED([DEF_SERVER_PORT], [$serverport], [Default Server Port])
117  
118   # And finish by changing these files
119   AC_CONFIG_FILES([Makefile])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines