scyther/bootstrap

10 lines
124 B
Plaintext
Raw Normal View History

#! /bin/sh
2004-05-21 18:52:06 +01:00
set -x
aclocal -I config
libtoolize --force --copy
autoheader
automake --add-missing --copy --foreign
autoconf