2008-11-20 20:01:55 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2008-11-24 19:16:19 +00:00
|
|
|
aclocal -I config &&
|
|
|
|
libtoolize --automake --copy
|
2008-11-20 20:01:55 +00:00
|
|
|
autoheader &&
|
2008-11-24 19:16:19 +00:00
|
|
|
automake --add-missing --include-deps 2>/dev/null
|
2008-11-20 20:01:55 +00:00
|
|
|
autoconf
|
2008-11-24 19:16:19 +00:00
|
|
|
rm -rf autom4te.cache aclocal.m4
|