ceph/autogen.sh

9 lines
127 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
libtoolize --force --copy
2008-01-28 02:12:20 +00:00
autoconf
autoheader
2010-05-18 15:01:03 +00:00
automake -a --add-missing -Wall
2008-01-28 02:12:20 +00:00
exit