configure
changeset 34 eda742a0b1b4
parent 17 0b3b26cd1cea
child 35 f7a4e8024952
equal deleted inserted replaced
0:8d815614dffa 1:82cd6f0fa03f
    30 Usage: $0 [OPTION]
    30 Usage: $0 [OPTION]
    31 
    31 
    32 Options:
    32 Options:
    33   -h, --help                  display this help and exit
    33   -h, --help                  display this help and exit
    34       --lemon-doc-prefix=loc  The location of the lemon doc. By default it is
    34       --lemon-doc-prefix=loc  The location of the lemon doc. By default it is
    35                               http://lemon.cs.elte.hu/pub/doc/1.0
    35                               http://lemon.cs.elte.hu/pub/doc/1.1.1
    36 
    36 
    37 Expamle:
    37 Expamle:
    38   $0 --lemon-doc-prefix=file://usr/local/share/doc/lemon/docs/
    38   $0 --lemon-doc-prefix=file://usr/local/share/doc/lemon/docs/
    39 EOF
    39 EOF
    40     exit 0
    40     exit 0
    52 done
    52 done
    53 
    53 
    54 
    54 
    55 if test -z "$lemon_doc_prefix"
    55 if test -z "$lemon_doc_prefix"
    56 then
    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 fi
    58 fi
    59 lemon_doc_prefix=$(echo $lemon_doc_prefix|sed 's/\//\\\\\\\//g')
    59 lemon_doc_prefix=$(echo $lemon_doc_prefix|sed 's/\//\\\\\\\//g')
    60 
    60 
    61 lemon_cflags=$(pkg-config --cflags lemon|sed 's/\//\\\//g')
    61 lemon_cflags=$(pkg-config --cflags lemon|sed 's/\//\\\//g')
    62 lemon_libs=$(pkg-config --libs lemon|sed 's/\//\\\//g')
    62 lemon_libs=$(pkg-config --libs lemon|sed 's/\//\\\//g')