Opened 16 years ago
Closed 16 years ago
#15 closed defect (fixed)
New build system does not install epsg_csv, misses CSV_DATA_DIR macro.
Reported by: | warmerdam | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | libgeotiff | Version: | |
Keywords: | Cc: | hobu |
Description
After the upgrades to automake/etc the libgeotiff build no longer includes the CSV_DATA_DIR macro used in cpl_csv.c to find the installed csv files.
The install also no longer installs the .csv files in $(datadir)/epsg_csv as expected. It apparently does not install them at all.
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
r1597 is an attempt to fix this, including the patch above with configuration to actually install the csv files.
Please confirm.
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This changes appears to fix things up, thanks.
Note:
See TracTickets
for help on using tickets.
I believe the following change is enough to fix the CSV_DATA_DIR macro problem.