mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-11 16:51:29 +00:00
build-sys: Add AC_CONFIG_AUX_DIR to configure.ac
The Travis build of swtpm now has a problem due to missing ltmain.sh. Add AC_CONFIG_AUX_DIR to configure.ac to resolve the issue. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
9081bbc459
commit
d9d83de2d3
@ -6,6 +6,7 @@
|
||||
AC_INIT([libtpms], [0.6.0])
|
||||
AC_PREREQ(2.12)
|
||||
AC_CONFIG_SRCDIR(Makefile.am)
|
||||
AC_CONFIG_AUX_DIR([.])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user