6 |
|
# |
7 |
|
|
8 |
|
# Change these to change the package name and version |
9 |
< |
AC_INIT(libstatgrab, 0.13, bugs@i-scream.org) |
10 |
< |
AM_INIT_AUTOMAKE(libstatgrab, 0.13) |
9 |
> |
AC_INIT(libstatgrab, 0.14, bugs@i-scream.org) |
10 |
> |
AM_INIT_AUTOMAKE(libstatgrab, 0.14) |
11 |
|
AM_MAINTAINER_MODE |
12 |
|
|
13 |
|
# Revision number (automatically updated) |
105 |
|
AC_DEFINE(ALLBSD, , [Building on a BSD-derived system]) |
106 |
|
AC_DEFINE(NETBSD, , [Building on NetBSD]) |
107 |
|
;; |
108 |
< |
netbsdelf2*) |
108 |
> |
netbsdelf[[2-3]]*) |
109 |
|
AC_DEFINE(ALLBSD, , [Building on a BSD-derived system]) |
110 |
|
AC_DEFINE(NETBSD, , [Building on NetBSD]) |
111 |
|
AC_DEFINE(NETBSD2, , [Building on NetBSD 2.x]) |
150 |
|
SAIDARLIBS="-L${withval}/lib ${SAIDARLIBS}" |
151 |
|
fi |
152 |
|
if test -d "$withval/include"; then |
153 |
< |
SAIDARCPPFLAGS="-I${withval}/include -I${withval}/include/ncurses ${SAIRDARCPPFLAGS}" |
153 |
> |
SAIDARCPPFLAGS="-I${withval}/include ${SAIRDARCPPFLAGS}" |
154 |
|
fi |
155 |
|
] |
156 |
|
) |