r25955: libreplace: add a useful link about linking shared libraries
authorStefan Metzmacher <metze@samba.org>
Wed, 14 Nov 2007 10:42:03 +0000 (11:42 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:45:17 +0000 (05:45 +0100)
http://www.fortran-2000.com/ArnaudRecipes/sharedlib.html

metze

source/lib/replace/libreplace_ld.m4

index 04a472df4c56118e7ce9bfd1ecf204e1a3ee4e7c..7a37b1b23b341f50bfbf65c31c49d529e777a93c 100644 (file)
@@ -1,3 +1,8 @@
+#
+# This offers a nice overview how to build shared libraries on all platforms
+#        http://www.fortran-2000.com/ArnaudRecipes/sharedlib.html
+#
+
 AC_DEFUN([AC_LD_EXPORT_DYNAMIC],
 [
 saved_LDFLAGS="$LDFLAGS"