ceph/autogen.sh
2008-03-12 19:36:54 -07:00

8 lines
94 B
Bash
Executable File

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