ceph/autogen.sh

8 lines
88 B
Bash
Raw Normal View History

2008-01-28 02:12:20 +00:00
#!/bin/sh
rm -f config.cache
aclocal
autoconf
autoheader
2008-01-28 19:54:53 +00:00
automake -a --add-missing
2008-01-28 02:12:20 +00:00
exit