Revision 24947,
399 bytes
checked in by geofft, 14 years ago
(diff) |
athdir: Fixes to r24934
Among other things, this isn't a packaging change, so bump the
non-Debian version component.
|
Line | |
---|
1 | dnl Process this file with autoconf to produce a configure script. |
---|
2 | AC_INIT |
---|
3 | AC_CONFIG_SRCDIR([athdir.c]) |
---|
4 | |
---|
5 | AC_PROG_CC |
---|
6 | AC_PROG_INSTALL |
---|
7 | AC_PROG_MKDIR_P |
---|
8 | |
---|
9 | PKG_CHECK_MODULES([ATHDIR], [athdir]) |
---|
10 | |
---|
11 | AC_MSG_NOTICE([Adding athdir CFLAGS ${ATHDIR_CFLAGS}]) |
---|
12 | CFLAGS="${ATHDIR_CFLAGS} ${CFLAGS}" |
---|
13 | AC_MSG_NOTICE([Adding athdir LIBS ${ATHDIR_LIBS}]) |
---|
14 | LIBS="${ATHDIR_LIBS} ${LIBS}" |
---|
15 | |
---|
16 | AC_CONFIG_FILES([Makefile]) |
---|
17 | AC_OUTPUT |
---|
Note: See
TracBrowser
for help on using the repository browser.