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