3 # Test for bug reported by Jim Meyering:
4 # automake-0.29 didn't handle this line properly.
5 # LIBOBJS="$LIBOBJS fsusage.o mountlist.o"
7 .
$srcdir/defs ||
exit 1
9 cat > configure.
in << 'END'
15 LIBOBJS
="$LIBOBJS fsusage.o mountlist.o"
19 cat > Makefile.am
<< 'END'
20 noinst_LIBRARIES
= libtu.a
22 libtu_a_LIBADD
= @LIBOBJS@