checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for bison... bison -y
checking whether ln -s works... yes
checking for gcc... gcc
.
.
.
if test "gawk" = "gettext-tools"; then \
/bin/mkdir -p /usr/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
.././install-sh -c -m 644 ./$file \
/usr/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory `/sources/gawk-3.1.6/po'
Making install in test
make[1]: Entering directory `/sources/gawk-3.1.6/test'
make[2]: Entering directory `/sources/gawk-3.1.6/test'
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/gawk-3.1.6/test'
make[1]: Leaving directory `/sources/gawk-3.1.6/test'
|