mirror of
https://github.com/ceph/ceph
synced 2025-02-08 11:29:17 +00:00
8 lines
74 B
Bash
Executable File
8 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
rm -f config.cache
|
|
aclocal
|
|
autoconf
|
|
autoheader
|
|
automake -a
|
|
exit
|