From 10ec19da9f09bf767603b86dd44a282b4ddc78f9 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 31 Dec 2008 06:34:15 +0000 Subject: ported r839 from volker_dev git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@927 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- plugins.m4 | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'plugins.m4') 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= choose which plugins to compile.] [ type --with-plugins=list for a list] - [ of avaible plugins], + [ of avaible plugins] + [ plugins may be excluded with 'all,!',] + [ (try 'all,\!' 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) -- cgit v1.2.3