diff --git a/ChangeLog b/ChangeLog index 4feab2a361..6f9e59f251 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-14 Angus Leeming + + * autogen.sh (autoversion): Print message proclaims support for + autoconf 2.54. + 2003-04-10 Angus Leeming * autogen.sh: We support autoconf 2.57, so tell the user. diff --git a/autogen.sh b/autogen.sh index c10a3d9340..81ab7fced6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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[2367]." + echo "LyX only supports autoconf 2.13 and 2.5[23467]." exit ;; esac