view auto/define @ 5265:9f17e765a21e

Configure: perl Makefile rebuild after configure. The $NGX_AUTO_CONFIG_H added to perl module Makefile dependencies to make sure it's always rebuild after a configure. It is needed as we expand various variables used for Makefile generation during configure (in particular, nginx version).
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 11 Jul 2013 20:34:02 +0400
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  $value
#endif

END