From 58bf1382be0cbcf3f9649286fd2719b789a1595f Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Thu, 1 Dec 2011 22:54:16 +0000 Subject: Imported Upstream version 1.3.2 --- configure.ac | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 configure.ac (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..c142217 --- /dev/null +++ b/configure.ac @@ -0,0 +1,113 @@ +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 <