mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-08-22 10:30:52 +00:00
Libtpms-based TPM emulator with socket, character device, and Linux CUSE interface.
![]() autoreconf from autoconf 2.71 emmits a lot of warnings: + autoreconf -fiv autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: aclocal --force -I m4 autoreconf: running: /usr/bin/autoconf --force configure.ac:29: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:29: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:29: the top level configure.ac:53: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:53: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:53: the top level configure.ac:76: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:76: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:76: the top level configure.ac:81: warning: The macro `AC_TYPE_SIGNAL' is obsolete. configure.ac:81: You should run autoupdate. ./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from... configure.ac:81: the top level configure.ac:202: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:202: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:202: the top level configure.ac:267: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:267: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:267: the top level configure.ac:430: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:430: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:430: the top level configure.ac:437: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:437: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:437: the top level configure.ac:517: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:517: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:517: the top level autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:40: installing './compile' configure.ac:48: installing './missing' Makefile.am:34: warning: .PHONY was already defined in condition WITH_SELINUX, which is included in condition TRUE ... Makefile.am:28: ... '.PHONY' previously defined here src/swtpm/Makefile.am: installing './depcomp' autoreconf: './config.sub' is updated autoreconf: './config.guess' is updated autoreconf: Leaving directory '.' Execute autoupdate to apply all those changes. Signed-off-by: Tomasz Kłoczko <kloczek@github.com> Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> |
||
---|---|---|
debian | ||
dist | ||
etc | ||
include | ||
man | ||
samples | ||
src | ||
tests | ||
.gitignore | ||
.travis.yml | ||
autogen.sh | ||
CHANGES | ||
configure.ac | ||
COPYING | ||
DCO1.1.txt | ||
INSTALL | ||
LICENSE | ||
Makefile.am | ||
README | ||
run_tests | ||
TODO |
SWTPM - Software TPM Emulator David Safford safford@us.ibm.com Stefan Berger stefanb@us.ibm.com The SWTPM package provides TPM emulators with different front-end interfaces to libtpms. TPM emulators provide socket interfaces (TCP/IP and Unix) and the Linux CUSE interface for the creation of multiple native /dev/vtpm* devices. The SWTPM package also provides several tools for using the TPM emulator, creating certificates for a TPM, and simulating the manufacturing of a TPM by creating a TPM's EK and platform certificates etc. Please read the READMEs in the individual tool's directory under src/. Please consult the Wiki for information about swtpm: https://github.com/stefanberger/swtpm/wiki