Changeset 10562 for trunk/FACT++
- Timestamp:
- 05/04/11 13:50:03 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/configure
r10527 r10562 1730 1730 --with-motif-libraries=DIR Motif libraries are in DIR 1731 1731 --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) 1734 1734 --without-cfitsio disables cfitsio usage completely 1735 1735 --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) 1738 1738 --without-ccfits disables ccfits usage completely 1739 1739 --with-mysql-include=<path> directory path of MySQL header installation … … 17010 17010 17011 17011 17012 if test "x$have_readline" != "xyes"; then 17013 as_fn_error $? "The readline library is not properly installed." "$LINENO" 5 17014 fi 17015 17012 17016 CPPFLAGS+=" "$READLINE_INCLUDES" " 17013 17017 LDFLAGS+=" "$READLINE_LIBS" " 17014 17015 #AC_CHECK_LIB(readline, readline, [],17016 # [17017 # echo "Error! libreadline not found in default libarary paths."17018 # exit -117019 # ]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 -117025 # ]17026 #)17027 #17028 17018 17029 17019 # Needed to compile FACT++ … … 21607 21597 21608 21598 cat > conftest.$ac_ext <<EOF 21609 #line 21 609 "configure"21599 #line 21599 "configure" 21610 21600 #include "confdefs.h" 21611 21601 #include <qglobal.h>
Note:
See TracChangeset
for help on using the changeset viewer.