Changeset 53

Show
Ignore:
Timestamp:
02/28/2005 10:36:12 AM (4 years ago)
Author:
jan
Message:

* Changed AM_CONFIG_HEADER to AC_CONFIG_HEADER. The Manual says:

Older versions of Automake required the use of AM_CONFIG_HEADER;
this is no longer the case today.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r43 r53  
    22# Process this file with autoconf to produce a configure script. 
    33AC_PREREQ(2.57) 
    4 AC_INIT(lighttpd, 1.3.11, jan@kneschke.de) 
     4AC_INIT(lighttpd, 1.3.12, jan@kneschke.de) 
    55AC_CONFIG_SRCDIR([src/server.c]) 
    66 
     
    99AM_INIT_AUTOMAKE 
    1010 
    11 AM_CONFIG_HEADER([config.h]) 
     11AC_CONFIG_HEADER([config.h]) 
    1212 
    1313AM_MAINTAINER_MODE 
     
    352352AC_MSG_RESULT($enableval) 
    353353 
     354AC_CHECK_SIZEOF(long) 
     355AC_CHECK_SIZEOF(off_t) 
     356 
    354357AM_CONDITIONAL(CROSS_COMPILING, test "x$cross_compiling" = xyes) 
    355358