scyther/bootstrap

10 lines
115 B
Plaintext
Raw Normal View History

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