mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Support autoconf 2.60
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14492 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
110a4f1117
commit
d36c17c924
@ -36,14 +36,14 @@ test "$autoversion" != "" && {
|
||||
echo "LyX requires autoconf >= 2.52"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
||||
case $autoversion in
|
||||
*' '2.5[2-9])
|
||||
*' '2.5[2-9] | *' '2.60)
|
||||
EXTRA_ACINCLUDE_FILES="lyxinclude25x.m4"
|
||||
;;
|
||||
*)
|
||||
echo "This autoconf version is not supported by LyX."
|
||||
echo "LyX only supports autoconf 2.5[2-9]."
|
||||
echo "LyX only supports autoconf 2.5[2-9] | 2.60."
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user