ceph/autogen.sh
2009-05-11 21:06:14 -07:00

9 lines
121 B
Bash
Executable File

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