mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-12-26 13:28:15 +00:00
8 lines
147 B
Bash
Executable File
8 lines
147 B
Bash
Executable File
#!/bin/sh
|
|
set -x
|
|
libtoolize --force --copy || exit 1
|
|
autoheader || exit 1
|
|
aclocal || exit 1
|
|
automake --add-missing -c || exit 1
|
|
autoconf || exit 1
|