1.1 --- a/configure Mon Feb 15 09:39:52 2010 +0100
1.2 +++ b/configure Mon Feb 15 10:21:17 2010 +0100
1.3 @@ -32,7 +32,7 @@
1.4 Options:
1.5 -h, --help display this help and exit
1.6 --lemon-doc-prefix=loc The location of the lemon doc. By default it is
1.7 - http://lemon.cs.elte.hu/pub/doc/1.0
1.8 + http://lemon.cs.elte.hu/pub/doc/1.1.1
1.9
1.10 Expamle:
1.11 $0 --lemon-doc-prefix=file://usr/local/share/doc/lemon/docs/
1.12 @@ -54,7 +54,7 @@
1.13
1.14 if test -z "$lemon_doc_prefix"
1.15 then
1.16 - lemon_doc_prefix='http://lemon.cs.elte.hu/pub/doc/1.0'
1.17 + lemon_doc_prefix='http://lemon.cs.elte.hu/pub/doc/1.1.1'
1.18 fi
1.19 lemon_doc_prefix=$(echo $lemon_doc_prefix|sed 's/\//\\\\\\\//g')
1.20