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

# 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