mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
Add support for autoconf 2.59.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8392 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4dc196def6
commit
f2b0399f84
@ -1,3 +1,7 @@
|
||||
2004-02-03 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* autogen.sh: accept autoconf 2.59 as a supported version.
|
||||
|
||||
2004-01-14 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* ANNOUNCE: update a bit
|
||||
|
@ -19,7 +19,7 @@ case $autoversion in
|
||||
rm -f lib/reLyX/configure.ac
|
||||
EXTRA_ACINCLUDE_FILES="lyxinclude213.m4"
|
||||
;;
|
||||
*2.5[234678])
|
||||
*2.5[2-9])
|
||||
rm -f acconfig.h
|
||||
rm -f configure.in
|
||||
cp config/configure.ac .
|
||||
@ -29,7 +29,7 @@ case $autoversion in
|
||||
;;
|
||||
*)
|
||||
echo "This autoconf version is not supported by LyX."
|
||||
echo "LyX only supports autoconf 2.13 and 2.5[234678]."
|
||||
echo "LyX only supports autoconf 2.13 and 2.5[2-9]."
|
||||
exit
|
||||
;;
|
||||
esac
|
||||
|
@ -55,6 +55,8 @@ What's new
|
||||
|
||||
- enable lyx to compile on Itanium machines.
|
||||
|
||||
- add autoconf 2.59 as an supported version.
|
||||
|
||||
** Bug fixes
|
||||
|
||||
- fix crash when saving file containing a table (only with some
|
||||
|
Loading…
Reference in New Issue
Block a user