dnl Process this file with autoconf to produce a configure script. AC_INIT(libconfig, 1.7.3, hyperrealm@gmail.com, libconfig, [https://hyperrealm.github.io/libconfig/]) AC_CONFIG_AUX_DIR([aux-build]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_CONFIG_HEADERS(ac_config.h) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_MSG_NOTICE([libconfig - made with pride in Colorado]) 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 <