diff options
author | Christian Pointner <equinox@anytun.org> | 2009-11-14 17:07:35 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-11-14 17:07:35 +0000 |
commit | cf6d3668c338d37e8b313caa34d6e54ed99e45f1 (patch) | |
tree | d2f6903e22a250cb3902d58870b25ef9f5212c13 /src/configure | |
parent | added --no-examples to configure (diff) |
configure script update
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 3 |
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 |