configure.ac
changeset 1487 6ea6d0d789c6
parent 1483 e427615afb48
child 1489 f7e9cc3bc2da
equal deleted inserted replaced
25:12aebb8b13b4 26:38a8d0d34ea2
    27 
    27 
    28 dnl Checks for libraries.
    28 dnl Checks for libraries.
    29 LX_CHECK_GLPK
    29 LX_CHECK_GLPK
    30 LX_CHECK_CPLEX
    30 LX_CHECK_CPLEX
    31 
    31 
       
    32 LX_DOCDIR_SUFFIX
    32 LX_ENABLE_DOCS
    33 LX_ENABLE_DOCS
    33 LX_ENABLE_GUI
    34 LX_ENABLE_GUI
    34 
    35 
    35 dnl Checks for header files.
    36 dnl Checks for header files.
    36 AC_CHECK_HEADERS(limits.h sys/time.h sys/times.h unistd.h)
    37 AC_CHECK_HEADERS(limits.h sys/time.h sys/times.h unistd.h)
    79 echo -n '  '
    80 echo -n '  '
    80 echo $prefix.
    81 echo $prefix.
    81 echo
    82 echo
    82 echo The documentation will be installed in
    83 echo The documentation will be installed in
    83 echo -n '  '
    84 echo -n '  '
    84 eval eval eval echo ${datadir}/doc/$PACKAGE-$VERSION/html/index.html.
    85 eval echo ${datadir}/doc/$DOCSUFFIX.
    85 echo
    86 echo
    86 echo '*********************************************************************'
    87 echo '*********************************************************************'
    87 
    88 
    88 echo
    89 echo
    89 echo configure complete, now type \'make\'
    90 echo configure complete, now type \'make\'