From 35364e13de7f992baaed35916dc1ef8a0b4d3edd Mon Sep 17 00:00:00 2001 From: W-Mark Kubacki Date: Tue, 25 May 2010 23:07:35 +0200 Subject: fcgiwrap to rely on definitions provided by autoconf/autoreconf --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 24c0a6e..06d1ed4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(fcgiwrap, 1.0, root@localdomain.pl) +AC_INIT([fcgiwrap], [1.0.1], [root@localdomain.pl]) AM_CFLAGS="-std=gnu99 -Wall -Wextra -Werror -pedantic" if test x"$CFLAGS" = x""; then AM_CFLAGS="$AM_CFLAGS -O2 -g3" @@ -15,6 +15,9 @@ AC_SUBST([AM_CFLAGS]) # Checks for programs. AC_PROG_CC +# Create the config.h. +AC_CONFIG_HEADERS([config.h]) + # Checks for libraries. AC_CHECK_LIB([fcgi], [FCGX_Init],, [AC_MSG_ERROR([FastCGI library is missing])]) -- cgit v1.2.3