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

Comparing projects/libukcprog/configure.in (file contents):
Revision 1.3 by tdb, Thu Aug 21 20:48:26 2003 UTC vs.
Revision 1.5 by tdb, Fri Aug 22 15:00:35 2003 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(libukcprog, 1.0, bugs@i-scream.org)
10 < AM_INIT_AUTOMAKE(libukcprog, 1.0)
9 > AC_INIT(libukcprog, 1.0.1, bugs@i-scream.org)
10 > AM_INIT_AUTOMAKE(libukcprog, 1.0.1)
11  
12   # Revision number (automatically updated)
13   AC_REVISION($Revision$)
# Line 25 | Line 25 | AC_HEADER_STDC
25  
26   # Checks for typedefs, structures, and compiler characteristics
27   AC_C_CONST
28
29 # Figure out details about the host - we need the OS
30 AC_CANONICAL_HOST
28  
29   # On Slaris add some LIBS to make linking against libukcprog easier
30   case $host_os in

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines