Hartmut Haase wrote: > Hello Jean-Marc, > after updating from suse90 to suse92 autogen.sh and make do not work > anymore because they want versions 1.7x of automake and aclocal and I > have got now 1.9x. What can I do?
$ cd ${LYX_SOURCES} $ cvs -q up The code has supported automake versions 1.5 to 1.9 inclusive since 24 Feb: case $automake_version in *' '1.[5-9]*) ;; *) echo "This automake version is not supported by LyX." echo "LyX only supports automake 1.[5-9]." exit 1 ;; esac -- Angus