libtpms/bootstrap.sh
Corey Bryant ddc5845969 Change permissions of bootstrap.sh to 755
Signed-off-by: Corey Bryant <coreyb@linux.vnet.ibm.com>
Acked-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
2014-01-13 20:49:41 -05:00

7 lines
102 B
Bash
Executable File

#!/bin/sh
set -x
aclocal || exit 1
libtoolize --force || exit 1
automake || exit 1
autoconf || exit 1