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

Comparing projects/cms/source/idar/configure.in (file contents):
Revision 1.2 by tdb, Sun Mar 30 17:11:26 2003 UTC vs.
Revision 1.5 by tdb, Thu Apr 10 12:42:52 2003 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(idar, 1.0, dev@i-scream.org.uk)
10 < AM_INIT_AUTOMAKE(idar, 1.0)
9 > AC_INIT(idar, 1.2, dev@i-scream.org.uk)
10 > AM_INIT_AUTOMAKE(idar, 1.2)
11  
12   # Revision number (automatically updated)
13   AC_REVISION($Revision$)
# Line 59 | Line 59 | AC_C_CONST
59   AC_FUNC_MALLOC
60   AC_FUNC_REALLOC
61   AC_FUNC_FORK
62 + AC_CHECK_FUNCS(strlcpy)
63 + AC_CHECK_FUNCS(atoll)
64  
65   # Need curses or ncurses
66   MP_WITH_CURSES

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines