in $prefix/lib/ as well as $prefix/lib/extra/.
+2002-05-30 Charles Wilson <cwilson@ece.gatech.edu>
+
+ * tests/build-relink2.test: look for installed libl3.la
+ in $prefix/lib/ as well as $prefix/lib/extra/.
+
2002-05-30 Gary V. Vaughan <gary@gnu.org>
* tests/hardcode.test: Use libtool --config to collect the
. $srcdir/defs || exit 1
# Check that things are built.
-if test -f $prefix/lib/extra/libl3.la && cd ../depdemo && test -f l3/libl3.la; then :
+if (test -f $prefix/lib/extra/libl3.la || test -f $prefix/lib/libl3.la) \
+ && cd ../depdemo && test -f l3/libl3.la; then :
else
echo "You must run depdemo-inst.test before $0" 1>&2
exit 77