2003-08-31 Stefan Jones <stefan.jones@multigig.com>

* configure.in:
	Change linking order of libxspmif.a and libxspcm.a
This commit is contained in:
stefanjones 2003-08-31 13:35:53 +00:00
parent 7f3cb33f8c
commit 72d4df8cb1
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2003-08-31 Stefan Jones <stefan.jones@multigig.com>
* configure.in:
Change linking order of libxspmif.a and libxspcm.a
* tests/TransImpedanceAmp/output.net:
processed with dos2unix

View File

@ -405,8 +405,8 @@ if test "$enable_xspice" = "yes"; then
AC_PROG_YACC
AM_PROG_LEX
XSPICEDIR="xspice"
XSPICELIB1="$XSPICEDIR/mif/libmifxsp.a \
$XSPICEDIR/cm/libcmxsp.a"
XSPICELIB1="$XSPICEDIR/cm/libcmxsp.a \
$XSPICEDIR/mif/libmifxsp.a"
XSPICELIB2="$XSPICEDIR/evt/libevtxsp.a \
$XSPICEDIR/enh/libenhxsp.a \
$XSPICEDIR/ipc/libipcxsp.a \