aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-01-13 04:02:35 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-01-13 04:02:35 +0000
commitd77a54f74c2eeeae99ec340c32ca7a0f2cb9e2ef (patch)
treecca854d318ca3796586549a48d31e93d83fd69a4 /configure.in
parent36f5ff7e8de33811bf0506bfd656b1dc935db06e (diff)
downloadlcd4linux-d77a54f74c2eeeae99ec340c32ca7a0f2cb9e2ef.tar.gz
moved 'print list of drivers and plugins' to the end of configure
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@957 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r--configure.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 8f24a85..e49923a 100644
--- a/configure.in
+++ b/configure.in
@@ -144,3 +144,13 @@ AC_CHECK_FUNCS([dup2 floor gethostbyname gettimeofday memmove memset pow putenv
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
+
+AC_MSG_RESULT(
+[-----------------------------------------]
+[including drivers:]
+[ $DRIVERS]
+[-----------------------------------------]
+[including plugins:]
+[ $PLUGINS]
+[-----------------------------------------]
+)