ceph/reconf
2008-01-27 20:45:29 -08:00

8 lines
74 B
Bash
Executable File

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