Hi, Igor Shmukler wrote on 06.03.2007 18:45 this:
Hello,
I am having problems with CVS version of L4 not building due automake version error.
Please advise. Error pasted below: Thank you for the error report. Please try the attached patch. It tests for automake version 1.10 now. However, I cannot guarantee that the following steps (calling configure) will work, because I did not get around to test dice with automake 1.10.
HTH, Ron. -- Mit freundlichen Gruessen / with regards ra3 @ inf.tu-dresden.de http://os.inf.tu-dresden.de/~ra3/ Index: bootstrap =================================================================== --- bootstrap (revision 27879) +++ bootstrap (working copy) @@ -56,7 +56,7 @@ # if test x"$AUTOMAKE" = x || test x"$ACLOCAL" = x ; then am_ver="" - for ver in "" "-1.9" "-1.8" "-1.7" ; do + for ver in "" "-1.10" "-1.9" "-1.8" "-1.7" ; do am="automake$ver" if ($am --version) < /dev/null > /dev/null 2>&1 ; then if ($am --version | head -n 1 | awk 'NR==1 { if( $(NF) >= '$automake_min_vers') \