mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
Backport autoconf patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35451 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f491c29604
commit
e6b883ebd3
@ -38,11 +38,11 @@ test "$autoversion" != "" && {
|
||||
|
||||
|
||||
case $autoversion in
|
||||
*' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-5])
|
||||
*' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-57])
|
||||
;;
|
||||
*)
|
||||
echo "This autoconf version is not supported by LyX."
|
||||
echo "LyX only supports autoconf 2.59c-2.65."
|
||||
echo "LyX only supports autoconf 2.59c-2.65, 2.67."
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
@ -69,7 +69,7 @@ What's new
|
||||
|
||||
* BUILD/INSTALLATION
|
||||
|
||||
|
||||
- Allow autoconf 2.67.
|
||||
|
||||
|
||||
** Bug fixes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user