ceph/autogen.sh

9 lines
127 B
Bash
Executable File

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