6 |
|
# |
7 |
|
|
8 |
|
# Change these to change the package name and version |
9 |
< |
AC_INIT(libstatgrab, 0.6, bugs@i-scream.org) |
10 |
< |
AM_INIT_AUTOMAKE(libstatgrab, 0.6) |
9 |
> |
AC_INIT(libstatgrab, 0.6.1, bugs@i-scream.org) |
10 |
> |
AM_INIT_AUTOMAKE(libstatgrab, 0.6.1) |
11 |
|
|
12 |
|
# Revision number (automatically updated) |
13 |
|
AC_REVISION($Revision$) |
143 |
|
fi |
144 |
|
] |
145 |
|
) |
146 |
– |
|
147 |
– |
# User specified pkgconfig dir |
148 |
– |
AC_ARG_WITH([pkgconfig-dir], |
149 |
– |
[ --with-pkgconfig-dir=PATH pkgconfig lib directory (PREFIX/lib/pkgconfig)], |
150 |
– |
[ PKGCONFIG_DIR=$withval ], |
151 |
– |
[ PKGCONFIG_DIR="\$(libdir)/pkgconfig" ] |
152 |
– |
) |
153 |
– |
AC_SUBST(PKGCONFIG_DIR) |
146 |
|
|
147 |
|
# The LIBS and CPPFLAGS that saidar needs |
148 |
|
AC_SUBST(SAIDARLIBS) |