How to run automake/autoconf?

Grant Edwards grant.b.edwards at gmail.com
Wed Feb 16 15:43:19 UTC 2011


I'm trying to build a git clone from yesterday, but I can't figure out
how to run automake (1.11)/autoconf(2.65) in a way that generates a
valid configure script.  Is there a recipe around somewhere that shows
how to build from git sources?


$ automake
configure.ac:6: required file config.h.in' not found

$ autoconf

$ ./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... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of
Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for supported operating system... linux
checking for supported architecture... i386
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 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
./configure: line 4583: AC_INCLUDEDIR: command not found
./configure: line 4604: syntax error near unexpected token -Wall'
./configure: line 4604: gl_WARN_ADD(-Wall)'


-- 
Grant Edwards               grant.b.edwards        Yow! Where's the Coke
                                  at               machine?  Tell me a joke!!
                              gmail.com            





More information about the Strace-devel mailing list