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 whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... 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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... pch
.
.
.
/bin/install -c 'which' '/usr/bin/which'
test -z "/usr/share/info" || mkdir -p -- "/usr/share/info"
/bin/install -c -m 644 './which.info' '/usr/share/info/which.info'
install-info --info-dir='/usr/share/info' '/usr/share/info/which.info'
test -z "/usr/share/man/man1" || mkdir -p -- "/usr/share/man/man1"
/bin/install -c -m 644 './which.1' '/usr/share/man/man1/which.1'
make[3]: Leaving directory `/sources/which-2.19'
make[2]: Leaving directory `/sources/which-2.19'
make[1]: Leaving directory `/sources/which-2.19'
|