rse 98/03/25 04:57:43
Modified: src/modules/standard mod_so.c
Log:
Another hint where to find information about building shared
objects for the various platforms.
Revision Changes Path
1.16 +4 -0 apache-1.3/src/modules/standard/mod_so.c
Index: mod_so.c
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/modules/standard/mod_so.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- mod_so.c 1998/03/25 09:44:48 1.15
+++ mod_so.c 1998/03/25 12:57:42 1.16
@@ -114,6 +114,10 @@
* and which compiler and linker flags Perl 5 uses to create the shared
object
* files.
*
+ * Another location where you can find useful hints is the `ltconfig' script
+ * of the GNU libtool 1.2 package. Search for your platform name inside the
+ * various "case" constructs.
+ *
*/