mirror of
https://github.com/ceph/ceph
synced 2024-12-13 15:08:33 +00:00
8 lines
95 B
Bash
Executable File
8 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
rm -f config.cache
|
|
aclocal #-I m4
|
|
autoconf
|
|
autoheader
|
|
automake -a --add-missing
|
|
exit
|