summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-11-14 17:07:35 +0000
committerChristian Pointner <equinox@anytun.org>2009-11-14 17:07:35 +0000
commitcf6d3668c338d37e8b313caa34d6e54ed99e45f1 (patch)
treed2f6903e22a250cb3902d58870b25ef9f5212c13
parentadded --no-examples to configure (diff)
configure script update
-rwxr-xr-xsrc/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/configure b/src/configure
index 63d97d2..0f3750c 100755
--- a/src/configure
+++ b/src/configure
@@ -225,6 +225,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