mirror of
https://github.com/ceph/ceph
synced 2024-12-13 06:57:21 +00:00
9 lines
127 B
Bash
Executable File
9 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
rm -f config.cache
|
|
aclocal #-I m4
|
|
libtoolize --force --copy
|
|
autoconf
|
|
autoheader
|
|
automake -a --add-missing -Wall
|
|
exit
|