aboutsummaryrefslogtreecommitdiffstats
path: root/plugins.m4
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-12-31 06:34:15 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-12-31 06:34:15 +0000
commit10ec19da9f09bf767603b86dd44a282b4ddc78f9 (patch)
tree1c3feb113f5ec3312c7c749ddef34c5e979d54e4 /plugins.m4
parent9798fe8cbee8d9b26fdbd5167f2b46be574ec140 (diff)
downloadlcd4linux-10ec19da9f09bf767603b86dd44a282b4ddc78f9.tar.gz
ported r839 from volker_dev
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@927 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'plugins.m4')
-rw-r--r--plugins.m413
1 files changed, 10 insertions, 3 deletions
diff --git a/plugins.m4 b/plugins.m4
index c2c5095..61802e8 100644
--- a/plugins.m4
+++ b/plugins.m4
@@ -28,7 +28,9 @@ AC_ARG_WITH(
plugins,
[ --with-plugins=<list> choose which plugins to compile.]
[ type --with-plugins=list for a list]
- [ of avaible plugins],
+ [ of avaible plugins]
+ [ plugins may be excluded with 'all,!<plugin>',]
+ [ (try 'all,\!<plugin>' if your shell complains...)],
plugins=$withval,
plugins=all
)
@@ -490,8 +492,13 @@ fi
if test "$PLUGINS" = ""; then
AC_MSG_ERROR([You should include at least one plugin...])
-#else
-# AC_MSG_ERROR($PLUGINS)
+else
+ AC_MSG_RESULT(
+[-----------------------------------------]
+[including plugins:]
+[ $PLUGINS]
+[-----------------------------------------]
+ )
fi
AC_SUBST(PLUGINS)