blob: fa28a1de7dcccb4552bd513d2993420de9e97d6d [file] [log] [blame]
AC_INIT([tpm2.0-tss], [0.98])
AC_PROG_CC
AC_PROG_CXX
AC_PROG_RANLIB
AM_INIT_AUTOMAKE([foreign
subdir-objects])
AC_CONFIG_FILES([Makefile
common/Makefile
sysapi/Makefile
test/tpmclient/Makefile
resourcemgr/Makefile])
AC_OUTPUT