Hi,
attached is really small patch against trunk documenting apxs -p option.
Regards,
Jan Kaluza
Index: docs/manual/programs/apxs.xml
===================================================================
--- docs/manual/programs/apxs.xml (revision 1494884)
+++ docs/manual/programs/apxs.xml (working copy)
@@ -210,6 +210,11 @@
<dd>This option passes <var>linker-flags</var> as additional
flags to the <code>libtool --mode=link</code> command. Use this
to add local linker-specific options.</dd>
+
+ <dt><code>-p</code></dt>
+ <dd>This option causes apxs to link against the apr/apr-util libraries.
+ This is useful when compiling helper programs that use the apr/apr-util
+ libraries.</dd>
</dl>
</section>