COIN-OR::LEMON - Graph Library

Changeset 34:eda742a0b1b4 in lemon-tutorial for configure


Ignore:
Timestamp:
02/15/10 10:21:17 (14 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Use lemon doc version 1.1.1 (plus remove a redundant reference to it)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r17 r34  
    3333  -h, --help                  display this help and exit
    3434      --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
    3636
    3737Expamle:
     
    5555if test -z "$lemon_doc_prefix"
    5656then
    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'
    5858fi
    5959lemon_doc_prefix=$(echo $lemon_doc_prefix|sed 's/\//\\\\\\\//g')
Note: See TracChangeset for help on using the changeset viewer.