phat/bootstrap

12 lines
117 B
Bash
Executable File

#!/bin/bash
set -x
gtkdocize || exit 1
libtoolize -c -f --automake
aclocal
autoheader
autoconf -f
automake -a -c