Changeset 34:eda742a0b1b4 in lemon-tutorial for configure
Legend:
- Unmodified
- Added
- Removed
-
configure
r17 r34 33 33 -h, --help display this help and exit 34 34 --lemon-doc-prefix=loc The location of the lemon doc. By default it is 35 http://lemon.cs.elte.hu/pub/doc/1. 035 http://lemon.cs.elte.hu/pub/doc/1.1.1 36 36 37 37 Expamle: … … 55 55 if test -z "$lemon_doc_prefix" 56 56 then 57 lemon_doc_prefix='http://lemon.cs.elte.hu/pub/doc/1. 0'57 lemon_doc_prefix='http://lemon.cs.elte.hu/pub/doc/1.1.1' 58 58 fi 59 59 lemon_doc_prefix=$(echo $lemon_doc_prefix|sed 's/\//\\\\\\\//g')
Note: See TracChangeset
for help on using the changeset viewer.