3 # Test to make sure that mdate-sh is added to the right directory.
4 # Report from Kevin Dalley
6 .
$srcdir/defs ||
exit 1
8 cat > configure.
in << 'END'
10 AM_INIT_AUTOMAKE
(nonesuch
, nonesuch
)
14 AC_OUTPUT
(Makefile sub
/Makefile
)
17 cat > Makefile.am
<< 'END'
23 cat > sub
/Makefile.am
<< 'END'
24 info_TEXINFOS
= textutils.texi
27 cat > sub
/textutils.texi
<< 'END'
29 @setfilename textutils.info
32 $AUTOMAKE -a ||
exit 1