m4-1.4.4
checking for gawk... gawk
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 ANSI C... none needed
checking for a BSD-compatible install... /bin/install -c
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
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 for gcc option to accept ANSI C... (cached) 
checking for function prototypes... yes
checking for an ANSI C-conforming const... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for memory.h... (cached) yes
checking siginfo.h usability... no
checking siginfo.h presence... no
checking for siginfo.h... no
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for ANSI C header files... (cached) yes
checking return type of signal handlers... void
checking for size_t... yes
checking for mkstemp... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigstack... yes
checking for sigvec... yes
checking for strerror... yes
checking for tmpfile... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for vprintf... yes
checking for _doprnt... no
checking for strtol... yes
checking ecvt declaration... yes
checking if stack overflow is detectable... yes
checking if changeword is wanted... no
checking if malloc debugging is wanted... no
configure: creating ./config.status
config.status: creating stamp-h
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating checks/Makefile
config.status: creating examples/Makefile
config.status: creating config.h
for subdir in doc lib src checks examples; do \
  echo making all in $subdir; \
  (cd $subdir && make CC='gcc' CFLAGS='-O3 -march=k8 -fomit-frame-pointer -pipe' LDFLAGS='' LIBS='' prefix='/usr' exec_prefix='/usr' bindir='/usr/bin' infodir='/usr/info' all) || exit 1; \
done
making all in doc
make[1]: Entering directory `/usr/src/m4-1.4.4/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/m4-1.4.4/doc'
making all in lib
make[1]: Entering directory `/usr/src/m4-1.4.4/lib'
gcc -c -DHAVE_CONFIG_H -I.. -I.  -O3 -march=k8 -fomit-frame-pointer -pipe regex.c
regex.c: In function ‘re_match_2_internal’:
regex.c:4064: warning: passing argument 1 of ‘bcmp_translate’ discards qualifiers from pointer target type
regex.c:4064: warning: passing argument 2 of ‘bcmp_translate’ discards qualifiers from pointer target type
gcc -c -DHAVE_CONFIG_H -I.. -I.  -O3 -march=k8 -fomit-frame-pointer -pipe getopt.c
gcc -c -DHAVE_CONFIG_H -I.. -I.  -O3 -march=k8 -fomit-frame-pointer -pipe getopt1.c
gcc -c -DHAVE_CONFIG_H -I.. -I.  -O3 -march=k8 -fomit-frame-pointer -pipe error.c
gcc -c -DHAVE_CONFIG_H -I.. -I.  -O3 -march=k8 -fomit-frame-pointer -pipe obstack.c
gcc -c -DHAVE_CONFIG_H -I.. -I.  -O3 -march=k8 -fomit-frame-pointer -pipe xmalloc.c
gcc -c -DHAVE_CONFIG_H -I.. -I.  -O3 -march=k8 -fomit-frame-pointer -pipe xstrdup.c
rm -f libm4.a
ar cru libm4.a regex.o getopt.o getopt1.o error.o obstack.o xmalloc.o xstrdup.o  
ranlib libm4.a
make[1]: Leaving directory `/usr/src/m4-1.4.4/lib'
making all in src
make[1]: Entering directory `/usr/src/m4-1.4.4/src'
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -O3 -march=k8 -fomit-frame-pointer -pipe m4.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -O3 -march=k8 -fomit-frame-pointer -pipe builtin.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -O3 -march=k8 -fomit-frame-pointer -pipe debug.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -O3 -march=k8 -fomit-frame-pointer -pipe eval.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -O3 -march=k8 -fomit-frame-pointer -pipe format.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -O3 -march=k8 -fomit-frame-pointer -pipe freeze.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -O3 -march=k8 -fomit-frame-pointer -pipe input.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -O3 -march=k8 -fomit-frame-pointer -pipe macro.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -O3 -march=k8 -fomit-frame-pointer -pipe output.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -O3 -march=k8 -fomit-frame-pointer -pipe path.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -O3 -march=k8 -fomit-frame-pointer -pipe stackovf.c
stackovf.c: In function ‘setup_stackovf_trap’:
stackovf.c:344: warning: ‘sigstack’ is deprecated (declared at /usr/include/signal.h:358)
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -O3 -march=k8 -fomit-frame-pointer -pipe symtab.c
gcc  -o m4 m4.o builtin.o debug.o eval.o format.o freeze.o input.o macro.o output.o path.o stackovf.o symtab.o ../lib/libm4.a 
stackovf.o: In function `setup_stackovf_trap':
stackovf.c:(.text+0x291): warning: the `sigstack' function is dangerous.  `sigaltstack' should be used instead.
make[1]: Leaving directory `/usr/src/m4-1.4.4/src'
making all in checks
make[1]: Entering directory `/usr/src/m4-1.4.4/checks'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/m4-1.4.4/checks'
making all in examples
make[1]: Entering directory `/usr/src/m4-1.4.4/examples'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/m4-1.4.4/examples'
for subdir in doc lib src checks examples; do \
  echo making install in $subdir; \
  (cd $subdir && make CC='gcc' CFLAGS='-O3 -march=k8 -fomit-frame-pointer -pipe' LDFLAGS='' LIBS='' prefix='/usr' exec_prefix='/usr' bindir='/usr/bin' infodir='/usr/info' install) || exit 1; \
done
making install in doc
make[1]: Entering directory `/usr/src/m4-1.4.4/doc'
./../mkinstalldirs /usr/info
cd . && for file in m4.info*; do \
  /bin/install -c -m 644 $file /usr/info/$file; \
done
make[1]: Leaving directory `/usr/src/m4-1.4.4/doc'
making install in lib
make[1]: Entering directory `/usr/src/m4-1.4.4/lib'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/usr/src/m4-1.4.4/lib'
making install in src
make[1]: Entering directory `/usr/src/m4-1.4.4/src'
./../mkinstalldirs /usr/bin
/bin/install -c m4 \
/usr/bin/`echo m4 | sed 's,x,x,'`
make[1]: Leaving directory `/usr/src/m4-1.4.4/src'
making install in checks
make[1]: Entering directory `/usr/src/m4-1.4.4/checks'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/usr/src/m4-1.4.4/checks'
making install in examples
make[1]: Entering directory `/usr/src/m4-1.4.4/examples'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/usr/src/m4-1.4.4/examples'

real	0m7.502s
user	0m5.460s
sys	0m1.352s
