mirror of
https://github.com/stefanberger/libtpms
synced 2025-12-26 22:55:39 +00:00
Signed-off-by: Corey Bryant <coreyb@linux.vnet.ibm.com> Acked-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
7 lines
102 B
Bash
Executable File
7 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
set -x
|
|
aclocal || exit 1
|
|
libtoolize --force || exit 1
|
|
automake || exit 1
|
|
autoconf || exit 1
|