
Base Reference GNU/Linux Build Sequence
Source code is available here.
To compile and install, run these commands:
cd /sources/ &&
tar -xzf m4-1.4.13.tar.gz &&
cd m4-1.4.13 &&
./configure --prefix=/usr &&
make &&
make install |
The output should look something like this:
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 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... gcc3
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o
together... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 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 _LARGEFILE_SOURCE value needed for large
files... no
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard
C... (cached) -std=gnu99
configure: autobuild project... GNU M4
configure: autobuild revision... 1.4.13
configure: autobuild hostname... (none)
configure: autobuild timestamp... 20090523T035434Z
checking for long long int... yes
checking for unsigned long long int... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for btowc... yes
checking for setrlimit... yes
.
.
.
/bin/install -c -m 644 /usr/lib/charset.tmp
/usr/lib/charset.alias ; \
rm -f /usr/lib/charset.tmp ; \
else \
if $need_charset_alias; then \
sed -f ref-add.sed charset.alias > /usr/lib/charset.tmp
; \
/bin/install -c -m 644 /usr/lib/charset.tmp
/usr/lib/charset.alias ; \
rm -f /usr/lib/charset.tmp ; \
fi ; \
fi
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/sources/m4-1.4.13/lib'
make[4]: Leaving directory `/sources/m4-1.4.13/lib'
make[3]: Leaving directory `/sources/m4-1.4.13/lib'
make[2]: Leaving directory `/sources/m4-1.4.13/lib'
Making install in src
make[2]: Entering directory `/sources/m4-1.4.13/src'
make[3]: Entering directory `/sources/m4-1.4.13/src'
test -z ""/usr/bin"" || /bin/mkdir -p ""/usr/bin""
/bin/install -c m4 '/usr/bin'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/sources/m4-1.4.13/src'
make[2]: Leaving directory `/sources/m4-1.4.13/src'
Making install in doc
make[2]: Entering directory `/sources/m4-1.4.13/doc'
make[3]: Entering directory `/sources/m4-1.4.13/doc'
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 ./m4.info ./m4.info-1 ./m4.info-2
'/usr/share/info'
install-info --info-dir='/usr/share/info'
'/usr/share/info/m4.info'
test -z ""/usr/share/man/man1"" || /bin/mkdir -p
""/usr/share/man/man1""
/bin/install -c -m 644 ./m4.1 '/usr/share/man/man1'
make[3]: Leaving directory `/sources/m4-1.4.13/doc'
make[2]: Leaving directory `/sources/m4-1.4.13/doc'
Making install in checks
make[2]: Entering directory `/sources/m4-1.4.13/checks'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/sources/m4-1.4.13/checks'
Making install in tests
make[2]: Entering directory `/sources/m4-1.4.13/tests'
make install-recursive
make[3]: Entering directory `/sources/m4-1.4.13/tests'
make[4]: Entering directory `/sources/m4-1.4.13/tests'
make[5]: Entering directory `/sources/m4-1.4.13/tests'
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/m4-1.4.13/tests'
make[4]: Leaving directory `/sources/m4-1.4.13/tests'
make[3]: Leaving directory `/sources/m4-1.4.13/tests'
make[2]: Leaving directory `/sources/m4-1.4.13/tests'
make[1]: Leaving directory `/sources/m4-1.4.13'
|
| People: | |
| Places: | |
| Things: | |
| m4 |
| Times: | |
|