# Process this file with autoconf to produce a configure script. AC_INIT([CLI.py],[1.30beta],[crabbkw@nafai.dyndns.org]) AC_PY_LIB_PATH # Checks for programs. # Checks for libraries. AC_PY_CHECK_REQUIRED([expat], [xml.parsers]) AC_PY_CHECK_REQUIRED([codecs]) AC_PY_CHECK_LIB([readline]) # Checks for header files. # Checks for typedefs, structures, and compiler characteristics. # Checks for library functions. AC_CONFIG_FILES([Makefile imcom]) AC_OUTPUT