# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) AC_INIT(cfvers, 0.5.4, iusty@k1024.org) AM_INIT_AUTOMAKE AM_PATH_PYTHON(2.3) # AC_CANONICAL_HOST # Checks for programs. # Checks for libraries. # Checks for header files. # Checks for typedefs, structures, and compiler characteristics. # Checks for library functions. AC_CONFIG_FILES([Makefile client/Makefile server/Makefile lib/Makefile lib/repository/Makefile doc/Makefile rpm.spec]) AC_OUTPUT