Konrad Hofbauer <[EMAIL PROTECTED]> writes: > Would it take a lot of time for you to create a (testing-)tar-ball of > branch with this patch applied? > > Despite the instructions given on the wiki I did not manage to do that > by myself, last time I tried (something with autogen did not work > out). > I cannot test the patch otherwise.
Could it be that you have autoconf 2.62 installed? We require <= 2.61 in 1.5.x for now. 2.62 works, but causes warnings (which have been fixed for 1.6.0svn). Try the following patch if your have autoconf 2.62. JMarc
svndiff autogen.sh Index: autogen.sh =================================================================== --- autogen.sh (revision 26114) +++ autogen.sh (working copy) @@ -37,7 +37,7 @@ test "$autoversion" != "" && { } case $autoversion in - *' '2.5[2-9]|*' '2.60[ab]|*' '2.6[0-1]) + *' '2.5[2-9]|*' '2.60[ab]|*' '2.6[0-2]) ;; *) echo "This autoconf version is not supported by LyX."