Improvements in CycleCanceling.
Main changes:
- Use function parameter instead of #define commands to select negative
cycle detection method.
- Change the name of private members to start with "_".
- Change the name of function parameters not to start with "_".
- Remove unnecessary documentation for private members.
- Doc improvements.
     4 function quiet { [[ $quiet == 1 ]]; }
 
     6 if [[ "$1" == "-q" ]]; then
 
    21   optarg=`expr "x$option" : 'x[^=]*=\(.*\)'`
 
    40   -h, --help            display this help and exit
 
    41       --amver=VERSION   use VERSION version of automake
 
    42       --acver=VERSION   use VERSION version of autoconf
 
    45   $0 --amver=1.8 --acver=2.59
 
    52 $0: unrecognized option: $option
 
    53 Try \`$0 --help' for more information.
 
    68   automake=automake-$amver
 
    69   aclocal=aclocal-$amver
 
    74   autoconf=autoconf-$acver
 
    75   autoheader=autoheader-$acver
 
    82 (quiet && exec > /dev/null; libtoolize --force --copy)
 
    85 $automake --add-missing --copy --gnu