Changeset 8883c4d669a4b6eb31dbf4743c3c76f8567a8c2f
- Timestamp:
- 01/22/10 22:09:13
(3 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1264198153 +0000
- git-parent:
[d3e43f083d03f52d97b1708a6f36372c653f5424]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1264198153 +0000
- Message:
replacements all work now
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd3e43f0 |
r8883c4d |
|
| 48 | 48 | cc=@CC@ |
|---|
| 49 | 49 | cppflags=@CPPFLAGS@ |
|---|
| 50 | | flags=@CFLAGS@ @PGCFLAGS@ |
|---|
| | 50 | cflags=@CFLAGS@ @PGCFLAGS@ |
|---|
| 51 | 51 | ldflags=@LDFLAGS@ |
|---|
| 52 | 52 | libs=@LIBS@ @PGLIBS@ |
|---|
| … | … | |
| 66 | 66 | top_srcdir=@top_srcdir@ |
|---|
| 67 | 67 | shld=@SHLD@ |
|---|
| 68 | | shflags=@SHFLAGS@ |
|---|
| | 68 | shcflags=@SHCFLAGS@ |
|---|
| 69 | 69 | moduleld=@MODULELD@ |
|---|
| 70 | 70 | modules_dir=@MODULES_DIR@ |
|---|
| 71 | 71 | moduleext=@MODULEEXT@ |
|---|
| 72 | | picflags=@PICFLAGS@ |
|---|