thrift/lib/cpp/bootstrap.sh

11 lines
145 B
Bash
Raw Normal View History

#!/bin/sh
./cleanup.sh
autoscan
autoheader
aclocal -I ./aclocal
libtoolize --automake
touch NEWS README AUTHORS ChangeLog
autoconf
automake -ac