ceph/autogen.sh
2008-03-12 17:26:38 -07:00

9 lines
120 B
Bash
Executable File

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