From 72d4df8cb132ce00832b9965e5cb6a23403ba8b4 Mon Sep 17 00:00:00 2001 From: stefanjones Date: Sun, 31 Aug 2003 13:35:53 +0000 Subject: [PATCH] 2003-08-31 Stefan Jones * configure.in: Change linking order of libxspmif.a and libxspcm.a --- ChangeLog | 3 +++ configure.in | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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 \