configure.ac
changeset 1677 a9f923a4d998
parent 1662 8b4d25be4f7a
child 1863 12e0db6b7d0e
equal deleted inserted replaced
30:fd98ff48f8ae 31:6f82928e0ad2
    21 
    21 
    22 dnl Checks for libraries.
    22 dnl Checks for libraries.
    23 LX_CHECK_GLPK
    23 LX_CHECK_GLPK
    24 LX_CHECK_CPLEX
    24 LX_CHECK_CPLEX
    25 
    25 
    26 LX_DOCDIR_SUFFIX
       
    27 LX_ENABLE_DOC
    26 LX_ENABLE_DOC
    28 LX_ENABLE_GUI
    27 LX_ENABLE_GUI
    29 
    28 
    30 dnl Checks for header files.
    29 dnl Checks for header files.
    31 AC_CHECK_HEADERS(limits.h sys/time.h sys/times.h unistd.h)
    30 AC_CHECK_HEADERS(limits.h sys/time.h sys/times.h unistd.h)
    75 echo -n '  '
    74 echo -n '  '
    76 echo $prefix.
    75 echo $prefix.
    77 echo
    76 echo
    78 echo The documentation will be installed in
    77 echo The documentation will be installed in
    79 echo -n '  '
    78 echo -n '  '
    80 eval echo ${datadir}/doc/$DOCSUFFIX.
    79 eval echo ${datadir}/doc/$PACKAGE.
    81 echo
    80 echo
    82 echo '*********************************************************************'
    81 echo '*********************************************************************'
    83 
    82 
    84 echo
    83 echo
    85 echo configure complete, now type \'make\' and then \'make install\'.
    84 echo configure complete, now type \'make\' and then \'make install\'.