checking for a BSD-compatible install... /bin/install -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 style of include used by make... GNU
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 dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard
C... (cached) -std=gnu99
checking for ranlib... ranlib
checking whether gcc -std=gnu99 and cc understand -c and -o
together... yes
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e...
/bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for ranlib... (cached) ranlib
checking for gm4... no
checking for gnum4... no
checking for m4... /usr/bin/m4
checking whether m4 supports frozen files... yes
checking for xsltproc... no
checking locale.h usability... yes
checking locale.h presence... yes
.
.
.
make[3]: Nothing to be done for `install-exec-am'.
test -z ""/usr/share/info"" || /bin/mkdir -p
""/usr/share/info""
/bin/install -c -m 644 './bison.info'
'/usr/share/info/bison.info'
install-info --info-dir='/usr/share/info'
'/usr/share/info/bison.info'
test -z ""/usr/share/man/man1"" || /bin/mkdir -p
""/usr/share/man/man1""
/bin/install -c -m 644 '././bison.1'
'/usr/share/man/man1/bison.1'
/bin/install -c -m 644 './yacc.1'
'/usr/share/man/man1/yacc.1'
make[3]: Leaving directory `/sources/bison-2.4/doc'
make[2]: Leaving directory `/sources/bison-2.4/doc'
Making install in examples
make[2]: Entering directory `/sources/bison-2.4/examples'
Making install in calc++
make[3]: Entering directory
`/sources/bison-2.4/examples/calc++'
make install-am
make[4]: Entering directory
`/sources/bison-2.4/examples/calc++'
make[5]: Entering directory
`/sources/bison-2.4/examples/calc++'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/sources/bison-2.4/examples/calc++'
make[4]: Leaving directory
`/sources/bison-2.4/examples/calc++'
make[3]: Leaving directory
`/sources/bison-2.4/examples/calc++'
make[3]: Entering directory `/sources/bison-2.4/examples'
make[4]: Entering directory `/sources/bison-2.4/examples'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/sources/bison-2.4/examples'
make[3]: Leaving directory `/sources/bison-2.4/examples'
make[2]: Leaving directory `/sources/bison-2.4/examples'
Making install in tests
make[2]: Entering directory `/sources/bison-2.4/tests'
make[3]: Entering directory `/sources/bison-2.4/tests'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/sources/bison-2.4/tests'
make[2]: Leaving directory `/sources/bison-2.4/tests'
Making install in etc
make[2]: Entering directory `/sources/bison-2.4/etc'
make[3]: Entering directory `/sources/bison-2.4/etc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/sources/bison-2.4/etc'
make[2]: Leaving directory `/sources/bison-2.4/etc'
make[2]: Entering directory `/sources/bison-2.4'
make[3]: Entering directory `/sources/bison-2.4'
make[3]: Nothing to be done for `install-exec-am'.
test -z ""/usr/share/aclocal"" || /bin/mkdir -p
""/usr/share/aclocal""
/bin/install -c -m 644 'm4/bison-i18n.m4'
'/usr/share/aclocal/bison-i18n.m4'
make[3]: Leaving directory `/sources/bison-2.4'
make[2]: Leaving directory `/sources/bison-2.4'
make[1]: Leaving directory `/sources/bison-2.4'
|