Fold handling for it in with the rest of the `no*' options.
case "$opt" in
checkout) checkout=yes checkoutrev=HEAD ;;
checkout=*) checkout=yes checkoutrev=${opt#*=} ;;
case "$opt" in
checkout) checkout=yes checkoutrev=HEAD ;;
checkout=*) checkout=yes checkoutrev=${opt#*=} ;;
- nocheckout) checkout=no ;;
release) build=release ;;
norelease) build=test ;;
setup | distcheck | debian | upload | clean | vpath)
eval "$opt=yes"
;;
release) build=release ;;
norelease) build=test ;;
setup | distcheck | debian | upload | clean | vpath)
eval "$opt=yes"
;;
- nosetup | nodistcheck | nodebian | noupload | noclean | novpath)
+ nocheckout | nosetup | nodistcheck | nodebian | \
+ noupload | noclean | novpath)
eval "${opt#no}=no"
;;
*)
eval "${opt#no}=no"
;;
*)