sa...@lyx.org wrote: > Author: sanda > Date: Fri Oct 22 01:10:02 2010 > New Revision: 35765 > URL: http://www.lyx.org/trac/changeset/35765 > > Log: > Allow newer autoconf > > Modified: > lyx-devel/branches/BRANCH_1_6_X/autogen.sh > lyx-devel/branches/BRANCH_1_6_X/status.16x > > Modified: lyx-devel/branches/BRANCH_1_6_X/autogen.sh > ============================================================================== > --- lyx-devel/branches/BRANCH_1_6_X/autogen.sh Fri Oct 22 00:04:06 > 2010 (r35764) > +++ lyx-devel/branches/BRANCH_1_6_X/autogen.sh Fri Oct 22 01:10:02 > 2010 (r35765) > @@ -38,11 +38,11 @@ > > > case $autoversion in > - *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-57]) > + *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-578]) > ;; > *) > echo "This autoconf version is not supported by LyX." > - echo "LyX only supports autoconf 2.59c-2.65, 2.67." > + echo "LyX only supports autoconf 2.59c-2.65, 2.67 and 2.68." > exit 1 > ;; > esac > > Modified: lyx-devel/branches/BRANCH_1_6_X/status.16x > ============================================================================== > --- lyx-devel/branches/BRANCH_1_6_X/status.16x Fri Oct 22 00:04:06 > 2010 (r35764) > +++ lyx-devel/branches/BRANCH_1_6_X/status.16x Fri Oct 22 01:10:02 > 2010 (r35765) > @@ -83,7 +83,7 @@ > > * BUILD/INSTALLATION > > -- Allow autoconf 2.67. > +- Allow autoconf 2.67 and 2.68.
hum, i was too fast here: configure.ac:155: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... config/libtool.m4:363: _LT_AC_SYS_LIBPATH_AIX is expanded from... config/libtool.m4:5560: AC_LIBTOOL_PROG_LD_SHLIBS is expanded from... config/libtool.m4:2783: _LT_AC_LANG_C_CONFIG is expanded from... config/libtool.m4:2782: AC_LIBTOOL_LANG_C_CONFIG is expanded from... config/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from... config/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from... config/libtool.m4:25: AC_PROG_LIBTOOL is expanded from... config/lyxinclude.m4:674: LYX_PROG_LIBTOOL is expanded from... configure.ac:155: the top level trunk does not show this behaviour. JMarc, do you have idea? pavel