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:
Angus Leeming 2004-02-03 13:32:50 +00:00
parent 4dc196def6
commit f2b0399f84
3 changed files with 8 additions and 2 deletions

View File

@ -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> 2004-01-14 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* ANNOUNCE: update a bit * ANNOUNCE: update a bit

View File

@ -19,7 +19,7 @@ case $autoversion in
rm -f lib/reLyX/configure.ac rm -f lib/reLyX/configure.ac
EXTRA_ACINCLUDE_FILES="lyxinclude213.m4" EXTRA_ACINCLUDE_FILES="lyxinclude213.m4"
;; ;;
*2.5[234678]) *2.5[2-9])
rm -f acconfig.h rm -f acconfig.h
rm -f configure.in rm -f configure.in
cp config/configure.ac . cp config/configure.ac .
@ -29,7 +29,7 @@ case $autoversion in
;; ;;
*) *)
echo "This autoconf version is not supported by LyX." 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 exit
;; ;;
esac esac

View File

@ -55,6 +55,8 @@ What's new
- enable lyx to compile on Itanium machines. - enable lyx to compile on Itanium machines.
- add autoconf 2.59 as an supported version.
** Bug fixes ** Bug fixes
- fix crash when saving file containing a table (only with some - fix crash when saving file containing a table (only with some