--- projects/libstatgrab/configure.in 2005/09/24 13:29:21 1.87 +++ projects/libstatgrab/configure.in 2007/07/13 20:40:57 1.93 @@ -2,15 +2,16 @@ # Process this file with autoconf to produce a configure script. # # configure.in for libstatgrab -# $Id: configure.in,v 1.87 2005/09/24 13:29:21 tdb Exp $ +# $Id: configure.in,v 1.93 2007/07/13 20:40:57 tdb Exp $ # # Change these to change the package name and version -AC_INIT(libstatgrab, 0.13, bugs@i-scream.org) -AM_INIT_AUTOMAKE(libstatgrab, 0.13) +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.87 $) +AC_REVISION($Revision: 1.93 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57) @@ -104,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]) @@ -149,7 +150,7 @@ AC_ARG_WITH([curses-prefix], SAIDARLIBS="-L${withval}/lib ${SAIDARLIBS}" fi if test -d "$withval/include"; then - SAIDARCPPFLAGS="-I${withval}/include -I${withval}/include/ncurses ${SAIRDARCPPFLAGS}" + SAIDARCPPFLAGS="-I${withval}/include ${SAIRDARCPPFLAGS}" fi ] )