mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Revert autoconf change, 2.60 is broken wrt prefix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14494 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1632664595
commit
9769d01183
@ -38,12 +38,12 @@ test "$autoversion" != "" && {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case $autoversion in
|
case $autoversion in
|
||||||
*' '2.5[2-9] | *' '2.60)
|
*' '2.5[2-9])
|
||||||
EXTRA_ACINCLUDE_FILES="lyxinclude25x.m4"
|
EXTRA_ACINCLUDE_FILES="lyxinclude25x.m4"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "This autoconf version is not supported by LyX."
|
echo "This autoconf version is not supported by LyX."
|
||||||
echo "LyX only supports autoconf 2.5[2-9] | 2.60."
|
echo "LyX only supports autoconf 2.5[2-9]."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user