diff --git a/libconfig-1.4.9/configure.ac b/libconfig-1.4.9/configure.ac new file mode 100644 index 0000000000000000000000000000000000000000..e3f64c2154f2032411b0d735c8b80dc53eeff6a6 --- /dev/null +++ b/libconfig-1.4.9/configure.ac @@ -0,0 +1,135 @@ +dnl Process this file with autoconf to produce a configure script. + +AC_INIT(libconfig, 1.4.9, 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 <