$ autoconf --version
autoconf (GNU Autoconf) 2.53a
Written by David J. MacKenzie and Akim Demaille.
$ automake --version
automake (GNU automake) 1.6.1
Written by Tom Tromey <
tromey@redhat.com>.
$ libtool --version
ltmain.sh (GNU libtool) 1.4e (1.1103 2002/05/02 14:22:51)
$ ./autogen.sh
Generating configuration files for tuxbox-cdk, please wait....
aclocal -I .
libtoolize --automake
autoconf
configure.ac:13: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
automake --add-missing
$ ./configure --prefix=/dbox2 --with-hostruleset=cygwin --with-
box-cvs --enable-maintainer-mode
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Make
checking for gcc... gcc
checking for C compiler default output... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 style of include used by make... GNU
checking dependency style of gcc... none
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... powerpc-tuxbox-linux-gnu
Summary:
Hostruleset: cygwin
Targetruleset: standard
Prefix: /dbox2
Targetprefix: /dbox2/cdkroot
Hostprefix: /dbox2/cdk
Bootprefix: /dbox2/tftpboot
Buildprefix: /home/emmeli/tuxbox-cvs/cdk
CVSdir: /home/emmeli/tuxbox-cvs
Appsdir: /home/emmeli/tuxbox-cvs/apps
Bootdir: /home/emmeli/tuxbox-cvs/boot
Driverdir: /home/emmeli/tuxbox-cvs/driver
configure: creating Makefile-archive
configure: creating ./config.status
config.status: creating Makefile
config.status: creating etc/Makefile
config.status: creating etc/init.d/Makefile
config.status: creating etc/fstab
config.status: creating etc/modules.conf
config.status: creating etc/init.d/rcS
config.status: executing depfiles commands
make: *** No rule to make target `Archive/freetype-2.1.0.tar.bz2', needed by `.libfreetype'. Stop.