~ubuntu-branches/ubuntu/natty/lighttpd/natty

« back to all changes in this revision

Viewing changes to SConstruct

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Krzyżaniak (eloy)
  • Date: 2009-10-30 17:37:29 UTC
  • mto: (6.1.4 squeeze)
  • mto: This revision was merged to the branch mainline in revision 50.
  • Revision ID: james.westby@ubuntu.com-20091030173729-ehmsdiba9nkcd0j7
Tags: upstream-1.4.24
Import upstream version 1.4.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
from stat import *
6
6
 
7
7
package = 'lighttpd'
8
 
version = '1.4.23'
 
8
version = '1.4.24'
9
9
 
10
10
def checkCHeaders(autoconf, hdrs):
11
11
        p = re.compile('[^A-Z0-9]')