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.30 by tdb, Mon Jan 5 16:02:20 2004 UTC vs.
Revision 1.33 by tdb, Mon May 31 13:53:40 2004 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(ihost, 1.5.7, bugs@i-scream.org)
10 < AM_INIT_AUTOMAKE(ihost, 1.5.7)
9 > AC_INIT(ihost, 1.5.9, bugs@i-scream.org)
10 > AM_INIT_AUTOMAKE(ihost, 1.5.9)
11  
12   # Revision number (automatically updated)
13   AC_REVISION($Revision$)
# Line 106 | Line 106 | cygwin)
106   esac
107  
108   # Check for libstatgrab
109 < AC_CHECK_LIB(statgrab, get_general_stats,[:],[AC_MSG_ERROR([need libstatgrab])])
109 > AC_CHECK_LIB(statgrab, sg_get_host_info,[:],[AC_MSG_ERROR([need libstatgrab])])
110  
111   # Check for the --with-pid-file option
112   AC_ARG_WITH([pid-file], [  --with-pid-file=FILE    location of PID file (default: /var/tmp/.ihost.pid)], [pidfile=$withval], [pidfile=[/var/tmp/.ihost.pid]])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines