mirror of
https://github.com/ceph/ceph
synced 2024-12-12 06:28:31 +00:00
6fd390d3af
Finally?
9 lines
121 B
Bash
Executable File
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
|