mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-06 09:37:31 +00:00
Autoconf 2.61 has been released, and it works with LyX
http://www.mail-archive.com/autotools-announce@gnu.org/msg00023.html * autogen.sh: allow for autoconf 2.61 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@16238 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c1d417fa65
commit
c39da92066
@ -1,3 +1,7 @@
|
||||
2006-12-11 Enrico Forestieri <forenr@tlc.unipr.it>
|
||||
|
||||
* autogen.sh: also allow using autoconf 2.61.
|
||||
|
||||
2006-11-24 Enrico Forestieri <forenr@tlc.unipr.it>
|
||||
|
||||
* autogen.sh: allow using autoconf 2.60 and 2.60a.
|
||||
|
@ -38,12 +38,12 @@ test "$autoversion" != "" && {
|
||||
}
|
||||
|
||||
case $autoversion in
|
||||
*' '2.5[2-9]|*' '2.60|*' '2.60a)
|
||||
*' '2.5[2-9]|*' '2.60[ab]|*' '2.6[0-1])
|
||||
EXTRA_ACINCLUDE_FILES="lyxinclude25x.m4"
|
||||
;;
|
||||
*)
|
||||
echo "This autoconf version is not supported by LyX."
|
||||
echo "LyX only supports autoconf 2.5[2-9]-2.60[a]."
|
||||
echo "LyX only supports autoconf 2.52-2.61."
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
@ -129,7 +129,7 @@ What's new
|
||||
|
||||
* Build/installation:
|
||||
|
||||
- Allow autoconf 2.60 for building.
|
||||
- Allow autoconf 2.60 and 2.61 for building.
|
||||
|
||||
* Miscellaneous
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user