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]) |