/[Apache-SVN]/httpd/httpd/trunk/modules/config5.m4
ViewVC logotype

Log of /httpd/httpd/trunk/modules/config5.m4

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 880794 - (view) (annotate) - [select for diffs]
Modified Mon Nov 16 15:24:34 2009 UTC (7 days, 13 hours ago) by niq
File length: 2133 byte(s)
Diff to previous 126524 (colored)
Build: fix --with-module to work as documented
PR 43881
Submitted: Gez Saunders
Reviewed: Nick Kew


Revision 126524 - (view) (annotate) - [select for diffs]
Modified Wed Jan 26 18:39:29 2005 UTC (4 years, 9 months ago) by erikabele
File length: 2132 byte(s)
Diff to previous 124604 (colored)
Change the 'lib' prefix to 'libmod_' to be really consistent with
r103164 of acinclude.m4.


Revision 124604 - (view) (annotate) - [select for diffs]
Modified Sat Jan 8 02:08:15 2005 UTC (4 years, 10 months ago) by erikabele
File length: 2128 byte(s)
Diff to previous 124600 (colored)
Fix indentation (no code changes).


Revision 124600 - (view) (annotate) - [select for diffs]
Modified Sat Jan 8 01:59:45 2005 UTC (4 years, 10 months ago) by erikabele
File length: 2064 byte(s)
Diff to previous 124599 (colored)
--with-module can now take more than one module to be statically
linked: --with-module=<modtype>:<modfile>,<modtype>:<modfile>,...
If the <modtype>-subdirectory doesn't exist it will be created and
populated with a standard Makefile.in.


Revision 124599 - (view) (annotate) - [select for diffs]
Modified Sat Jan 8 01:57:26 2005 UTC (4 years, 10 months ago) by erikabele
File length: 1711 byte(s)
Diff to previous 106103 (colored)
For a static module, use a filename with a lib prefix,
see also rev 102381 of acinclude.m4


Revision 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
File length: 1642 byte(s)
Diff to previous 104934 (colored)
general property cleanup

Revision 104934 - (view) (annotate) - [select for diffs]
Modified Thu Sep 2 13:18:13 2004 UTC (5 years, 2 months ago) by jim
File length: 1642 byte(s)
Diff to previous 93705 (colored)
Allow for the use of --with-module=foo:bar where the ./modules/foo
directory is local only. Assumes, of course, that the required
files are in ./modules/foo, but makes it easier to statically
build/log "external" modules.

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 93705 - (view) (annotate) - [select for diffs]
Modified Mon Mar 4 21:20:12 2002 UTC (7 years, 8 months ago) by aaron
File length: 1552 byte(s)
Diff to previous 91211 (colored)
Fix up the wording on the --with-module output printed during --help.
This has been a FAQ with some new 2.0 module developers.

Submitted by:	Thom May <thom@planetarytramp.net>
Reviewed by:	Aaron Bannert

Revision 91211 - (view) (annotate) - [select for diffs]
Modified Sun Sep 30 07:57:15 2001 UTC (8 years, 1 month ago) by jerenkrantz
File length: 1553 byte(s)
Diff to previous 88772 (colored)
Kill two autoconf-related birds with one commit.

- substr used in APACHE_MODULE for the help string did not parse correctly
  with autoconf 2.50+ so we had to punt there anyway and use AC_HELP_STRING.
- Add APACHE_HELP_STRING define that will call AC_HELP_STRING on 2.50+
  (actually not 2.13 - look at the regex call) or do our custom variation
  of it.  This function can't have any extra spaces or it will be returned
  in the help string.  So noted.  If anyone can figure out how to insert
  a line break like 2.50+ does when we go over the 26th column, I'd
  appreciate it.  I tried and I'm way too tired to figure it out now.
  Adding this would greatly simplify two or three HELP_STRING uses.
- Switch all of those annoying WITH and ENABLE functions to use the
  APACHE_HELP_STRING.  This makes everything consistent now.  I've always
  had to go through and keep aligning everything every few months or so
  because I'm the only one who cares.  No more.  I refuse to do it any more!
  Use APACHE_HELP_STRING or be crucified.

Looks decent with autoconf-2.13 and autoconf-2.52.

Revision 88772 - (view) (annotate) - [select for diffs]
Added Mon Apr 9 05:18:40 2001 UTC (8 years, 7 months ago) by rbb
File length: 1538 byte(s)
Allow modules to be added to the server at configure time.  The syntax
is:

--with-module=module_type:/path/to/module

module_type is the directory under modules/ that the module should be
copied to.  Currently, this only adds static modules

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2