scyther/bootstrap
2004-05-21 17:52:06 +00:00

10 lines
124 B
Bash
Executable File

#! /bin/sh
set -x
aclocal -I config
libtoolize --force --copy
autoheader
automake --add-missing --copy --foreign
autoconf