mirror of https://github.com/ceph/ceph
8 lines
74 B
Plaintext
8 lines
74 B
Plaintext
|
#!/bin/sh
|
||
|
rm -f config.cache
|
||
|
aclocal
|
||
|
autoconf
|
||
|
autoheader
|
||
|
automake -a
|
||
|
exit
|