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

Comparing projects/libstatgrab/configure.in (file contents):
Revision 1.11 by tdb, Fri Mar 21 14:29:12 2003 UTC vs.
Revision 1.25 by tdb, Tue Aug 26 12:14:43 2003 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(libstatgrab, 0.4, dev@i-scream.org.uk)
10 < AM_INIT_AUTOMAKE(libstatgrab, 0.4)
9 > AC_INIT(libstatgrab, 0.5.1, bugs@i-scream.org)
10 > AM_INIT_AUTOMAKE(libstatgrab, 0.5.1)
11  
12   # Revision number (automatically updated)
13   AC_REVISION($Revision$)
# Line 32 | Line 32 | AC_C_CONST
32   # Checks for library functions
33   AC_FUNC_MALLOC
34   AC_FUNC_REALLOC
35 + AC_CHECK_FUNCS(atoll)
36  
37   # Set things up for different OS's
38   # We define the name of the OS so the code can act accordingly
# Line 50 | Line 51 | solaris2.*)
51          ;;
52   freebsd4.*)
53          AC_DEFINE(FREEBSD, , [Building on FreeBSD 4.x])
54 <        LDFLAGS="$LDFLAGS -lkvm"
54 >        LDFLAGS="$LDFLAGS -lkvm -ldevstat"
55          ;;
56   linux-gnu)
57          AC_DEFINE(LINUX, , [Building on GNU/Linux])
# Line 61 | Line 62 | linux-gnu)
62   esac
63  
64   # And finish by changing these files
65 < AC_CONFIG_FILES([Makefile src/Makefile])
65 > AC_CONFIG_FILES([Makefile src/Makefile src/libstatgrab/Makefile src/statgrab/Makefile docs/Makefile examples/Makefile])
66  
67   AC_OUTPUT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines