From 191c1eaf518018d863ec54ba8b677b7ba343238f Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Fri, 5 Sep 2014 16:41:50 +0200 Subject: [PATCH] add vopt_conflict helper vopt_conflict prints an error and exits if two options are set at the same time. --- Manual.md | 4 ++++ common/environment/setup/options.sh | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/Manual.md b/Manual.md index d35acfefa59..57b448877b6 100644 --- a/Manual.md +++ b/Manual.md @@ -535,6 +535,10 @@ package accordingly. Additionally, the following functions are available: Same as `vopt_with`, but uses `--enable-` and `--disable-` respectively. +- *vopt_conflict()* `vopt_conflict