--- projects/libstatgrab/configure.in 2007/07/13 20:40:57 1.93 +++ projects/libstatgrab/configure.in 2007/11/06 22:35:30 1.95 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # # configure.in for libstatgrab -# $Id: configure.in,v 1.93 2007/07/13 20:40:57 tdb Exp $ +# $Id: configure.in,v 1.95 2007/11/06 22:35:30 tdb Exp $ # # Change these to change the package name and version @@ -11,7 +11,7 @@ AM_INIT_AUTOMAKE(libstatgrab, 0.16) AM_MAINTAINER_MODE # Revision number (automatically updated) -AC_REVISION($Revision: 1.93 $) +AC_REVISION($Revision: 1.95 $) # 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*) @@ -122,7 +122,7 @@ dragonfly*) BIN_PERM="2755" LINKFLAGS="-lkvm -ldevstat" ;; -linux-gnu) +linux-gnu*) AC_DEFINE(LINUX, , [Building on GNU/Linux]) AM_CONDITIONAL(SETUIDBINS, true) BIN_OWNER="root"