3 # Make sure Automake will install several copies of required files if needed.
4 # Reported by Marius Vollmer.
6 . $srcdir/defs || exit 1
10 cat >> configure.in <<EOF
11 AC_CONFIG_FILES([one/Makefile two/Makefile])
18 echo 'SUBDIRS = one two' > Makefile.am
19 echo 'info_TEXINFOS = mumble.texi' > one/Makefile.am
20 cat >one/mumble.texi <<'END'
21 @setfilename mumble.info
25 cp one/Makefile.am one/mumble.texi two
28 $AUTOMAKE --add-missing --copy
31 test -f one/texinfo.tex
33 test -f two/texinfo.tex