changeset 1069:5aaa1084a0c5

[project @ 1995-01-25 16:30:24 by jwe]
author jwe
date Wed, 25 Jan 1995 16:30:24 +0000
parents a5c1b9b305dd
children 999c1ecad9dd
files configure.in
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in
+++ b/configure.in
@@ -21,7 +21,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-AC_REVISION($Revision: 1.86 $)
+AC_REVISION($Revision: 1.87 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h)
@@ -458,14 +458,16 @@
 FLIB_PATH=`echo " $FLIBS " | sed \
 	-e 's/ /  /g' -e 's/ -Xlinker *[^ ]*/ /g' \
 	-e 's/ -L *\([^ ]*\)/ \1/g' -e 's, /[^ ]*\.a , ,g' \
-	-e 's/ -l *[^ ]*/ /g' -e 's/ -u *[^ ]*/ /g' -e 's/^ *//' \
-	-e 's/ *$//' -e 's/  */:/g'`
+	-e 's/ -l *[^ ]*/ /g' -e 's/ -u *[^ ]*/ /g' \
+	-e 's/ [^ ]*\.o//g' \
+	-e 's/^ *//' -e 's/ *$//' -e 's/  */:/g'`
 
 CXXLIB_PATH=`echo " $CXXLIBS " | sed -e 's/ -Xlinker *[^ ]*/ /g' \
 	-e 's/ -L *\([^ ]*\)/ \1/g' -e 's, /[^ ]*\.a , ,g' \
 	-e 's/ /  /g' -e 's/ -Xlinker *[^ ]*/ /g' \
-	-e 's/ -l *[^ ]*/ /g' -e 's/ -u *[^ ]*/ /g' -e 's/^ *//' \
-	-e 's/ *$//' -e 's/  */:/g'`
+	-e 's/ -l *[^ ]*/ /g' -e 's/ -u *[^ ]*/ /g' \
+	-e 's/ [^ ]*\.o//g' \
+	-e 's/^ *//' -e 's/ *$//' -e 's/  */:/g'`
 changequote([,])dnl
 
 AC_MSG_RESULT([defining FLIB_LIST to be $FLIB_LIST])