# HG changeset patch # User jwe # Date 791051424 0 # Node ID 5aaa1084a0c5664896547839eed848989bf11f8b # Parent a5c1b9b305dd01949e882629f9cba7a9a078edb8 [project @ 1995-01-25 16:30:24 by jwe] diff -r a5c1b9b305dd -r 5aaa1084a0c5 configure.in --- a/configure.in Wed Jan 25 15:47:15 1995 +0000 +++ b/configure.in Wed Jan 25 16:30:24 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.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])