ceph/autogen.sh
2008-01-28 11:54:53 -08:00

8 lines
88 B
Bash
Executable File

#!/bin/sh
rm -f config.cache
aclocal
autoconf
autoheader
automake -a --add-missing
exit