<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/apache/httpd.git/modules/config5.m4, branch execd-dev</title>
<subtitle>github.com: apache/httpd.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/'/>
<entry>
<title>Change the 'lib' prefix to 'libmod_' to be really consistent with</title>
<updated>2005-01-26T18:39:29+00:00</updated>
<author>
<name>Erik Abele</name>
<email>erikabele@apache.org</email>
</author>
<published>2005-01-26T18:39:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/commit/?id=20be16c0c671a036f16bc2555d6b551f2f36be65'/>
<id>20be16c0c671a036f16bc2555d6b551f2f36be65</id>
<content type='text'>
r103164 of acinclude.m4.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126524 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
r103164 of acinclude.m4.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126524 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix indentation (no code changes).</title>
<updated>2005-01-08T02:08:15+00:00</updated>
<author>
<name>Erik Abele</name>
<email>erikabele@apache.org</email>
</author>
<published>2005-01-08T02:08:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/commit/?id=255ccc4a934f1cceb1a1aefebd58918323af9866'/>
<id>255ccc4a934f1cceb1a1aefebd58918323af9866</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124604 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124604 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>--with-module can now take more than one module to be statically</title>
<updated>2005-01-08T01:59:45+00:00</updated>
<author>
<name>Erik Abele</name>
<email>erikabele@apache.org</email>
</author>
<published>2005-01-08T01:59:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/commit/?id=b13c96a78592ef15f2991e3a9c4399fe34b1421c'/>
<id>b13c96a78592ef15f2991e3a9c4399fe34b1421c</id>
<content type='text'>
linked: --with-module=&lt;modtype&gt;:&lt;modfile&gt;,&lt;modtype&gt;:&lt;modfile&gt;,...
If the &lt;modtype&gt;-subdirectory doesn't exist it will be created and
populated with a standard Makefile.in.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124600 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
linked: --with-module=&lt;modtype&gt;:&lt;modfile&gt;,&lt;modtype&gt;:&lt;modfile&gt;,...
If the &lt;modtype&gt;-subdirectory doesn't exist it will be created and
populated with a standard Makefile.in.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124600 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>For a static module, use a filename with a lib prefix,</title>
<updated>2005-01-08T01:57:26+00:00</updated>
<author>
<name>Erik Abele</name>
<email>erikabele@apache.org</email>
</author>
<published>2005-01-08T01:57:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/commit/?id=b1f65b2c89d197d7c396c05000050ce197f50d04'/>
<id>b1f65b2c89d197d7c396c05000050ce197f50d04</id>
<content type='text'>
see also rev 102381 of acinclude.m4



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124599 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
see also rev 102381 of acinclude.m4



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124599 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow for the use of --with-module=foo:bar where the ./modules/foo</title>
<updated>2004-09-02T13:18:13+00:00</updated>
<author>
<name>Jim Jagielski</name>
<email>jim@apache.org</email>
</author>
<published>2004-09-02T13:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/commit/?id=f5097accfb6afca011c42a70347a5e730a1e706a'/>
<id>f5097accfb6afca011c42a70347a5e730a1e706a</id>
<content type='text'>
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:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104934 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104934 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up the wording on the --with-module output printed during --help.</title>
<updated>2002-03-04T21:20:12+00:00</updated>
<author>
<name>Aaron Bannert</name>
<email>aaron@apache.org</email>
</author>
<published>2002-03-04T21:20:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/commit/?id=b658e541385b13372f961fea8752ef6da2ff1a66'/>
<id>b658e541385b13372f961fea8752ef6da2ff1a66</id>
<content type='text'>
This has been a FAQ with some new 2.0 module developers.

Submitted by:	Thom May &lt;thom@planetarytramp.net&gt;
Reviewed by:	Aaron Bannert


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93705 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has been a FAQ with some new 2.0 module developers.

Submitted by:	Thom May &lt;thom@planetarytramp.net&gt;
Reviewed by:	Aaron Bannert


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93705 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Kill two autoconf-related birds with one commit.</title>
<updated>2001-09-30T07:57:15+00:00</updated>
<author>
<name>Justin Erenkrantz</name>
<email>jerenkrantz@apache.org</email>
</author>
<published>2001-09-30T07:57:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/commit/?id=f493313f3a47a5658d151d6dda35828ef3a6e9f6'/>
<id>f493313f3a47a5658d151d6dda35828ef3a6e9f6</id>
<content type='text'>
- 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.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91211 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91211 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow modules to be added to the server at configure time.  The syntax</title>
<updated>2001-04-09T05:18:40+00:00</updated>
<author>
<name>Ryan Bloom</name>
<email>rbb@apache.org</email>
</author>
<published>2001-04-09T05:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/commit/?id=b1aa5cbce27f32806093c5aa698fab6710ceaa4b'/>
<id>b1aa5cbce27f32806093c5aa698fab6710ceaa4b</id>
<content type='text'>
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


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88772 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88772 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
