1
0
mirror of https://github.com/ceph/ceph synced 2025-03-22 02:08:13 +00:00
ceph/autogen.sh
2008-03-12 19:36:54 -07:00

8 lines
94 B
Bash
Executable File

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