aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 6f8044b..61d988c 100755
--- a/configure
+++ b/configure
@@ -17,6 +17,8 @@ LFLAGS:::T:F
INSTALL:install::T:F
GZIP:gzip::T:F
DOT:dot::T:F
+CPPCHECK:cppcheck::T:F
+VALGRIND:valgrind::T:F
MKDOCS:mkdocs::T:F"
############################################################################
# TODO add options to fine tune installation directories
@@ -45,6 +47,8 @@ print_help() {
echo " INSTALL Copy files and set attributes."
echo " GZIP Compress file."
echo " DOT Directed graphs drawing program."
+ echo " CPPCHECK Tool for static code analysis."
+ echo " VALGRIND Suite for debugging and profiling programs."
echo " MKDOCS Project documentation generator."
echo
echo "GEML version $GEML_VERSION"