On Thu, Nov 19, 2009 at 08:56:03PM +0000, José Matos wrote: > On Tuesday 04 August 2009 12:49:25 sa...@lyx.org wrote: > > Author: sanda > > Date: Tue Aug 4 13:49:24 2009 > > New Revision: 30859 > > URL: http://www.lyx.org/trac/changeset/30859 > > > > Log: > > Upgrade to autoconf 2.64 > > > > Modified: > > lyx-devel/trunk/autogen.sh > > > > Modified: lyx-devel/trunk/autogen.sh > > =========================================================================== > > === --- lyx-devel/trunk/autogen.sh Tue Aug 4 12:38:12 2009 (r30858) > > +++ lyx-devel/trunk/autogen.sh Tue Aug 4 13:49:24 2009 (r30859) > > @@ -38,11 +38,11 @@ > > > > > > case $autoversion in > > - *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-3]) > > + *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-4]) > > ;; > > *) > > echo "This autoconf version is not supported by LyX." > > - echo "LyX only supports autoconf 2.59c-2.63." > > + echo "LyX only supports autoconf 2.59c-2.64." > > exit 1 > > ;; > > esac > > > > This should backported to 1.6.x, no? > > I have just received a bug report for Fedora-13 (rawhide) where lyx fails to > compile because of this.
We should be sure that it works on all platforms... -- Enrico