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.
|
Rev | Line | |
---|
[11897] | 1 | dnl Process this file with autoconf to produce a configure script. |
---|
[24556] | 2 | AC_INIT |
---|
| 3 | AC_CONFIG_SRCDIR([athdir.c]) |
---|
[11897] | 4 | |
---|
| 5 | AC_PROG_CC |
---|
| 6 | AC_PROG_INSTALL |
---|
[24556] | 7 | AC_PROG_MKDIR_P |
---|
[11897] | 8 | |
---|
[24559] | 9 | PKG_CHECK_MODULES([ATHDIR], [athdir]) |
---|
| 10 | |
---|
| 11 | AC_MSG_NOTICE([Adding athdir CFLAGS ${ATHDIR_CFLAGS}]) |
---|
| 12 | CFLAGS="${ATHDIR_CFLAGS} ${CFLAGS}" |
---|
[24947] | 13 | AC_MSG_NOTICE([Adding athdir LIBS ${ATHDIR_LIBS}]) |
---|
[24934] | 14 | LIBS="${ATHDIR_LIBS} ${LIBS}" |
---|
[24559] | 15 | |
---|
[24556] | 16 | AC_CONFIG_FILES([Makefile]) |
---|
| 17 | AC_OUTPUT |
---|
Note: See
TracBrowser
for help on using the repository browser.