dnl Process this file with autoconf to produce a configure script. dnl dnl $Revision: 1.8 $ dnl $Date: 2001/03/16 13:16:17 $ dnl AC_INIT(src/regexx.cc) AM_INIT_AUTOMAKE(regexx, 0.98.1) dnl Checks for programs. AC_PROG_CXX AC_PROG_INSTALL dnl Checks for libraries. AC_PROG_RANLIB dnl Turn on processing for libtool AM_PROG_LIBTOOL dnl Checks for header files. dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. AC_CONFIG_SUBDIRS(pcre) AC_OUTPUT([Makefile src/Makefile examples/Makefile regexx.spec])