Opened 17 years ago

Closed 17 years ago

#1966 closed defect (fixed)

summarize options at end of configure

Reported by: kyngchaos@… Owned by: dmorissette
Priority: normal Milestone: 5.0 release
Component: Build Problems Version: 4.10
Severity: normal Keywords:
Cc:

Description (last modified by hobu)

Configure needs to summarize the status of all options at the end.  Looking back at the configure output 
to make sure all options succeeded or failed as expected is tedious and it's easy to miss something.  A 
simple yes/no for each option is enough (like GDAL and GRASS do), but the value (ie library path used) 
would also be very helpful.

Change History (3)

comment:1 by dmorissette, 17 years ago

Milestone: 5.0 release
Owner: changed from mapserverbugs to dmorissette
Good idea. Let's try to do this in 5.0

comment:2 by hobu, 17 years ago

Description: modified (diff)

Here's a crack that r6532 takes at it:

MapServer is now configured for 
 
 -------------- Compiler Info ------------- 
  C compiler:                gcc -g -O2 -fPIC -Wall 
  C++ compiler:              g++ -g -O2 -fPIC -Wall 
  Debug:                     -DENABLE_STDERR_DEBUG
  Generic NINT:              
  Threading support:         -DUSE_THREAD
 
 -------------- Renderer Settings --------- 
  zlib support:              -DUSE_ZLIB
  png support:               
  jpeg support:              
  iconv support:             -DUSE_ICONV
  AGG support:               -DUSE_AGG
  Ming(flash) support:       
  PDFLib support:            
 
 -------------- Data Format Drivers ------- 
  native tiff support:       
  PostGIS support:           -DUSE_POSTGIS
  Proj.4 support:            -DUSE_PROJ
  EPPL7 support:             -DUSE_EPPL
  ArcSDE support:            
  OGR support:               -DUSE_OGR
  GDAL support:              -DUSE_GDAL
  GEOS support:              -DUSE_GEOS
  Oracle Spatial support:    
  FastCGI support:           
 
 -------------- OGC Services -------------- 
  WMS Server:           -DUSE_WMS_SVR
  WMS Client:           -DUSE_WMS_LYR
  WFS Server:           -DUSE_WFS_SVR
  WFS Client:           -DUSE_WMS_LYR
  WCS Server:  

comment:3 by dmorissette, 17 years ago

Resolution: fixed
Status: newclosed

Thanks for that Howard. Looks great!

I have added a MapScript section (with only one PHP MapScript item) to the summary in r6534.

Fixed.

Note: See TracTickets for help on using tickets.