Ignore:
Timestamp:
08/06/11 17:16:58 (13 years ago)
Author:
tbretz
Message:
Updated to latest changes in dependencies.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/configure

    r11808 r11822  
    753753HAS_VIEWER_FALSE
    754754HAS_VIEWER_TRUE
     755HAS_GUI_FALSE
     756HAS_GUI_TRUE
    755757HAS_QWT_FALSE
    756758HAS_QWT_TRUE
     
    769771HAS_CFITSIO_FALSE
    770772HAS_CFITSIO_TRUE
    771 HAS_GUI_FALSE
    772 HAS_GUI_TRUE
    773773HAS_ROOT_QT_FALSE
    774774HAS_ROOT_QT_TRUE
     
    2302823028fi
    2302923029
    23030  if test "$QT4_VERSION" -a "$HAVE_ROOT_QT" = yes; then
    23031   HAS_GUI_TRUE=
    23032   HAS_GUI_FALSE='#'
    23033 else
    23034   HAS_GUI_TRUE='#'
    23035   HAS_GUI_FALSE=
    23036 fi
    23037 
    2303823030 if test "$HAVE_CFITSIO" = yes; then
    2303923031  HAS_CFITSIO_TRUE=
     
    2310223094fi
    2310323095
     23096
     23097 if test "$QT4_VERSION" -a "$HAVE_GL" = yes -a "$HAVE_GLU" = yes -a "$HAVE_QGL" = yes -a "$HAVE_ROOT_QT" = yes ; then
     23098  HAS_GUI_TRUE=
     23099  HAS_GUI_FALSE='#'
     23100else
     23101  HAS_GUI_TRUE='#'
     23102  HAS_GUI_FALSE=
     23103fi
    2310423104
    2310523105 if test "$QT4_VERSION" -a "$HAVE_GL" = yes -a "$HAVE_GLU" = yes -a "$HAVE_QGL" = yes -a "$HAVE_QWT" = yes; then
     
    2344223442Usually this means the macro was only invoked conditionally." "$LINENO" 5
    2344323443fi
    23444 if test -z "${HAS_GUI_TRUE}" && test -z "${HAS_GUI_FALSE}"; then
    23445   as_fn_error $? "conditional \"HAS_GUI\" was never defined.
    23446 Usually this means the macro was only invoked conditionally." "$LINENO" 5
    23447 fi
    2344823444if test -z "${HAS_CFITSIO_TRUE}" && test -z "${HAS_CFITSIO_FALSE}"; then
    2344923445  as_fn_error $? "conditional \"HAS_CFITSIO\" was never defined.
     
    2347623472if test -z "${HAS_QWT_TRUE}" && test -z "${HAS_QWT_FALSE}"; then
    2347723473  as_fn_error $? "conditional \"HAS_QWT\" was never defined.
     23474Usually this means the macro was only invoked conditionally." "$LINENO" 5
     23475fi
     23476if test -z "${HAS_GUI_TRUE}" && test -z "${HAS_GUI_FALSE}"; then
     23477  as_fn_error $? "conditional \"HAS_GUI\" was never defined.
    2347823478Usually this means the macro was only invoked conditionally." "$LINENO" 5
    2347923479fi
     
    2604226042{ $as_echo "$as_me:${as_lineno-$LINENO}: " >&5
    2604326043$as_echo "$as_me: " >&6;}
    26044 #AM_COND_IF(HAS_FITS_H, [
    26045    if test "$HAVE_ZLIB" = yes; then
     26044if test "$HAVE_ZLIB" = yes; then
    2604626045  :
    2604726046else
     
    2605026049
    2605126050fi
    26052 #   AM_COND_IF(HAS_IZSTREAM_H,,
    26053 #      AC_MSG_WARN([ Mars izstream.h not found in gui/RawEventsViewer. Support for .fits.gz disabled.])
    26054 #   )
    26055 #],
    26056 #   AC_MSG_WARN([ Mars fits.h not found in gui/RawEventsViewer. Target 'viewer' disabled.])
    26057 #)
    2605826051if test "$lt_cv_libxp" = "yes"; then
    2605926052  :
     
    2608026073
    2608126074fi
     26075if test -n "$QT4_VERSION"; then
     26076  :
     26077else
     26078  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  QT4 missing - GUIs disabled!" >&5
     26079$as_echo "$as_me: WARNING:  QT4 missing - GUIs disabled!" >&2;}
     26080fi
    2608226081if test "$HAVE_GL" = yes; then
    2608326082  :
    2608426083else
    26085   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  GL not found - viewer will be disabled." >&5
    26086 $as_echo "$as_me: WARNING:  GL not found - viewer will be disabled." >&2;}
     26084  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  GL not found - GUIs will be disabled." >&5
     26085$as_echo "$as_me: WARNING:  GL not found - GUIs will be disabled." >&2;}
    2608726086fi
    2608826087if test "$HAVE_GLU" = yes; then
    2608926088  :
    2609026089else
    26091   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  GLU not found - viewer will be disabled." >&5
    26092 $as_echo "$as_me: WARNING:  GLU not found - viewer will be disabled." >&2;}
     26090  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  GLU not found - GUIs will be disabled." >&5
     26091$as_echo "$as_me: WARNING:  GLU not found - GUIs will be disabled." >&2;}
     26092fi
     26093if test "$HAVE_QGL" = yes; then
     26094  :
     26095else
     26096  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  QtOpenGl not found - GUIs will be disabled." >&5
     26097$as_echo "$as_me: WARNING:  QtOpenGl not found - GUIs will be disabled." >&2;}
    2609326098fi
    2609426099if test "$HAVE_QWT" = yes; then
     
    2609826103$as_echo "$as_me: WARNING:  Qwt not found - viewer will be disabled." >&2;}
    2609926104fi
    26100 
    26101 if test -n "$QT4_VERSION"; then
     26105if test "$QT4_VERSION" -a "$HAVE_GL" = yes -a "$HAVE_GLU" = yes -a "$HAVE_QGL" = yes -a "$HAVE_ROOT_QT" = yes ; then
    2610226106  :
    2610326107else
    26104   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  QT4 missing: fact and viewer GUI disabled!" >&5
    26105 $as_echo "$as_me: WARNING:  QT4 missing: fact and viewer GUI disabled!" >&2;}
    26106 
    26107 fi
    26108 if test "$QT4_VERSION" -a "$HAVE_ROOT_QT" = yes; then
     26108  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  Either of the necessary packages not found - fact GUI disabled!" >&5
     26109$as_echo "$as_me: WARNING:  Either of the necessary packages not found - fact GUI disabled!" >&2;}
     26110
     26111fi
     26112if test "$QT4_VERSION" -a "$HAVE_GL" = yes -a "$HAVE_GLU" = yes -a "$HAVE_QGL" = yes -a "$HAVE_QWT" = yes; then
    2610926113  :
    2611026114else
    26111   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  Either QT4 or qt-root is missing: fact GUI disabled!" >&5
    26112 $as_echo "$as_me: WARNING:  Either QT4 or qt-root is missing: fact GUI disabled!" >&2;}
     26115  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  Either of the necessary packages not found - viewer GUI disabled!" >&5
     26116$as_echo "$as_me: WARNING:  Either of the necessary packages not found - viewer GUI disabled!" >&2;}
    2611326117
    2611426118fi
Note: See TracChangeset for help on using the changeset viewer.