diff --git a/ChangeLog b/ChangeLog index d86f1ff98..23b1ac6c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-08-31 Stefan Jones + * configure.in: + Change linking order of libxspmif.a and libxspcm.a + * tests/TransImpedanceAmp/output.net: processed with dos2unix diff --git a/configure.in b/configure.in index 51c1994d4..3156af15e 100644 --- a/configure.in +++ b/configure.in @@ -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 \