comparison configure.in @ 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
comparison
equal deleted inserted replaced
1068:a5c1b9b305dd 1069:5aaa1084a0c5
19 ### 19 ###
20 ### You should have received a copy of the GNU General Public License 20 ### You should have received a copy of the GNU General Public License
21 ### along with Octave; see the file COPYING. If not, write to the Free 21 ### along with Octave; see the file COPYING. If not, write to the Free
22 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23 23
24 AC_REVISION($Revision: 1.86 $) 24 AC_REVISION($Revision: 1.87 $)
25 AC_PREREQ(2.0) 25 AC_PREREQ(2.0)
26 AC_INIT(src/octave.cc) 26 AC_INIT(src/octave.cc)
27 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h) 27 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h)
28 28
29 AC_DEFINE(OCTAVE_SOURCE, 1) 29 AC_DEFINE(OCTAVE_SOURCE, 1)
456 ### Leave only directories where libraries might be found: 456 ### Leave only directories where libraries might be found:
457 457
458 FLIB_PATH=`echo " $FLIBS " | sed \ 458 FLIB_PATH=`echo " $FLIBS " | sed \
459 -e 's/ / /g' -e 's/ -Xlinker *[^ ]*/ /g' \ 459 -e 's/ / /g' -e 's/ -Xlinker *[^ ]*/ /g' \
460 -e 's/ -L *\([^ ]*\)/ \1/g' -e 's, /[^ ]*\.a , ,g' \ 460 -e 's/ -L *\([^ ]*\)/ \1/g' -e 's, /[^ ]*\.a , ,g' \
461 -e 's/ -l *[^ ]*/ /g' -e 's/ -u *[^ ]*/ /g' -e 's/^ *//' \ 461 -e 's/ -l *[^ ]*/ /g' -e 's/ -u *[^ ]*/ /g' \
462 -e 's/ *$//' -e 's/ */:/g'` 462 -e 's/ [^ ]*\.o//g' \
463 -e 's/^ *//' -e 's/ *$//' -e 's/ */:/g'`
463 464
464 CXXLIB_PATH=`echo " $CXXLIBS " | sed -e 's/ -Xlinker *[^ ]*/ /g' \ 465 CXXLIB_PATH=`echo " $CXXLIBS " | sed -e 's/ -Xlinker *[^ ]*/ /g' \
465 -e 's/ -L *\([^ ]*\)/ \1/g' -e 's, /[^ ]*\.a , ,g' \ 466 -e 's/ -L *\([^ ]*\)/ \1/g' -e 's, /[^ ]*\.a , ,g' \
466 -e 's/ / /g' -e 's/ -Xlinker *[^ ]*/ /g' \ 467 -e 's/ / /g' -e 's/ -Xlinker *[^ ]*/ /g' \
467 -e 's/ -l *[^ ]*/ /g' -e 's/ -u *[^ ]*/ /g' -e 's/^ *//' \ 468 -e 's/ -l *[^ ]*/ /g' -e 's/ -u *[^ ]*/ /g' \
468 -e 's/ *$//' -e 's/ */:/g'` 469 -e 's/ [^ ]*\.o//g' \
470 -e 's/^ *//' -e 's/ *$//' -e 's/ */:/g'`
469 changequote([,])dnl 471 changequote([,])dnl
470 472
471 AC_MSG_RESULT([defining FLIB_LIST to be $FLIB_LIST]) 473 AC_MSG_RESULT([defining FLIB_LIST to be $FLIB_LIST])
472 AC_MSG_RESULT([defining FLIB_PATH to be $FLIB_PATH]) 474 AC_MSG_RESULT([defining FLIB_PATH to be $FLIB_PATH])
473 475