--- projects/libstatgrab/configure.in 2007/10/21 18:43:30 1.94 +++ 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.94 2007/10/21 18:43:30 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.94 $) +AC_REVISION($Revision: 1.95 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57) @@ -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"