mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 09:32:20 +00:00
Support autoconf 2.65 (#6524).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33658 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8491020572
commit
c940147cdd
@ -38,11 +38,11 @@ test "$autoversion" != "" && {
|
|||||||
|
|
||||||
|
|
||||||
case $autoversion in
|
case $autoversion in
|
||||||
*' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-4])
|
*' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-5])
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "This autoconf version is not supported by LyX."
|
echo "This autoconf version is not supported by LyX."
|
||||||
echo "LyX only supports autoconf 2.59c-2.64."
|
echo "LyX only supports autoconf 2.59c-2.65."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -88,6 +88,8 @@ What's new
|
|||||||
|
|
||||||
- Update Cygwin configuration files.
|
- Update Cygwin configuration files.
|
||||||
|
|
||||||
|
- LyX supports autoconf 2.65.
|
||||||
|
|
||||||
|
|
||||||
** Bug fixes:
|
** Bug fixes:
|
||||||
*************
|
*************
|
||||||
|
Loading…
Reference in New Issue
Block a user