before linking the test executables so that they don't pick
up the dlls from the current dir on Cygwin and MinGW.
+2005-09-22 Peter Ekberg <peda@lysator.liu.se>,
+
+ * tests/link-order.test: Clean up the uninstalled libraries
+ before linking the test executables so that they don't pick
+ up the dlls from the current dir on Cygwin and MinGW.
+
2005-09-22 Tim Rice <tim@multitalents.net>
* libltdl/m4/libtool.m4 (LT_PATH_NM, _LT_LINKER_SHLIBS)
[0], [stdout], [stderr])
done
+$LIBTOOL --mode=clean rm -f src/libb.la
+$LIBTOOL --mode=clean rm -f src/liba.la
+
# Do not error if we do not relink (e.g. static-only systems)
AT_CHECK([if $EGREP relinking stderr; then
$EGREP ' -L.*\/new\/lib -lb -L.*\/old\/lib -lcee' stdout