blob: f0d8d6d7b98cd4d26ca0f3da6cc893a148d664b7 [file] [log] [blame]
AC_INIT([sensorhal], [1.0])
AUTOMAKE_OPTIONS = foreign subdir-objects
AM_INIT_AUTOMAKE([foreign])
LT_INIT([dlopen shared disable-static])
AC_PROG_CC
AC_PROG_CXX
AC_PROG_LIBTOOL
AC_CONFIG_FILES([Makefile])
AC_OUTPUT