1
0
mirror of https://github.com/ceph/ceph synced 2024-12-18 01:16:55 +00:00
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