dnl Process this file with autoconf to produce a configure script. AC_INIT(cthumb.in) dnl get canonical host AC_CANONICAL_HOST dnl Checks for programs. AC_PATH_PROGS(perl_path, perl5 perl, no) AC_PROG_INSTALL AC_CHECK_PROG(CPR, cp, cp -Rf) AC_SUBST(CPR) dnl Checks for libraries. dnl Checks for header files. dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. AC_ARG_WITH(themedir, [ --with-themedir=DIR place themes in DIR [DATADIR/images/cthumb]], themedir=$withval, [themedir=$datadir/images/cthumb]) AC_SUBST(cthumb_version) AC_SUBST(themedir) cthumb_version=`cat VERSION` AC_OUTPUT(Makefile cthumb cthumb.1 cthumb.spec, , echo "done.")