download via CVS, run
aclocal
autoconf
automake -a -c
./configure
RESULTS: configure fails line 6822 of config.
[aabrown@localhost VisualBoyAdvance]$ vi README.CVS
[aabrown@localhost VisualBoyAdvance]$ aclocal
acinclude.m4:11: warning: underquoted definition of AM_PATH_SDL
acinclude.m4:11: run info '(automake)Extending aclocal'
acinclude.m4:11: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
acinclude.m4:391: the serial number must appear before any macro definition
configure.in:143: warning: macro `AM_GNU_GETTEXT' not found in library
[aabrown@localhost VisualBoyAdvance]$ autoconf
configure.in:143: error: possibly undefined macro: AM_GNU_GETTEXT
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
[aabrown@localhost VisualBoyAdvance]$ automake -a -c
src/gtk/Makefile.am:41: compiling `getopt.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.in'
[aabrown@localhost VisualBoyAdvance]$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
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 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 bison... no
checking for byacc... no
checking for flex... no
checking for lex... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking for nasm... no
checking for gzopen in -lz... yes
checking for pthread_yield in -lpthread... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBPNG... yes
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/lib64, headers
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 malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking zutil.h usability... no
checking zutil.h presence... no
checking for zutil.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for socklen_t... yes
checking whether byte ordering is bigendian... no
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.2... yes
./configure: line 6822: syntax error near unexpected token `external'
./configure: line 6822: ` AM_GNU_GETTEXT(external)'
[aabrown@localhost VisualBoyAdvance]$