diff -r 598cd0b266d3 -r eda742a0b1b4 configure --- a/configure Mon Feb 15 09:39:52 2010 +0100 +++ b/configure Mon Feb 15 10:21:17 2010 +0100 @@ -32,7 +32,7 @@ Options: -h, --help display this help and exit --lemon-doc-prefix=loc The location of the lemon doc. By default it is - http://lemon.cs.elte.hu/pub/doc/1.0 + http://lemon.cs.elte.hu/pub/doc/1.1.1 Expamle: $0 --lemon-doc-prefix=file://usr/local/share/doc/lemon/docs/ @@ -54,7 +54,7 @@ if test -z "$lemon_doc_prefix" then - lemon_doc_prefix='http://lemon.cs.elte.hu/pub/doc/1.0' + lemon_doc_prefix='http://lemon.cs.elte.hu/pub/doc/1.1.1' fi lemon_doc_prefix=$(echo $lemon_doc_prefix|sed 's/\//\\\\\\\//g')