--- projects/libstatgrab/configure.in 2006/12/01 14:21:16 1.91 +++ projects/libstatgrab/configure.in 2007/10/21 18:43:30 1.94 @@ -2,16 +2,16 @@ # Process this file with autoconf to produce a configure script. # # configure.in for libstatgrab -# $Id: configure.in,v 1.91 2006/12/01 14:21:16 tdb Exp $ +# $Id: configure.in,v 1.94 2007/10/21 18:43:30 tdb Exp $ # # Change these to change the package name and version -AC_INIT(libstatgrab, 0.14, bugs@i-scream.org) -AM_INIT_AUTOMAKE(libstatgrab, 0.14) +AC_INIT(libstatgrab, 0.16, bugs@i-scream.org) +AM_INIT_AUTOMAKE(libstatgrab, 0.16) AM_MAINTAINER_MODE # Revision number (automatically updated) -AC_REVISION($Revision: 1.91 $) +AC_REVISION($Revision: 1.94 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57) @@ -95,10 +95,10 @@ freebsd4.*) BIN_PERM="2755" LINKFLAGS="-lkvm -ldevstat" ;; -freebsd[[5-7]].*) +freebsd[[5-8]].*) AC_DEFINE(ALLBSD, , [Building on a BSD-derived system]) AC_DEFINE(FREEBSD, , [Building on FreeBSD]) - AC_DEFINE(FREEBSD5, , [Building on FreeBSD 5.x - 7.x]) + AC_DEFINE(FREEBSD5, , [Building on FreeBSD 5.x - 8.x]) LINKFLAGS="-ldevstat" ;; netbsdelf1*)