dnl Process this file with autoconf to produce a configure script. AC_INIT(libconfig.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(libconfig, 1.3.2) AM_CONFIG_HEADER(ac_config.h) AC_DEFINE_UNQUOTED(TARGET, "${target}", [Configured target name.]) AH_TEMPLATE(_GNU_SOURCE) AC_DEFINE(_GNU_SOURCE) dnl Checks for programs. dnl AC_PROG_INSTALL AC_PROG_CC AC_PROG_RANLIB AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL AM_PROG_LEX if test Z"$LEX" != Zflex; then cat <