summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-11-14 11:42:03 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:17 +0100
commit85dd023f9900dbb256eda44220a37e04ed192395 (patch)
treee20783c2fc9bfad9af6a84ff950718ae31c18440 /source4
parent656d9f43049cbb50535aef38a5ac347b28fee910 (diff)
downloadsamba-85dd023f9900dbb256eda44220a37e04ed192395.tar.gz
samba-85dd023f9900dbb256eda44220a37e04ed192395.tar.bz2
samba-85dd023f9900dbb256eda44220a37e04ed192395.zip
r25955: libreplace: add a useful link about linking shared libraries
http://www.fortran-2000.com/ArnaudRecipes/sharedlib.html metze (This used to be commit 403c5521d1bbd78a6b20d7da121870a5aa1d3546)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/replace/libreplace_ld.m45
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/lib/replace/libreplace_ld.m4 b/source4/lib/replace/libreplace_ld.m4
index 04a472df4c..7a37b1b23b 100644
--- a/source4/lib/replace/libreplace_ld.m4
+++ b/source4/lib/replace/libreplace_ld.m4
@@ -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"