Changeset 10562 for trunk/FACT++


Ignore:
Timestamp:
05/04/11 13:50:03 (14 years ago)
Author:
tbretz
Message:
Updated.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/configure

    r10527 r10562  
    17301730  --with-motif-libraries=DIR   Motif libraries are in DIR
    17311731  --with-cfitsio=DIR    root directory of cfitsio installation
    1732   --with-cfitsio-include=DIR        specify exact include dir for cfitsio headers
    1733   --with-cfitsio-libdir=DIR        specify exact library dir for cfitsio library
     1732  --with-cfitsio-include=DIR        specify exact include dir for cfitsio headers (e.g. fitsio.h)
     1733  --with-cfitsio-libdir=DIR        specify exact library dir for cfitsio library (e.g. libcfitsio)
    17341734  --without-cfitsio        disables cfitsio usage completely
    17351735  --with-ccfits=DIR     root directory of ccfits installation
    1736   --with-ccfits-include=DIR        specify exact include dir for ccfits headers
    1737   --with-ccfits-libdir=DIR        specify exact library dir for ccfits library
     1736  --with-ccfits-include=DIR        specify exact include dir for ccfits headers (e.g. CCfits/CCfits)
     1737  --with-ccfits-libdir=DIR        specify exact library dir for ccfits library (e.g. libCCfits)
    17381738  --without-ccfits        disables ccfits usage completely
    17391739  --with-mysql-include=<path> directory path of MySQL header installation
     
    1701017010
    1701117011
     17012if test "x$have_readline" != "xyes"; then
     17013   as_fn_error $? "The readline library is not properly installed." "$LINENO" 5
     17014fi
     17015
    1701217016CPPFLAGS+=" "$READLINE_INCLUDES" "
    1701317017LDFLAGS+=" "$READLINE_LIBS" "
    17014 
    17015 #AC_CHECK_LIB(readline, readline, [],
    17016 #   [
    17017 #      echo "Error! libreadline not found in default libarary paths."
    17018 #      exit -1
    17019 #   ]
    17020 #)
    17021 #AC_CHECK_HEADERS(readline/readline.h, [],
    17022 #   [
    17023 #      echo "Error! readline/readline.h not properly installed in default include path (maybe readline-dev missing)."
    17024 #      exit -1
    17025 #   ]
    17026 #)
    17027 #
    1702817018
    1702917019# Needed to compile FACT++
     
    2160721597
    2160821598                cat > conftest.$ac_ext <<EOF
    21609 #line 21609 "configure"
     21599#line 21599 "configure"
    2161021600#include "confdefs.h"
    2161121601#include <qglobal.h>
Note: See TracChangeset for help on using the changeset viewer.