checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
.
.
.
make[1]: Leaving directory `/sources/texinfo-4.3/doc'
make[1]: Entering directory `/sources/texinfo-4.3'
make[2]: Entering directory `/sources/texinfo-4.3'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/sources/texinfo-4.3'
make[1]: Leaving directory `/sources/texinfo-4.3'
cd doc && make TEXMF=/usr/share/texmf install-tex
make[1]: Entering directory `/sources/texinfo-4.3/doc'
test -n "/usr/share/texmf" || (echo "TEXMF must be set." >&2; exit 1)
/bin/sh ../mkinstalldirs /usr/share/texmf/tex/texinfo /usr/share/texmf/tex/generic/dvips
/usr/share/texmf/pdftex/plain/misc
/bin/install -c -m 644 ./texinfo.tex /usr/share/texmf/tex/texinfo/texinfo.tex
/bin/install -c -m 644 ./epsf.tex /usr/share/texmf/tex/generic/dvips/epsf.tex
/bin/install -c -m 644 ./pdfcolor.tex /usr/share/texmf/pdftex/plain/misc/pdfcolor.tex
for f in txi-cs.tex txi-de.tex txi-en.tex txi-es.tex txi-fr.tex txi-it.tex txi-nl.tex txi-no.tex txi-pt.tex; do \
/bin/install -c -m 644 ./$f /usr/share/texmf/tex/texinfo/$f; done
make[1]: Leaving directory `/sources/texinfo-4.3/doc'
|