ceph/autogen.sh
2010-05-18 08:01:23 -07:00

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