changeset 7483:fb66330b2608

don't special case SH_LD for FreeBSD and OpenBSD
author John W. Eaton <jwe@octave.org>
date Fri, 15 Feb 2008 15:39:13 -0500
parents 29980c6b8604
children e7485946272b
files ChangeLog configure.in doc/faq/Octave-FAQ.texi
diffstat 3 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Feb 14 21:57:50 2008 -0500
+++ b/ChangeLog	Fri Feb 15 15:39:13 2008 -0500
@@ -1,3 +1,7 @@
+2008-02-15  John W. Eaton  <jwe@octave.org>
+
+	* configure.in (*-*-freebsd*, *-*-openbsd*): Don't set SH_LD.
+
 2008-02-14  John W. Eaton  <jwe@octave.org>
 
 	* examples/fortdemo.cc: Don't check f77_exception_encountered.
--- a/configure.in	Thu Feb 14 21:57:50 2008 -0500
+++ b/configure.in	Fri Feb 15 15:39:13 2008 -0500
@@ -972,11 +972,9 @@
     SH_LDFLAGS=-Bshareable
   ;;
   *-*-openbsd*)
-    SH_LD='$(CXX)'
     SH_LDFLAGS='-shared -fPIC'
   ;;
   *-*-freebsd*)
-    SH_LD='$(CC)'
     SH_LDFLAGS="-shared -Wl,-x"
     RLD_FLAG='-Wl,-rpath -Wl,$(octlibdir)'
   ;;
--- a/doc/faq/Octave-FAQ.texi	Thu Feb 14 21:57:50 2008 -0500
+++ b/doc/faq/Octave-FAQ.texi	Fri Feb 15 15:39:13 2008 -0500
@@ -454,7 +454,7 @@
 
 You will also find some user advice and code spread over the web.  Good
 starting points are the Octave Wiki @url{http://wiki.octave.org} and
-Octave-Forge @url{htt://octave.sourceforge.net}
+Octave-Forge @url{http://octave.sourceforge.net}
 
 @node Bug reports
 @section I think I have found a bug in Octave.