diff --git a/ChangeLog b/ChangeLog index 538419c8c0..60f74536b9 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 1f0db83c74..8de0e21a7c 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