Revision 25125,
1.1 KB
checked in by geofft, 14 years ago
(diff) |
In aclocal:
* PKG_CHECK_MODULES doesn't split LDFLAGS and LIBS properly. Since we
need to insert com_err's LDFLAGS before AFS's, but since -lcom_err
needs to be after the object files, we need this split. So,
reimplement what we need of it and just use PKG_CHECK_EXISTS.
|
Line | |
---|
1 | debathena-aclocal (1.1.2) unstable; urgency=low |
---|
2 | |
---|
3 | * PKG_CHECK_MODULES doesn't split LDFLAGS and LIBS properly. Since we |
---|
4 | need to insert com_err's LDFLAGS before AFS's, but since -lcom_err |
---|
5 | needs to be after the object files, we need this split. So, |
---|
6 | reimplement what we need of it and just use PKG_CHECK_EXISTS. |
---|
7 | |
---|
8 | -- Geoffrey Thomas <geofft@mit.edu> Tue, 03 May 2011 02:49:51 -0400 |
---|
9 | |
---|
10 | debathena-aclocal (1.1.1) unstable; urgency=low |
---|
11 | |
---|
12 | * If we're going to use pkg-config's macros, having pkg-config |
---|
13 | installed is probably a good plan. |
---|
14 | |
---|
15 | -- Geoffrey Thomas <geofft@mit.edu> Mon, 02 May 2011 03:58:34 -0400 |
---|
16 | |
---|
17 | debathena-aclocal (1.1) unstable; urgency=low |
---|
18 | |
---|
19 | * Make ATHENA_UTIL_COM_ERR use pkg-config to find com_err's location |
---|
20 | (and set CFLAGS instead of CPPFLAGS as pkg-config wants), and prefix |
---|
21 | CFLAGS and LDFLAGS so as to cause the normal com_err to be found in |
---|
22 | preference to AFS' variant. |
---|
23 | |
---|
24 | -- Geoffrey Thomas <geofft@mit.edu> Mon, 02 May 2011 03:09:53 -0400 |
---|
25 | |
---|
26 | debathena-aclocal (1.0) unstable; urgency=low |
---|
27 | |
---|
28 | * Initial commit. |
---|
29 | |
---|
30 | -- Evan Broder <broder@mit.edu> Mon, 08 Mar 2010 18:32:41 -0500 |
---|
Note: See
TracBrowser
for help on using the repository browser.