]> git.webhop.me Git - lcd4linux.git/commitdiff
moved 'print list of drivers and plugins' to the end of configure
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 13 Jan 2009 04:02:35 +0000 (04:02 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 13 Jan 2009 04:02:35 +0000 (04:02 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@957 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

configure
configure.in
drivers.m4
plugins.m4

index 9f47845c308c32f4b66982d263c914c949ddb048..68a08c75a1227a557aec6e4fd1d0c758975b8539 100755 (executable)
--- 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; }
index 8f24a85700d8b783e3f3b69606fad0be2cf7019f..e49923abe6f8c122ecf224e5fd0db6ff267c1cbf 100644 (file)
@@ -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]
+[-----------------------------------------]
+)
index f42e1363232468bfac881f477b8a451f88bfa462..826e24840c98188ccf1cf057e91c78982312ebe5 100644 (file)
@@ -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)
index dc01f847c9df6a58b2dd0159f89fe5a568b8ccd5..fe20a3752a384e71316cf6f71552e0beae157eaa 100644 (file)
@@ -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)