stasis-aries-wal/bootstrap
2004-06-24 21:10:31 +00:00

11 lines
177 B
Bash
Executable file

#! /bin/sh
set -x
## aclocal warns way too much!
aclocal-1.8 2>&1 | grep -v '.usr.share.aclocal.'
# -I config
autoheader
automake-1.8 --add-missing --copy
#automake
autoconf