rufus/bootstrap.sh

6 lines
94 B
Bash
Raw Normal View History

2011-12-05 01:11:15 +00:00
#!/bin/sh
aclocal || exit 1
automake -a -c || exit 1
autoconf || exit 1
rm -rf autom4te.cache