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'
16 LIBOBJS
="$LIBOBJS fsusage.o mountlist.o"
20 cat > Makefile.am
<< 'END'
21 noinst_LIBRARIES
= libtu.a
23 libtu_a_LIBADD
= @LIBOBJS@