grad wollte ich mal aus Spass ein Image bauen da stolpere ich über dieses Problem mit automake.
1. automake version im $HOME
Code: Alles auswählen
[prior@inca]:~ $ automake --version
automake (GNU automake) 1.8.5
Written by Tom Tromey <tromey@redhat.com>.
Copyright 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Code: Alles auswählen
[prior@inca]:~/tuxbox-cvs/cdk $ automake --version
automake (GNU automake) 1.5
Written by Tom Tromey <tromey@cygnus.com>.
Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Code: Alles auswählen
[prior@inca]:~/tuxbox-cvs/cdk $ ./autogen.sh
Generating configuration files for tuxbox-cdk, please wait....
configure.ac:13: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
configure.ac:13: the top level
configure.ac:13: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
configure.ac:13: the top level
automake-1.5: configure.ac: `AM_INIT_AUTOMAKE' must be used
automake-1.5: configure.ac: installing `./install-sh'
automake-1.5: configure.ac: installing `./mkinstalldirs'
automake-1.5: configure.ac: installing `./missing'
automake-1.5: Makefile.am: installing `./INSTALL'
automake-1.5: Makefile.am: installing `./COPYING'
autoreconf-2.59: automake failed with exit status: 1