blob: ca5e7e1af209cca34b18653ed0325e03562bf15e [file] [log] [blame]
AC_INIT(update-verifier, 1.0)
AM_INIT_AUTOMAKE(foreign)
# check boot type
AC_ARG_ENABLE(nand, AC_HELP_STRING([--enable-nand],
[enable nand support]),
[enable_nand=${enableval}])
AM_CONDITIONAL(NAND, test "$enable_nand" = "yes")
AM_MAINTAINER_MODE
AC_PROG_CXX
LT_INIT
AC_OUTPUT([Makefile])