ceph/autogen.sh

8 lines
95 B
Bash
Raw Normal View History

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