summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-11-14 17:06:19 +0000
committerChristian Pointner <equinox@anytun.org>2009-11-14 17:06:19 +0000
commit34d7fa8f358ed70c209fb8fc1acc5a1a53d04ce8 (patch)
treeb6ab258e209cbd055ab42026c69c0a5583bee287
parentadded --no-examples to configure script (diff)
configure script update
-rwxr-xr-xsrc/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/configure b/src/configure
index 6b77ae2..0d4434f 100755
--- a/src/configure
+++ b/src/configure
@@ -222,6 +222,9 @@ EOF
if [ $INSTALLEXAMPLES -eq 1 ]; then
echo "EXAMPLESDIR := $EXAMPLESDIR" >> include.mk
+ echo "installing example files"
+else
+ echo "not installing example files"
fi
exit 0