--- ChangeLog | 4 ++++ bootstrap | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index f8f1880..fe03f1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-03-08 Roland Levillain roland@lrde.epita.fr + + * bootstrap: Fix a typo in an error message. + 2010-03-03 Roland Levillain roland@lrde.epita.fr
* configure.ac: Do not configure milena/doc/examples/Makefile. diff --git a/bootstrap b/bootstrap index 17324b4..fc71583 100755 --- a/bootstrap +++ b/bootstrap @@ -87,7 +87,7 @@ require () test x"$version" != x || fatal "$1 is required" case $(version_compare "$2" "$version") in - '>') fatal "$1 $2 or better is required: this is $1 $2";; + '>') fatal "$1 $2 or better is required: this is $1 $version";; esac }