From d77a54f74c2eeeae99ec340c32ca7a0f2cb9e2ef Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 13 Jan 2009 04:02:35 +0000 Subject: 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 --- configure | 39 +++++++++++++++++---------------------- configure.in | 10 ++++++++++ drivers.m4 | 7 ------- plugins.m4 | 7 ------- 4 files changed, 27 insertions(+), 36 deletions(-) diff --git a/configure b/configure index 9f47845..68a08c7 100755 --- a/configure +++ b/configure @@ -8531,17 +8531,6 @@ if test "$DRIVERS" = ""; then { { echo "$as_me:$LINENO: error: You should include at least one driver..." >&5 echo "$as_me: error: You should include at least one driver..." >&2;} { (exit 1); exit 1; }; } -else - { echo "$as_me:$LINENO: result: ----------------------------------------- -including drivers: - $DRIVERS ------------------------------------------ - " >&5 -echo "${ECHO_T}----------------------------------------- -including drivers: - $DRIVERS ------------------------------------------ - " >&6; } fi @@ -11844,17 +11833,6 @@ if test "$PLUGINS" = ""; then { { echo "$as_me:$LINENO: error: You should include at least one plugin..." >&5 echo "$as_me: error: You should include at least one plugin..." >&2;} { (exit 1); exit 1; }; } -else - { echo "$as_me:$LINENO: result: ----------------------------------------- -including plugins: - $PLUGINS ------------------------------------------ - " >&5 -echo "${ECHO_T}----------------------------------------- -including plugins: - $PLUGINS ------------------------------------------ - " >&6; } fi @@ -16317,3 +16295,20 @@ if test "$no_create" != yes; then $ac_cs_success || { (exit 1); exit 1; } fi + +{ echo "$as_me:$LINENO: result: ----------------------------------------- +including drivers: + $DRIVERS +----------------------------------------- +including plugins: + $PLUGINS +----------------------------------------- +" >&5 +echo "${ECHO_T}----------------------------------------- +including drivers: + $DRIVERS +----------------------------------------- +including plugins: + $PLUGINS +----------------------------------------- +" >&6; } 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] +[-----------------------------------------] +) diff --git a/drivers.m4 b/drivers.m4 index f42e136..826e248 100644 --- a/drivers.m4 +++ b/drivers.m4 @@ -699,13 +699,6 @@ fi if test "$DRIVERS" = ""; then AC_MSG_ERROR([You should include at least one driver...]) -else - AC_MSG_RESULT( -[-----------------------------------------] -[including drivers:] -[ $DRIVERS] -[-----------------------------------------] - ) fi AC_SUBST(DRIVERS) diff --git a/plugins.m4 b/plugins.m4 index dc01f84..fe20a37 100644 --- a/plugins.m4 +++ b/plugins.m4 @@ -492,13 +492,6 @@ fi if test "$PLUGINS" = ""; then AC_MSG_ERROR([You should include at least one plugin...]) -else - AC_MSG_RESULT( -[-----------------------------------------] -[including plugins:] -[ $PLUGINS] -[-----------------------------------------] - ) fi AC_SUBST(PLUGINS) -- cgit v1.2.3