Sven Hoexter wrote: > Well I can build you one if you really need. But the diff you need > is rather simple. > > [EMAIL PROTECTED]:~/lyxreborn$ diff -u lyx-1.4.3svn/autogen.sh > lyx-1.4.2+1.4.3svn20060915/autogen.sh > --- lyx-1.4.3svn/autogen.sh 2006-07-27 14:58:56.000000000 +0200 > +++ lyx-1.4.2+1.4.3svn20060915/autogen.sh 2006-09-15 > 17:11:06.000000000 +0200 @@ -38,7 +38,7 @@ > } > > case $autoversion in > - *' '2.5[2-9]) > + *' '2.*) > EXTRA_ACINCLUDE_FILES="lyxinclude25x.m4" > ;; > *)
Does not work with some configure arguments because autoconf 2.60 changed the interface. The standard prefix /usr/local works IIRC. The test is there on purpose. Georg