--- projects/libstatgrab/configure.in 2006/03/18 10:19:32 1.89 +++ projects/libstatgrab/configure.in 2006/04/24 13:31:49 1.90 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # # configure.in for libstatgrab -# $Id: configure.in,v 1.89 2006/03/18 10:19:32 tdb Exp $ +# $Id: configure.in,v 1.90 2006/04/24 13:31:49 tdb Exp $ # # Change these to change the package name and version @@ -11,7 +11,7 @@ AM_INIT_AUTOMAKE(libstatgrab, 0.14) AM_MAINTAINER_MODE # Revision number (automatically updated) -AC_REVISION($Revision: 1.89 $) +AC_REVISION($Revision: 1.90 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57) @@ -105,7 +105,7 @@ netbsdelf1*) AC_DEFINE(ALLBSD, , [Building on a BSD-derived system]) AC_DEFINE(NETBSD, , [Building on NetBSD]) ;; -netbsdelf2*) +netbsdelf[[2-3]]*) AC_DEFINE(ALLBSD, , [Building on a BSD-derived system]) AC_DEFINE(NETBSD, , [Building on NetBSD]) AC_DEFINE(NETBSD2, , [Building on NetBSD 2.x])