Changeset 635:fdbc57d92537


Ignore:
Timestamp:
05/09/08 22:07:12 (2 years ago)
Author:
Mateusz Loskot <mateusz@…>
Branch:
default
Convert:
svn:1766ff46-f334-0410-ab20-d63176f87757/trunk@702
Message:

Improved setting CPPFLAGS for GeoTIFF. Fixed autoconf warnings.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r633 r635  
    133133AM_CONDITIONAL([GEOTIFF_IS_CONFIG], [test ! x$GEOTIFF_CONFIG = xno]) 
    134134 
    135  
    136135AC_HAVE_LONG_LONG 
    137136 
  • src/detail/Makefile.am

    r634 r635  
    1 #if GEOTIFF_IS_CONFIG 
    2 EXTRA_DEFS = -DHAVE_LIBGEOTIFF 
    3 #else 
    4 EXTRA_DEFS =  
    5 #endif 
     1INCLUDES = -I../../include -I../../include/detail 
    62 
    7 INCLUDES = -I../../include -I../../include/detail @GEOTIFF_INC@ $(EXTRA_DEFS) 
     3if GEOTIFF_IS_CONFIG 
     4AM_CPPFLAGS=@GEOTIFF_INC@ -DHAVE_LIBGEOTIFF=1 
     5endif 
    86 
    97noinst_LTLIBRARIES = liblasdetail.la 
Note: See TracChangeset for help on using the changeset viewer.