dnl Process this file with autoconf to produce a configure script. AC_INIT(Makefile.in) AC_CONFIG_AUX_DIR(../..) AM_INIT_AUTOMAKE(CoreFoundation, current) dnl Get CC as soon as possible AC_PROG_CC dnl automake support AM_MAINTAINER_MODE AC_PROG_MAKE_SET dnl libtool support AM_PROG_LIBTOOL AC_OUTPUT(Makefile)