ceph/autogen.sh

8 lines
95 B
Bash
Executable File

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