# HG changeset patch # User jwe # Date 791048835 0 # Node ID a5c1b9b305dd01949e882629f9cba7a9a078edb8 # Parent 976573373d7c80299f0a240ea3f1d2ef40ffdb40 [project @ 1995-01-25 15:43:27 by jwe] diff --git a/configure.in b/configure.in --- 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.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: diff --git a/flibs.sh b/flibs.sh --- a/flibs.sh +++ b/flibs.sh @@ -57,7 +57,7 @@ if test -z "$want_arg" then case $arg in - /*.a) + /*.a | /*values-*.o) exists=false for f in $lflags do