dnl Process this file with autoconf to produce a configure script. dnl Ensure that this file is processed with autoconf 2.50 or newer AC_PREREQ(2.50) dnl First some basic init macros AC_INIT AM_MAINTAINER_MODE AM_INIT_AUTOMAKE(python-crack, 0.5.1) AC_SUBST(DATE, [`date +"%b%e, %Y"`]) AC_CHECK_LIB([crack], [FascistCheck], [], [AC_MSG_ERROR([you need to install cracklib2 development files])]) AC_CRACKLIB_DICTPATH AM_PATH_PYTHON AC_CONFIG_FILES([ Makefile _crack.c doc/html/Makefile doc/html/icons/Makefile doc/texinputs/Makefile doc/texinputs/boilerplate.tex doc/l2h/Makefile doc/tools/Makefile doc/Makefile ]) AC_OUTPUT