Hi, This errors does not come from automake/autoconf. You installed the new version of the head program, which make it bug:
"head -1" works with textutils-2.0, but the version from textutils-2.1 fails. We must use "head -n 1" instead. Please, reinstall an older version : emerge sys-apps/textutils/textutils-2.0.19-r1.ebuild regards On Saturday 21 June 2003 15:50, Martin LORANG wrote: > Hello > > I'm trying to build my very first project (hello world) with kdevelop and > t=0he following happens : > > > *** YOU'RE USING Autoconf version 2.13. > *** KDE requires autoconf 2.52, 2.53 or 2.54 > gmake[1]: *** [cvs] Erreur 1 > gmake: *** [all] Erreur 2 > *** �chec *** > > the installed version of autoconf is : > emerge -p autoconf > Calculating dependencies ...done! > [ebuild R ] sys-devel/autoconf-2.57-r1 > > > But when I do : > autoconf --version > Autoconf version 2.13 > > What is wrong ? > > Martin > > > -- > [EMAIL PROTECTED] mailing list -- [EMAIL PROTECTED] mailing list
