---------------------
PatchSet 3
Date: 2005/09/02 12:02:00
Author: jhoblitt
Branch: HEAD
Tag: (none)
Log:
remove -I${includedir} from PSLIB_CFLAGS
Members:
configure.ac:1.1->1.2
pslib.pc.in:1.1->1.2
diff -u pslib/configure.ac:1.1 pslib/configure.ac:1.2
|
old
|
new
|
|
| 61 | 61 | AC_PREFIX_DEFAULT([`pwd`]) |
| 62 | 62 | test "$prefix" = NONE && prefix=`pwd` |
| 63 | 63 | |
| 64 | | dnl Setup the info for psLib for pkg-config |
| 65 | | PSLIB_CFLAGS="-I${includedir}" |
| 66 | | |
| 67 | 64 | dnl check for standard language functionality |
| 68 | 65 | AC_HEADER_STDC |
| 69 | 66 | AC_HEADER_SYS_WAIT |
diff -u pslib/pslib.pc.in:1.1 pslib/pslib.pc.in:1.2
|
old
|
new
|
|
| 7 | 7 | Description: Pan-STARRS Library |
| 8 | 8 | Version: @VERSION@ |
| 9 | 9 | Libs: -L@libdir@ -lpslib @PSLIB_LIBS@ @LIBS@ |
| 10 | | Cflags: @PSLIB_CFLAGS@ |
| | 10 | Cflags: -I${includedir} @PSLIB_CFLAGS@ |