Changeset 11620 for trunk


Ignore:
Timestamp:
07/26/11 15:37:51 (13 years ago)
Author:
tbretz
Message:
Updated output at the end of configure.
Location:
trunk/FACT++
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/configure

    r11618 r11620  
    2551525515{ $as_echo "$as_me:${as_lineno-$LINENO}: " >&5
    2551625516$as_echo "$as_me: " >&6;}
    25517 if test "$HAVE_ZLIB" = yes; then
     25517if test "$HAVE_FITS_H" = yes; then
     25518
     25519   if test "$HAVE_ZLIB" = yes; then
    2551825520  :
    2551925521else
    25520   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  zlib not found. Support for reading zipped files viewer disabled!" >&5
    25521 $as_echo "$as_me: WARNING:  zlib not found. Support for reading zipped files viewer disabled!" >&2;}
    25522 
    25523 fi
    25524 if test "$HAVE_IZSTREAM_H" = yes; then
     25522  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  zlib not found. Support for .fits.gz in viewer disabled." >&5
     25523$as_echo "$as_me: WARNING:  zlib not found. Support for .fits.gz in viewer disabled." >&2;}
     25524
     25525fi
     25526   if test "$HAVE_IZSTREAM_H" = yes; then
    2552525527  :
    2552625528else
    25527   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  Mars izstream.h not found in gui/RawEventsViwer. Support for reading zipped files in viewer disabled!" >&5
    25528 $as_echo "$as_me: WARNING:  Mars izstream.h not found in gui/RawEventsViwer. Support for reading zipped files in viewer disabled!" >&2;}
    25529 
    25530 fi
    25531 if test "$HAVE_FITS_H" = yes; then
    25532   :
    25533 else
    25534   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  Mars fits.h not found in gui/RawEventsViwer. Support for viewer disabled!" >&5
    25535 $as_echo "$as_me: WARNING:  Mars fits.h not found in gui/RawEventsViwer. Support for viewer disabled!" >&2;}
     25529  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  Mars izstream.h not found in gui/RawEventsViewer. Support for .fits.gz disabled." >&5
     25530$as_echo "$as_me: WARNING:  Mars izstream.h not found in gui/RawEventsViewer. Support for .fits.gz disabled." >&2;}
     25531
     25532fi
     25533
     25534else
     25535  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  Mars fits.h not found in gui/RawEventsViewer. Target 'viewer' disabled." >&5
     25536$as_echo "$as_me: WARNING:  Mars fits.h not found in gui/RawEventsViewer. Target 'viewer' disabled." >&2;}
    2553625537
    2553725538fi
  • trunk/FACT++/configure.ac

    r11618 r11620  
    440440AC_MSG_NOTICE(--------------------------------------------------------------------)
    441441AC_MSG_NOTICE()
    442 AM_COND_IF(HAS_ZLIB,,
    443       AC_MSG_WARN([ zlib not found. Support for reading zipped files viewer disabled!])
    444 )
    445 AM_COND_IF(HAS_IZSTREAM_H,,
    446       AC_MSG_WARN([ Mars izstream.h not found in gui/RawEventsViwer. Support for reading zipped files in viewer disabled!])
    447 )
    448 AM_COND_IF(HAS_FITS_H,,
    449       AC_MSG_WARN([ Mars fits.h not found in gui/RawEventsViwer. Support for viewer disabled!])
     442AM_COND_IF(HAS_FITS_H, [
     443   AM_COND_IF(HAS_ZLIB,,
     444      AC_MSG_WARN([ zlib not found. Support for .fits.gz in viewer disabled.])
     445   )
     446   AM_COND_IF(HAS_IZSTREAM_H,,
     447      AC_MSG_WARN([ Mars izstream.h not found in gui/RawEventsViewer. Support for .fits.gz disabled.])
     448   )
     449],
     450   AC_MSG_WARN([ Mars fits.h not found in gui/RawEventsViewer. Target 'viewer' disabled.])
    450451)
    451452AM_COND_IF(HAS_LIBXP,,
    452       AC_MSG_WARN([ Motif/lesstif not found. The dim gui did will not be built!])
     453   AC_MSG_WARN([ Motif/lesstif not found. The dim gui did will not be built!])
    453454)
    454455AM_COND_IF(HAS_FITS,,
    455       AC_MSG_WARN([ FITS support disabled. cfitsio/CCfits missing!])
     456   AC_MSG_WARN([ FITS support disabled. cfitsio/CCfits missing!])
    456457)
    457458AM_COND_IF(HAS_ROOT, 
Note: See TracChangeset for help on using the changeset viewer.