Codebase list ioport / 3b0dc916-05d4-4164-9407-02c1f9f66c3f/main configure.ac
3b0dc916-05d4-4164-9407-02c1f9f66c3f/main

Tree @3b0dc916-05d4-4164-9407-02c1f9f66c3f/main (Download .tar.gz)

configure.ac @3b0dc916-05d4-4164-9407-02c1f9f66c3f/mainraw · history · blame

AC_INIT(ioport,1.2)
AM_INIT_AUTOMAKE([foreign])

AC_PROG_CC
AM_PROG_CC_C_O

AC_CHECK_PROG(PERLDOC,[perldoc],[perldoc],[no])
if test "x$PERLDOC" = "xno" ; then
  AC_MSG_FAILURE([perldoc not found - install perl to make man pages])
fi

AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile ioport.spec])
AC_OUTPUT