2008-02-26 20:36:04 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2008-11-24 23:49:18 +00:00
|
|
|
aclocal -I config &&
|
|
|
|
libtoolize --automake --copy
|
2008-02-26 20:36:04 +00:00
|
|
|
autoheader &&
|
2009-06-16 17:44:59 +00:00
|
|
|
automake --add-missing --include-deps --copy
|
2008-02-26 20:36:04 +00:00
|
|
|
autoconf
|
2008-11-24 23:49:18 +00:00
|
|
|
rm -rf autom4te.cache aclocal.m4
|