premiere-libtorrent/autotool.sh

14 lines
128 B
Bash
Raw Normal View History

#!/bin/sh
# $Id$
set -e
set -x
aclocal -I m4
libtoolize -c -f
automake -a -c -f
autoconf
rm -Rf config.cache autom4te.cache