]> git.proxmox.com Git - libtpms.git/blobdiff - bootstrap.sh
build-sys: leave CFLAGS/LDFLAGS for user to be defined
[libtpms.git] / bootstrap.sh
index 21ace7d0b33a608e5c469a6684bf9737a5460d8d..e934ec8ef59715114430f27feeb75a1ea6c6b5b0 100755 (executable)
@@ -2,5 +2,6 @@
 set -x
 libtoolize --force || exit 1
 aclocal || exit 1
+autoheader || exit 1
 automake --add-missing -c || exit 1
 autoconf || exit 1