configure.ac
changeset 770 432c54cec63c
parent 680 257e91516e09
child 793 7c0ad6bd6a63
equal deleted inserted replaced
35:b2f79ad55cec 36:aa2a663c454e
    39 AC_PROG_INSTALL
    39 AC_PROG_INSTALL
    40 AC_DISABLE_SHARED
    40 AC_DISABLE_SHARED
    41 AC_PROG_LIBTOOL
    41 AC_PROG_LIBTOOL
    42 
    42 
    43 AC_CHECK_PROG([doxygen_found],[doxygen],[yes],[no])
    43 AC_CHECK_PROG([doxygen_found],[doxygen],[yes],[no])
       
    44 AC_CHECK_PROG([python_found],[python],[yes],[no])
    44 AC_CHECK_PROG([gs_found],[gs],[yes],[no])
    45 AC_CHECK_PROG([gs_found],[gs],[yes],[no])
    45 
    46 
    46 dnl Detect Intel compiler.
    47 dnl Detect Intel compiler.
    47 AC_MSG_CHECKING([whether we are using the Intel C++ compiler])
    48 AC_MSG_CHECKING([whether we are using the Intel C++ compiler])
    48 AC_COMPILE_IFELSE([#ifndef __INTEL_COMPILER
    49 AC_COMPILE_IFELSE([#ifndef __INTEL_COMPILER