libtpms/bootstrap.sh
Stefan Berger 3428922eeb Remove config.h.in
Remove config.h.in and create it in bootstrap.h using autoheader.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
2014-06-30 15:04:15 -04:00

8 lines
140 B
Bash
Executable File

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