version 1.1, 2013/10/14 10:32:47
|
version 1.1.1.2, 2014/06/15 20:20:05
|
Line 1
|
Line 1
|
dnl -*- Autoconf -*- |
dnl -*- Autoconf -*- |
dnl Process this file with autoconf to produce a configure script. |
dnl Process this file with autoconf to produce a configure script. |
AC_PREREQ(2.57) |
AC_PREREQ(2.57) |
AC_INIT([lighttpd], [1.4.33], [contact@lighttpd.net]) | AC_INIT([lighttpd], [1.4.35], [contact@lighttpd.net]) |
AC_CONFIG_SRCDIR([src/server.c]) |
AC_CONFIG_SRCDIR([src/server.c]) |
AC_CONFIG_HEADER([config.h]) |
AC_CONFIG_HEADER([config.h]) |
AC_CONFIG_MACRO_DIR([m4]) |
AC_CONFIG_MACRO_DIR([m4]) |