1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

fix the example apxs -i invocation to work with the Apache 2.0 build

mechanism

PR:               12151
Submitted by:	  god@ogmc.ru
Reviewed by:	  Jeff Trawick


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96567 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2002-08-29 11:20:02 +00:00
parent de2f8a3048
commit 2bb5a701d1
4 changed files with 4 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ $ make install
<blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code>
$ cd /path/to/3rdparty<br>
$ apxs -c mod_foo.c<br>
$ apxs -i -a -n foo mod_foo.so
$ apxs -i -a -n foo mod_foo.la
</code></td></tr></table></blockquote>
</li>
</ol>

View File

@@ -153,7 +153,7 @@ $ make install
<pre>
$ cd /path/to/3rdparty
$ apxs -c mod_foo.c
$ apxs -i -a -n foo mod_foo.so
$ apxs -i -a -n foo mod_foo.la
</pre>
</td>
</tr>

View File

@@ -149,7 +149,7 @@ $ make install
<pre>
$ cd /path/to/3rdparty
$ apxs -c mod_foo.c
$ apxs -i -a -n foo mod_foo.so
$ apxs -i -a -n foo mod_foo.la
</pre>
</td>
</tr>

View File

@@ -113,7 +113,7 @@ $ make install
<example>
$ cd /path/to/3rdparty<br />
$ apxs -c mod_foo.c<br />
$ apxs -i -a -n foo mod_foo.so
$ apxs -i -a -n foo mod_foo.la
</example>
</li>
</ol>