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.18 by tdb, Sat Mar 29 18:05:07 2003 UTC vs.
Revision 1.21 by tdb, Sat Mar 29 18:52:55 2003 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(ihost, 1.5.4, dev@i-scream.org.uk)
10 < AM_INIT_AUTOMAKE(ihost, 1.5.4)
9 > AC_INIT(ihost, 1.5.5, dev@i-scream.org.uk)
10 > AM_INIT_AUTOMAKE(ihost, 1.5.5)
11  
12   # Revision number (automatically updated)
13   AC_REVISION($Revision$)
# Line 21 | Line 21 | AM_CONFIG_HEADER(config.h)
21   # Checks for programs
22   AC_PROG_CC
23   AC_PROG_INSTALL
24 AC_PROG_RANLIB
24  
25   # User specified libstatgrab prefix
26   AC_ARG_WITH([libstatgrab-prefix],
# Line 94 | Line 93 | esac
93  
94   # Library checks that need to be done after the OS specific stuff
95   AC_CHECK_LIB(statgrab, get_general_stats,[:],[AC_MSG_ERROR([need libstatgrab])])
96 < AC_CHECK_LIB(ukcprog, fpgetline,[:],[AC_MSG_ERROR([need libukcprog])],[$LIBUKCPROGLIBS])
96 > AC_CHECK_LIB(ukcprog, fpgetline,[:],[AC_MSG_ERROR([need libukcprog])])
97  
98   # Check for the --with-pid-file option
99   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