bug-m4
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Building m4 on BSDI 4.0.1


From: Chris McGuire
Subject: Building m4 on BSDI 4.0.1
Date: Tue, 12 Dec 2006 13:21:02 -0500

I'll say I'm sorry up front if I'm not sending this to the proper people or in 
the proper format. My hope is to just provide you with a little feedback about 
an OS that you might not deal with much.

To get m4 to build on my old BSDI 4.0.1 machine here's what I had to do. These 
are taken from my own notes to myself:


        wget http://ftp.gnu.org/gnu/m4/m4-1.4.8.tar.gz
        gzip -d -c m4-1.4.8.tar.gz | tar xf -;chown -R root:wheel m4-1.4.8;cd 
m4-1.4.8

        BSDI:
        wchar.h is messed up on BSDI 4.0.1 and the newer m4 tries to find it 
and use it. It finds it
        and thinks it is okay to use, but it isn't. So we have to hide wchar.h 
while we try to build m4
        so that it doesn't find it during ./configure and it makes due without 
it, I guess??
        
        mv /usr/include/wchar.h /usr/include/wchar.h.off

        pico src/stackovf.c
                Replace 'ss_sp' with 'ss_base'
                NOTE: Got this info from
                        http://permalink.gmane.org/gmane.editors.vim/6456

                ./configure
                gmake
                gmake install

                First Install:
                        cd /usr/bin
                        rm m4
                        ln -s /usr/local/bin/m4 m4

        mv /usr/include/wchar.h.off /usr/include/wchar.h



FYI, I'm using the newest gmake v3.81.

I hope the info about my probelms with wchar.h and ss_sp  vs.  ss_base  may be 
able to help you implement a build process for BSDI 4.0.1 that will work 
smoothly in the future.

I am a hacker at best and I often solve problems through trial and error and 
Google, but never fully grasp the reasoning behind them. For your reference 
I've pasted the ./configure output and gmake output for the cases where I 
changed nothing (failed) and where I made the changes I documented above 
(success). I'd be glad to provide you any more info you might like, just let me 
know.

You feedback is welcomed and an acknowledgment that you received this would be 
nice.

Thanks so much for all you do!
Chris McGuire, owner
Web Space Outlet
http://www.wso.net
+1.8148616010


m4 build with no file changes:
========================================================================
./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i386-pc-bsdi4.0.1
checking host system type... i386-pc-bsdi4.0.1
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... gcc
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for AIX... no
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... no
checking for stdint.h... no
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 limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking siginfo.h usability... no
checking siginfo.h presence... no
checking for siginfo.h... no
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking stdio_ext.h usability... no
checking stdio_ext.h presence... no
checking for stdio_ext.h... no
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... no
checking wctype.h presence... no
checking for wctype.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdint.h... (cached) no
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for siginfo_t... no
checking for struct sigaction.sa_sigaction... no
checking return type of signal handlers... void
checking for size_t... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigstack... no
checking for sigvec... yes
checking for strerror... yes
checking for raise... yes
checking for iswprint... yes
checking for mbsinit... no
checking for mbrtowc... no
checking for mempcpy... no
checking for wcrtomb... no
checking for wcscoll... no
checking for lstat... yes
checking for gettimeofday... yes
checking for pipe... yes
checking for wcwidth... yes
checking for working alloca.h... no
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for long long int... yes
checking for long double... yes
checking whether strerror_r is declared... no
checking for strerror_r... no
checking whether strerror_r returns char *... no
checking for sig_atomic_t... yes
checking getopt.h usability... no
checking getopt.h presence... no
checking for getopt.h... no
checking whether getenv is declared... yes
checking for inline... inline
checking for mbstate_t... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for C/C++ restrict keyword... no
checking for nl_langinfo and CODESET... no
checking for stdbool.h that conforms to C99... no
checking for _Bool... no
checking for unsigned long long int... yes
checking whether stat file-mode macros are broken... no
checking whether clearerr_unlocked is declared... no
checking whether feof_unlocked is declared... no
checking whether ferror_unlocked is declared... no
checking whether fflush_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking for EOVERFLOW... E2BIG
checking for wchar_t... yes
checking for wint_t... no
checking for inttypes.h... no
checking for stdint.h... no
checking for intmax_t... no
checking for error_at_line... no
checking for sigaction... (cached) yes
checking for __fpending... no
checking whether __fpending is declared... no
checking how to determine the number of pending output bytes on a stream... 
fp->_p - fp->_bf._base
checking whether free (NULL) is known to work... yes
checking whether the compiler generally respects inline... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... (cached) yes
checking for iswcntrl... yes
checking for memchr... yes
checking for mkdtemp... no
checking for working mkstemp... yes
checking for obstacks... no
checking for mbstate_t... (cached) no
checking whether mbrtowc and mbstate_t are properly declared... (cached) no
checking for working re_compile_pattern... no
checking whether isblank is declared... yes
checking for sigprocmask... yes
checking for stdint.h... (cached) no
checking for SIZE_MAX... (((1U << 31) - 1) * 2 + 1)
checking for ssize_t... yes
checking for va_copy... no
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... 32
checking for bit size of sig_atomic_t... 32
checking for bit size of size_t... 32
checking for bit size of wchar_t... 32
checking for bit size of wint_t... 32
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... yes
checking whether wint_t is signed... yes
checking for ptrdiff_t integer literal suffix... 
checking for sig_atomic_t integer literal suffix... 
checking for size_t integer literal suffix... u
checking for wchar_t integer literal suffix... 
checking for wint_t integer literal suffix... 
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking for strtol... yes
checking whether mkdir is declared... yes
checking absolute name of <sys/stat.h>... ///usr/include/sys/stat.h
checking for __secure_getenv... no
checking for unistd.h... (cached) yes
checking for vasnprintf... no
checking for ptrdiff_t... yes
checking for snprintf... yes
checking for wcslen... yes
checking for vasprintf... no
checking whether wcwidth is declared... no
checking for stdint.h... (cached) no
checking if stack overflow is detectable... yes
checking for rlim_t... no
checking for stack_t... no
checking for sigcontext... no
checking if system() agrees with pclose()... yes
checking if changeword is wanted... no
checking if malloc debugging is wanted... no
configure: creating ./config.status
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 lib/config.h
config.status: executing depfiles commands
config.status: executing stamp-h commands



gmake
Making all in .
gmake[1]: Entering directory `/usr/src/contrib/m4-1.4.8'
gmake[1]: Nothing to be done for `all-am'.
gmake[1]: Leaving directory `/usr/src/contrib/m4-1.4.8'
Making all in examples
gmake[1]: Entering directory `/usr/src/contrib/m4-1.4.8/examples'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/src/contrib/m4-1.4.8/examples'
Making all in lib
gmake[1]: Entering directory `/usr/src/contrib/m4-1.4.8/lib'
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat ./alloca_.h; \
        } > alloca.h-t
mv -f alloca.h-t alloca.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat ./getopt_.h; \
        } > getopt.h-t
mv -f getopt.h-t getopt.h
rm -f stdbool.h-t stdbool.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''HAVE__BOOL''@/0/g' < ./stdbool_.h; \
        } > stdbool.h-t
mv stdbool.h-t stdbool.h
rm -f stdint.h-t stdint.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''HAVE_WCHAR_H''@/1/g' \
              -e 's/@''HAVE_STDINT_H''@/0/g' \
              -e 's|@''ABSOLUTE_STDINT_H''@|"no/such/file/stdint.h"|g' \
              -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
              -e 's/@''HAVE_INTTYPES_H''@/0/g' \
              -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
              -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
              -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
              -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
              -e 's/@''BITSIZEOF_PTRDIFF_T''@/32/g' \
              -e 's/@''PTRDIFF_T_SUFFIX''@//g' \
              -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \
              -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \
              -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
              -e 's/@''BITSIZEOF_SIZE_T''@/32/g' \
              -e 's/@''SIZE_T_SUFFIX''@/u/g' \
              -e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
              -e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \
              -e 's/@''WCHAR_T_SUFFIX''@//g' \
              -e 's/@''BITSIZEOF_WINT_T''@/32/g' \
              -e 's/@''HAVE_SIGNED_WINT_T''@/1/g' \
              -e 's/@''WINT_T_SUFFIX''@//g' \
              < ./stdint_.h; \
        } > stdint.h-t
mv stdint.h-t stdint.h
test -d sys || mkdir sys
rm -f sys/stat.h-t sys/stat.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''ABSOLUTE_SYS_STAT_H''@|"///usr/include/sys/stat.h"|g' \
              < ./stat_.h; \
        } > sys/stat.h-t
mv sys/stat.h-t sys/stat.h
gmake  all-am
gmake[2]: Entering directory `/usr/src/contrib/m4-1.4.8/lib'
source='allocsa.c' object='allocsa.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c allocsa.c
source='gl_avltree_oset.c' object='gl_avltree_oset.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c gl_avltree_oset.c
source='clean-temp.c' object='clean-temp.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c clean-temp.c
source='fatal-signal.c' object='fatal-signal.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c fatal-signal.c
source='gl_linkedhash_list.c' object='gl_linkedhash_list.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c gl_linkedhash_list.c
source='gl_list.c' object='gl_list.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c gl_list.c
source='gl_oset.c' object='gl_oset.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c gl_oset.c
source='strnlen1.c' object='strnlen1.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c strnlen1.c
source='tmpdir.c' object='tmpdir.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c tmpdir.c
source='verror.c' object='verror.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c verror.c
source='xalloc-die.c' object='xalloc-die.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c xalloc-die.c
source='xallocsa.c' object='xallocsa.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c xallocsa.c
source='xvasprintf.c' object='xvasprintf.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c xvasprintf.c
source='xasprintf.c' object='xasprintf.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c xasprintf.c
source='__fpending.c' object='__fpending.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c __fpending.c
source='asnprintf.c' object='asnprintf.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c asnprintf.c
source='asprintf.c' object='asprintf.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c asprintf.c
source='cloexec.c' object='cloexec.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c cloexec.c
source='close-stream.c' object='close-stream.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c close-stream.c
source='closeout.c' object='closeout.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c closeout.c
source='dup-safer.c' object='dup-safer.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c dup-safer.c
source='error.c' object='error.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c error.c
source='exitfail.c' object='exitfail.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c exitfail.c
source='fd-safer.c' object='fd-safer.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c fd-safer.c
source='fopen-safer.c' object='fopen-safer.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c fopen-safer.c
source='getopt.c' object='getopt.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c getopt.c
source='getopt1.c' object='getopt1.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c getopt1.c
source='mbchar.c' object='mbchar.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c mbchar.c
In file included from mbchar.h:157,
                 from mbchar.c:22:
/usr/include/wchar.h:16: syntax error before `*'
/usr/include/wchar.h:16: syntax error before `*'
/usr/include/wchar.h:16: warning: data definition has no type or storage class
/usr/include/wchar.h:20: syntax error before `*'
/usr/include/wchar.h:22: syntax error before `*'
/usr/include/wchar.h:22: syntax error before `*'
/usr/include/wchar.h:22: warning: data definition has no type or storage class
/usr/include/wchar.h:23: syntax error before `*'
/usr/include/wchar.h:23: syntax error before `*'
/usr/include/wchar.h:23: warning: data definition has no type or storage class
/usr/include/wchar.h:24: syntax error before `*'
/usr/include/wchar.h:24: syntax error before `*'
/usr/include/wchar.h:24: warning: data definition has no type or storage class
/usr/include/wchar.h:25: syntax error before `*'
/usr/include/wchar.h:26: syntax error before `*'
/usr/include/wchar.h:27: syntax error before `*'
/usr/include/wchar.h:27: syntax error before `*'
/usr/include/wchar.h:27: warning: data definition has no type or storage class
/usr/include/wchar.h:28: syntax error before `*'
/usr/include/wchar.h:28: syntax error before `*'
/usr/include/wchar.h:28: warning: data definition has no type or storage class
/usr/include/wchar.h:29: syntax error before `*'
/usr/include/wchar.h:30: syntax error before `*'
/usr/include/wchar.h:31: syntax error before `*'
/usr/include/wchar.h:31: syntax error before `*'
/usr/include/wchar.h:31: warning: data definition has no type or storage class
/usr/include/wchar.h:32: syntax error before `*'
/usr/include/wchar.h:33: syntax error before `*'
/usr/include/wchar.h:34: syntax error before `*'
/usr/include/wchar.h:34: syntax error before `*'
/usr/include/wchar.h:34: warning: data definition has no type or storage class
/usr/include/wchar.h:35: syntax error before `*'
/usr/include/wchar.h:35: syntax error before `*'
/usr/include/wchar.h:35: warning: data definition has no type or storage class
/usr/include/wchar.h:36: syntax error before `*'
In file included from wcwidth.h:31,
                 from mbchar.h:285,
                 from mbchar.c:22:
/usr/include/wchar.h:7: redefinition of `wint_t'
/usr/include/wchar.h:7: `wint_t' previously declared here
/usr/include/wchar.h:8: redefinition of `wctype_t'
/usr/include/wchar.h:8: `wctype_t' previously declared here
/usr/include/wchar.h:16: syntax error before `*'
/usr/include/wchar.h:16: syntax error before `*'
/usr/include/wchar.h:16: warning: data definition has no type or storage class
/usr/include/wchar.h:20: syntax error before `*'
/usr/include/wchar.h:22: syntax error before `*'
/usr/include/wchar.h:22: syntax error before `*'
/usr/include/wchar.h:22: warning: data definition has no type or storage class
/usr/include/wchar.h:23: syntax error before `*'
/usr/include/wchar.h:23: syntax error before `*'
/usr/include/wchar.h:23: warning: data definition has no type or storage class
/usr/include/wchar.h:24: syntax error before `*'
/usr/include/wchar.h:24: syntax error before `*'
/usr/include/wchar.h:24: warning: data definition has no type or storage class
/usr/include/wchar.h:25: syntax error before `*'
/usr/include/wchar.h:26: syntax error before `*'
/usr/include/wchar.h:27: syntax error before `*'
/usr/include/wchar.h:27: syntax error before `*'
/usr/include/wchar.h:27: warning: data definition has no type or storage class
/usr/include/wchar.h:28: syntax error before `*'
/usr/include/wchar.h:28: syntax error before `*'
/usr/include/wchar.h:28: warning: data definition has no type or storage class
/usr/include/wchar.h:29: syntax error before `*'
/usr/include/wchar.h:30: syntax error before `*'
/usr/include/wchar.h:31: syntax error before `*'
/usr/include/wchar.h:31: syntax error before `*'
/usr/include/wchar.h:31: warning: data definition has no type or storage class
/usr/include/wchar.h:32: syntax error before `*'
/usr/include/wchar.h:33: syntax error before `*'
/usr/include/wchar.h:34: syntax error before `*'
/usr/include/wchar.h:34: syntax error before `*'
/usr/include/wchar.h:34: warning: data definition has no type or storage class
/usr/include/wchar.h:35: syntax error before `*'
/usr/include/wchar.h:35: syntax error before `*'
/usr/include/wchar.h:35: warning: data definition has no type or storage class
/usr/include/wchar.h:36: syntax error before `*'
In file included from mbchar.c:22:
mbchar.h:294: syntax error before `wchar_t'
mbchar.h: In function `mb_copy':
mbchar.h:399: structure has no member named `wc'
mbchar.h:399: structure has no member named `wc'
gmake[2]: *** [mbchar.o] Error 1
gmake[2]: Leaving directory `/usr/src/contrib/m4-1.4.8/lib'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/src/contrib/m4-1.4.8/lib'
gmake: *** [all-recursive] Error 1

===========================================================================
Successful m4 build and install after documented changes
===========================================================================
./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i386-pc-bsdi4.0.1
checking host system type... i386-pc-bsdi4.0.1
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... gcc
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for AIX... no
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... no
checking for stdint.h... no
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 limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking siginfo.h usability... no
checking siginfo.h presence... no
checking for siginfo.h... no
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking stdio_ext.h usability... no
checking stdio_ext.h presence... no
checking for stdio_ext.h... no
checking wchar.h usability... no
checking wchar.h presence... no
checking for wchar.h... no
checking wctype.h usability... no
checking wctype.h presence... no
checking for wctype.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdint.h... (cached) no
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for siginfo_t... no
checking for struct sigaction.sa_sigaction... no
checking return type of signal handlers... void
checking for size_t... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigstack... no
checking for sigvec... yes
checking for strerror... yes
checking for raise... yes
checking for iswprint... yes
checking for mbsinit... no
checking for mbrtowc... no
checking for mempcpy... no
checking for wcrtomb... no
checking for wcscoll... no
checking for lstat... yes
checking for gettimeofday... yes
checking for pipe... yes
checking for wcwidth... yes
checking for working alloca.h... no
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for long long int... yes
checking for long double... yes
checking whether strerror_r is declared... no
checking for strerror_r... no
checking whether strerror_r returns char *... no
checking for sig_atomic_t... yes
checking getopt.h usability... no
checking getopt.h presence... no
checking for getopt.h... no
checking whether getenv is declared... yes
checking for inline... inline
checking for mbstate_t... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for C/C++ restrict keyword... no
checking for nl_langinfo and CODESET... no
checking for stdbool.h that conforms to C99... no
checking for _Bool... no
checking for unsigned long long int... yes
checking whether stat file-mode macros are broken... no
checking whether clearerr_unlocked is declared... no
checking whether feof_unlocked is declared... no
checking whether ferror_unlocked is declared... no
checking whether fflush_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking for EOVERFLOW... E2BIG
checking for wchar_t... yes
checking for wint_t... no
checking for inttypes.h... no
checking for stdint.h... no
checking for intmax_t... no
checking for error_at_line... no
checking for sigaction... (cached) yes
checking for __fpending... no
checking whether __fpending is declared... no
checking how to determine the number of pending output bytes on a stream... 
fp->_p - fp->_bf._base
checking whether free (NULL) is known to work... yes
checking whether the compiler generally respects inline... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... (cached) yes
checking for memchr... yes
checking for mkdtemp... no
checking for working mkstemp... yes
checking for obstacks... no
checking for mbstate_t... (cached) no
checking whether mbrtowc and mbstate_t are properly declared... (cached) no
checking for working re_compile_pattern... no
checking whether isblank is declared... yes
checking for sigprocmask... yes
checking for stdint.h... (cached) no
checking for SIZE_MAX... (((1U << 31) - 1) * 2 + 1)
checking for ssize_t... yes
checking for va_copy... no
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... 32
checking for bit size of sig_atomic_t... 32
checking for bit size of size_t... 32
checking for bit size of wchar_t... 32
checking for bit size of wint_t... unknown
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... yes
checking whether wint_t is signed... no
checking for ptrdiff_t integer literal suffix... 
checking for sig_atomic_t integer literal suffix... 
checking for size_t integer literal suffix... u
checking for wchar_t integer literal suffix... 
checking for wint_t integer literal suffix... no
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking for strtol... yes
checking whether mkdir is declared... yes
checking absolute name of <sys/stat.h>... ///usr/include/sys/stat.h
checking for __secure_getenv... no
checking for unistd.h... (cached) yes
checking for vasnprintf... no
checking for ptrdiff_t... yes
checking for snprintf... yes
checking for wcslen... yes
checking for vasprintf... no
checking whether wcwidth is declared... no
checking for stdint.h... (cached) no
checking if stack overflow is detectable... yes
checking for rlim_t... no
checking for stack_t... no
checking for sigcontext... no
checking if system() agrees with pclose()... yes
checking if changeword is wanted... no
checking if malloc debugging is wanted... no
configure: creating ./config.status
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 lib/config.h
config.status: executing depfiles commands
config.status: executing stamp-h commands





gmake
Making all in .
gmake[1]: Entering directory `/usr/src/contrib/m4-1.4.8'
gmake[1]: Nothing to be done for `all-am'.
gmake[1]: Leaving directory `/usr/src/contrib/m4-1.4.8'
Making all in examples
gmake[1]: Entering directory `/usr/src/contrib/m4-1.4.8/examples'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/src/contrib/m4-1.4.8/examples'
Making all in lib
gmake[1]: Entering directory `/usr/src/contrib/m4-1.4.8/lib'
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat ./alloca_.h; \
        } > alloca.h-t
mv -f alloca.h-t alloca.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat ./getopt_.h; \
        } > getopt.h-t
mv -f getopt.h-t getopt.h
rm -f stdbool.h-t stdbool.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''HAVE__BOOL''@/0/g' < ./stdbool_.h; \
        } > stdbool.h-t
mv stdbool.h-t stdbool.h
rm -f stdint.h-t stdint.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''HAVE_WCHAR_H''@/0/g' \
              -e 's/@''HAVE_STDINT_H''@/0/g' \
              -e 's|@''ABSOLUTE_STDINT_H''@|"no/such/file/stdint.h"|g' \
              -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
              -e 's/@''HAVE_INTTYPES_H''@/0/g' \
              -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
              -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
              -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
              -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
              -e 's/@''BITSIZEOF_PTRDIFF_T''@/32/g' \
              -e 's/@''PTRDIFF_T_SUFFIX''@//g' \
              -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \
              -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \
              -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
              -e 's/@''BITSIZEOF_SIZE_T''@/32/g' \
              -e 's/@''SIZE_T_SUFFIX''@/u/g' \
              -e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
              -e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \
              -e 's/@''WCHAR_T_SUFFIX''@//g' \
              -e 's/@''BITSIZEOF_WINT_T''@/0/g' \
              -e 's/@''HAVE_SIGNED_WINT_T''@/0/g' \
              -e 's/@''WINT_T_SUFFIX''@//g' \
              < ./stdint_.h; \
        } > stdint.h-t
mv stdint.h-t stdint.h
test -d sys || mkdir sys
rm -f sys/stat.h-t sys/stat.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''ABSOLUTE_SYS_STAT_H''@|"///usr/include/sys/stat.h"|g' \
              < ./stat_.h; \
        } > sys/stat.h-t
mv sys/stat.h-t sys/stat.h
gmake  all-am
gmake[2]: Entering directory `/usr/src/contrib/m4-1.4.8/lib'
source='allocsa.c' object='allocsa.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c allocsa.c
source='gl_avltree_oset.c' object='gl_avltree_oset.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c gl_avltree_oset.c
source='clean-temp.c' object='clean-temp.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c clean-temp.c
source='fatal-signal.c' object='fatal-signal.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c fatal-signal.c
source='gl_linkedhash_list.c' object='gl_linkedhash_list.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c gl_linkedhash_list.c
source='gl_list.c' object='gl_list.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c gl_list.c
source='gl_oset.c' object='gl_oset.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c gl_oset.c
source='strnlen1.c' object='strnlen1.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c strnlen1.c
source='tmpdir.c' object='tmpdir.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c tmpdir.c
source='verror.c' object='verror.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c verror.c
source='xalloc-die.c' object='xalloc-die.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c xalloc-die.c
source='xallocsa.c' object='xallocsa.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c xallocsa.c
source='xvasprintf.c' object='xvasprintf.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c xvasprintf.c
source='xasprintf.c' object='xasprintf.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c xasprintf.c
source='__fpending.c' object='__fpending.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c __fpending.c
source='asnprintf.c' object='asnprintf.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c asnprintf.c
source='asprintf.c' object='asprintf.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c asprintf.c
source='cloexec.c' object='cloexec.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c cloexec.c
source='close-stream.c' object='close-stream.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c close-stream.c
source='closeout.c' object='closeout.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c closeout.c
source='dup-safer.c' object='dup-safer.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c dup-safer.c
source='error.c' object='error.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c error.c
source='exitfail.c' object='exitfail.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c exitfail.c
source='fd-safer.c' object='fd-safer.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c fd-safer.c
source='fopen-safer.c' object='fopen-safer.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c fopen-safer.c
source='getopt.c' object='getopt.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c getopt.c
source='getopt1.c' object='getopt1.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c getopt1.c
source='mkdtemp.c' object='mkdtemp.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c mkdtemp.c
source='mkstemp-safer.c' object='mkstemp-safer.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c mkstemp-safer.c
source='obstack.c' object='obstack.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c obstack.c
source='pipe-safer.c' object='pipe-safer.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c pipe-safer.c
source='printf-args.c' object='printf-args.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c printf-args.c
source='printf-parse.c' object='printf-parse.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c printf-parse.c
source='quotearg.c' object='quotearg.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c quotearg.c
source='regex.c' object='regex.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c regex.c
source='strcasecmp.c' object='strcasecmp.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c strcasecmp.c
source='strstr.c' object='strstr.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c strstr.c
source='tempname.c' object='tempname.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c tempname.c
source='vasnprintf.c' object='vasnprintf.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c vasnprintf.c
source='vasprintf.c' object='vasprintf.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c vasprintf.c
source='xmalloc.c' object='xmalloc.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc  -I.     -g -O2 -c xmalloc.c
rm -f libm4.a
ar cru libm4.a allocsa.o gl_avltree_oset.o clean-temp.o fatal-signal.o 
gl_linkedhash_list.o gl_list.o gl_oset.o strnlen1.o tmpdir.o verror.o 
xalloc-die.o xallocsa.o xvasprintf.o xasprintf.o __fpending.o asnprintf.o 
asprintf.o cloexec.o close-stream.o closeout.o dup-safer.o error.o exitfail.o 
fd-safer.o fopen-safer.o getopt.o getopt1.o mkdtemp.o mkstemp-safer.o obstack.o 
pipe-safer.o printf-args.o printf-parse.o quotearg.o regex.o strcasecmp.o 
strstr.o tempname.o vasnprintf.o vasprintf.o xmalloc.o 
ranlib libm4.a
gmake[2]: Leaving directory `/usr/src/contrib/m4-1.4.8/lib'
gmake[1]: Leaving directory `/usr/src/contrib/m4-1.4.8/lib'
Making all in src
gmake[1]: Entering directory `/usr/src/contrib/m4-1.4.8/src'
source='m4.c' object='m4.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc    -I../lib -I../lib   -g -O2 -c m4.c
source='builtin.c' object='builtin.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc    -I../lib -I../lib   -g -O2 -c builtin.c
source='debug.c' object='debug.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc    -I../lib -I../lib   -g -O2 -c debug.c
source='eval.c' object='eval.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc    -I../lib -I../lib   -g -O2 -c eval.c
source='format.c' object='format.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc    -I../lib -I../lib   -g -O2 -c format.c
source='freeze.c' object='freeze.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc    -I../lib -I../lib   -g -O2 -c freeze.c
source='input.c' object='input.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc    -I../lib -I../lib   -g -O2 -c input.c
source='macro.c' object='macro.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc    -I../lib -I../lib   -g -O2 -c macro.c
source='output.c' object='output.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc    -I../lib -I../lib   -g -O2 -c output.c
source='path.c' object='path.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc    -I../lib -I../lib   -g -O2 -c path.c
source='symtab.c' object='symtab.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc    -I../lib -I../lib   -g -O2 -c symtab.c
source='stackovf.c' object='stackovf.o' libtool=no \
        DEPDIR=.deps depmode=gcc /bin/bash ../depcomp \
        gcc    -I../lib -I../lib   -g -O2 -c stackovf.c
gcc  -g -O2   -o m4 m4.o builtin.o debug.o eval.o format.o freeze.o input.o 
macro.o output.o path.o symtab.o stackovf.o ../lib/libm4.a  
gmake[1]: Leaving directory `/usr/src/contrib/m4-1.4.8/src'
Making all in doc
gmake[1]: Entering directory `/usr/src/contrib/m4-1.4.8/doc'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/src/contrib/m4-1.4.8/doc'
Making all in checks
gmake[1]: Entering directory `/usr/src/contrib/m4-1.4.8/checks'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/src/contrib/m4-1.4.8/checks'




gmake install
Making install in .
gmake[1]: Entering directory `/usr/src/contrib/m4-1.4.8'
gmake[2]: Entering directory `/usr/src/contrib/m4-1.4.8'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/usr/src/contrib/m4-1.4.8'
gmake[1]: Leaving directory `/usr/src/contrib/m4-1.4.8'
Making install in examples
gmake[1]: Entering directory `/usr/src/contrib/m4-1.4.8/examples'
gmake[2]: Entering directory `/usr/src/contrib/m4-1.4.8/examples'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/usr/src/contrib/m4-1.4.8/examples'
gmake[1]: Leaving directory `/usr/src/contrib/m4-1.4.8/examples'
Making install in lib
gmake[1]: Entering directory `/usr/src/contrib/m4-1.4.8/lib'
gmake  install-am
gmake[2]: Entering directory `/usr/src/contrib/m4-1.4.8/lib'
gmake[3]: Entering directory `/usr/src/contrib/m4-1.4.8/lib'
gmake[3]: Nothing to be done for `install-exec-am'.
gmake[3]: Nothing to be done for `install-data-am'.
gmake[3]: Leaving directory `/usr/src/contrib/m4-1.4.8/lib'
gmake[2]: Leaving directory `/usr/src/contrib/m4-1.4.8/lib'
gmake[1]: Leaving directory `/usr/src/contrib/m4-1.4.8/lib'
Making install in src
gmake[1]: Entering directory `/usr/src/contrib/m4-1.4.8/src'
gmake[2]: Entering directory `/usr/src/contrib/m4-1.4.8/src'
test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin"
  /usr/bin/install -c 'm4' '/usr/local/bin/m4'
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/usr/src/contrib/m4-1.4.8/src'
gmake[1]: Leaving directory `/usr/src/contrib/m4-1.4.8/src'
Making install in doc
gmake[1]: Entering directory `/usr/src/contrib/m4-1.4.8/doc'
gmake[2]: Entering directory `/usr/src/contrib/m4-1.4.8/doc'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/info" || .././install-sh -c -d "/usr/local/share/info"
 /usr/bin/install -c -m 644 './m4.info' '/usr/local/share/info/m4.info'
 install-info --info-dir='/usr/local/share/info' '/usr/local/share/info/m4.info'
install-info: No such file or directory for /usr/local/share/info/dir
test -z "/usr/local/share/man/man1" || .././install-sh -c -d 
"/usr/local/share/man/man1"
 /usr/bin/install -c -m 644 './m4.1' '/usr/local/share/man/man1/m4.1'
gmake[2]: Leaving directory `/usr/src/contrib/m4-1.4.8/doc'
gmake[1]: Leaving directory `/usr/src/contrib/m4-1.4.8/doc'
Making install in checks
gmake[1]: Entering directory `/usr/src/contrib/m4-1.4.8/checks'
gmake[1]: Nothing to be done for `install'.
gmake[1]: Leaving directory `/usr/src/contrib/m4-1.4.8/checks'













reply via email to

[Prev in Thread] Current Thread [Next in Thread]