changeset 1068:a5c1b9b305dd

[project @ 1995-01-25 15:43:27 by jwe]
author jwe
date Wed, 25 Jan 1995 15:47:15 +0000
parents 976573373d7c
children 5aaa1084a0c5
files configure.in flibs.sh
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Jan 25 15:27:02 1995 +0000
+++ b/configure.in	Wed Jan 25 15:47:15 1995 +0000
@@ -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.85 $)
+AC_REVISION($Revision: 1.86 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h)
@@ -444,11 +444,13 @@
 FLIB_LIST=`echo " $FLIBS " | sed -e 's/ -Xlinker *[^ ]*/ /g' \
 	-e 's/ -L *[^ ]*/ /g' \
 	-e 's/ -l *\([^ ]*\)/ lib\1.a/g' -e 's/ -u *[^ ]*/ /g' \
+	-e 's/ [^ ]*\.o//g' \
 	-e 's/^ *//' -e 's/ *$//' -e 's/  */:/g'`
 
 CXXLIB_LIST=`echo " $CXXLIBS " | sed -e 's/ -Xlinker *[^ ]*/ /g' \
 	-e 's/ -L *[^ ]*/ /g' \
 	-e 's/ -l *\([^ ]*\)/ lib\1.a/g' -e 's/ -u *[^ ]*/ /g' \
+	-e 's/ [^ ]*\.o//g' \
 	-e 's/^ *//' -e 's/ *$//' -e 's/  */:/g'`
 
 ### Leave only directories where libraries might be found:
--- a/flibs.sh	Wed Jan 25 15:27:02 1995 +0000
+++ b/flibs.sh	Wed Jan 25 15:47:15 1995 +0000
@@ -57,7 +57,7 @@
   if test -z "$want_arg"
   then
     case $arg in
-      /*.a)
+      /*.a | /*values-*.o)
         exists=false
         for f in $lflags
         do