From 85dd023f9900dbb256eda44220a37e04ed192395 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 14 Nov 2007 11:42:03 +0100 Subject: 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) --- source4/lib/replace/libreplace_ld.m4 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4') 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" -- cgit