--- projects/cms/source/idar/configure.in 2003/03/30 17:11:26 1.2 +++ projects/cms/source/idar/configure.in 2003/03/30 23:00:36 1.3 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # # configure.in for i-scream idar -# $Id: configure.in,v 1.2 2003/03/30 17:11:26 tdb Exp $ +# $Id: configure.in,v 1.3 2003/03/30 23:00:36 tdb Exp $ # # Change these to change the package name and version @@ -10,7 +10,7 @@ AC_INIT(idar, 1.0, dev@i-scream.org.uk) AM_INIT_AUTOMAKE(idar, 1.0) # Revision number (automatically updated) -AC_REVISION($Revision: 1.2 $) +AC_REVISION($Revision: 1.3 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57) @@ -59,6 +59,8 @@ AC_C_CONST AC_FUNC_MALLOC AC_FUNC_REALLOC AC_FUNC_FORK +AC_CHECK_FUNCS(strlcpy) +AC_CHECK_FUNCS(atoll) # Need curses or ncurses MP_WITH_CURSES