{ { 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
{ { 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
$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; }
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
+
+AC_MSG_RESULT(
+[-----------------------------------------]
+[including drivers:]
+[ $DRIVERS]
+[-----------------------------------------]
+[including plugins:]
+[ $PLUGINS]
+[-----------------------------------------]
+)
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)
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)