2008-12-05 17:46:11 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
aclocal -I config &&
|
|
|
|
libtoolize --automake --copy
|
|
|
|
autoheader &&
|
2009-03-13 16:11:44 +00:00
|
|
|
automake --add-missing --include-deps --copy 2>/dev/null
|
2008-12-05 17:46:11 +00:00
|
|
|
autoconf
|
|
|
|
rm -rf autom4te.cache aclocal.m4
|