Changeset 11822 for trunk/FACT++/configure
- Timestamp:
- 08/06/11 17:16:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/configure
r11808 r11822 753 753 HAS_VIEWER_FALSE 754 754 HAS_VIEWER_TRUE 755 HAS_GUI_FALSE 756 HAS_GUI_TRUE 755 757 HAS_QWT_FALSE 756 758 HAS_QWT_TRUE … … 769 771 HAS_CFITSIO_FALSE 770 772 HAS_CFITSIO_TRUE 771 HAS_GUI_FALSE772 HAS_GUI_TRUE773 773 HAS_ROOT_QT_FALSE 774 774 HAS_ROOT_QT_TRUE … … 23028 23028 fi 23029 23029 23030 if test "$QT4_VERSION" -a "$HAVE_ROOT_QT" = yes; then23031 HAS_GUI_TRUE=23032 HAS_GUI_FALSE='#'23033 else23034 HAS_GUI_TRUE='#'23035 HAS_GUI_FALSE=23036 fi23037 23038 23030 if test "$HAVE_CFITSIO" = yes; then 23039 23031 HAS_CFITSIO_TRUE= … … 23102 23094 fi 23103 23095 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='#' 23100 else 23101 HAS_GUI_TRUE='#' 23102 HAS_GUI_FALSE= 23103 fi 23104 23104 23105 23105 if test "$QT4_VERSION" -a "$HAVE_GL" = yes -a "$HAVE_GLU" = yes -a "$HAVE_QGL" = yes -a "$HAVE_QWT" = yes; then … … 23442 23442 Usually this means the macro was only invoked conditionally." "$LINENO" 5 23443 23443 fi 23444 if test -z "${HAS_GUI_TRUE}" && test -z "${HAS_GUI_FALSE}"; then23445 as_fn_error $? "conditional \"HAS_GUI\" was never defined.23446 Usually this means the macro was only invoked conditionally." "$LINENO" 523447 fi23448 23444 if test -z "${HAS_CFITSIO_TRUE}" && test -z "${HAS_CFITSIO_FALSE}"; then 23449 23445 as_fn_error $? "conditional \"HAS_CFITSIO\" was never defined. … … 23476 23472 if test -z "${HAS_QWT_TRUE}" && test -z "${HAS_QWT_FALSE}"; then 23477 23473 as_fn_error $? "conditional \"HAS_QWT\" was never defined. 23474 Usually this means the macro was only invoked conditionally." "$LINENO" 5 23475 fi 23476 if test -z "${HAS_GUI_TRUE}" && test -z "${HAS_GUI_FALSE}"; then 23477 as_fn_error $? "conditional \"HAS_GUI\" was never defined. 23478 23478 Usually this means the macro was only invoked conditionally." "$LINENO" 5 23479 23479 fi … … 26042 26042 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 26043 26043 $as_echo "$as_me: " >&6;} 26044 #AM_COND_IF(HAS_FITS_H, [ 26045 if test "$HAVE_ZLIB" = yes; then 26044 if test "$HAVE_ZLIB" = yes; then 26046 26045 : 26047 26046 else … … 26050 26049 26051 26050 fi 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 #)26058 26051 if test "$lt_cv_libxp" = "yes"; then 26059 26052 : … … 26080 26073 26081 26074 fi 26075 if test -n "$QT4_VERSION"; then 26076 : 26077 else 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;} 26080 fi 26082 26081 if test "$HAVE_GL" = yes; then 26083 26082 : 26084 26083 else 26085 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GL not found - viewerwill be disabled." >&526086 $as_echo "$as_me: WARNING: GL not found - viewerwill 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;} 26087 26086 fi 26088 26087 if test "$HAVE_GLU" = yes; then 26089 26088 : 26090 26089 else 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;} 26092 fi 26093 if test "$HAVE_QGL" = yes; then 26094 : 26095 else 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;} 26093 26098 fi 26094 26099 if test "$HAVE_QWT" = yes; then … … 26098 26103 $as_echo "$as_me: WARNING: Qwt not found - viewer will be disabled." >&2;} 26099 26104 fi 26100 26101 if test -n "$QT4_VERSION"; then 26105 if test "$QT4_VERSION" -a "$HAVE_GL" = yes -a "$HAVE_GLU" = yes -a "$HAVE_QGL" = yes -a "$HAVE_ROOT_QT" = yes ; then 26102 26106 : 26103 26107 else 26104 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: QT4 missing: fact and viewerGUI disabled!" >&526105 $as_echo "$as_me: WARNING: QT4 missing: fact and viewerGUI disabled!" >&2;}26106 26107 fi 26108 if test "$QT4_VERSION" -a "$HAVE_ ROOT_QT" = yes; then26108 { $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 26111 fi 26112 if test "$QT4_VERSION" -a "$HAVE_GL" = yes -a "$HAVE_GLU" = yes -a "$HAVE_QGL" = yes -a "$HAVE_QWT" = yes; then 26109 26113 : 26110 26114 else 26111 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Either QT4 or qt-root is missing: factGUI disabled!" >&526112 $as_echo "$as_me: WARNING: Either QT4 or qt-root is missing: factGUI 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;} 26113 26117 26114 26118 fi
Note:
See TracChangeset
for help on using the changeset viewer.