dnl Process this file with autoconf to produce a configure script. AC_INIT(libconfig, 1.5, hyperrealm@gmail.com, libconfig, [http://www.hyperrealm.com/main.php?s=libconfig]) AC_CONFIG_AUX_DIR([aux-build]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AM_CONFIG_HEADER(ac_config.h) AC_MSG_NOTICE([libconfig - made with pride in California]) sleep 3 AC_DEFINE_UNQUOTED(TARGET, "${target}", [Configured target name.]) # Enable GNU extensions. AC_GNU_SOURCE LT_INIT() dnl Checks for programs. AC_PROG_CC AM_PROG_CC_C_O AC_PROG_CXX AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL AM_PROG_LEX if test Z"$LEX" != Zflex; then cat <