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'
10 AM_INIT_AUTOMAKE
(nonesuch
, nonesuch
)
18 LIBOBJS
="$LIBOBJS fsusage.o mountlist.o"
22 cat > Makefile.am
<< 'END'
23 noinst_LIBRARIES
= libtu.a
25 libtu_a_LIBADD
= @LIBOBJS@