]> git.proxmox.com Git - libtpms.git/blame - bootstrap.sh
build-sys: leave CFLAGS/LDFLAGS for user to be defined
[libtpms.git] / bootstrap.sh
CommitLineData
54c56596
SB
1#!/bin/sh
2set -x
54c56596 3libtoolize --force || exit 1
017c8103 4aclocal || exit 1
3428922e 5autoheader || exit 1
017c8103 6automake --add-missing -c || exit 1
54c56596 7autoconf || exit 1