~ubuntu-branches/ubuntu/lucid/autoconf-archive/lucid

« back to all changes in this revision

Viewing changes to m4/ac_prog_httpd.m4

  • Committer: Bazaar Package Importer
  • Author(s): Deng Xiyue
  • Date: 2009-05-12 17:30:18 UTC
  • mfrom: (1.1.9 upstream) (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090512173018-s7y88nfoxpaauztk
Tags: 20090426-1
* New upstream release.
* Update Standard-Version to 3.8.1:
  + List original Debianizer.
  + Point to versioned license file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#       HTTPD_DOC_HOME           = Document directory, taken as the first DocumentRoot path found in httpd.conf
26
26
#       HTTPD_SCRIPT_HOME        = CGI script directory, taken as the first ScriptAlias path found in httpd.conf
27
27
#
28
 
# LAST MODIFICATION
29
 
#
30
 
#   2008-04-12
31
 
#
32
 
# COPYLEFT
 
28
# LICENSE
33
29
#
34
30
#   Copyright (c) 2008 Gleen Salmon <gleensalmon@yahoo.com>
35
31
#
55
51
#   all other use of the material that constitutes the Autoconf Macro.
56
52
#
57
53
#   This special exception to the GPL applies to versions of the Autoconf
58
 
#   Macro released by the Autoconf Macro Archive. When you make and
59
 
#   distribute a modified version of the Autoconf Macro, you may extend this
60
 
#   special exception to the GPL to apply to your modified version as well.
 
54
#   Macro released by the Autoconf Archive. When you make and distribute a
 
55
#   modified version of the Autoconf Macro, you may extend this special
 
56
#   exception to the GPL to apply to your modified version as well.
61
57
 
62
58
AC_DEFUN([AC_PROG_HTTPD],[
63
59
AC_REQUIRE([AC_EXEEXT])dnl