2021-05-06 16:56:20 +08:00
|
|
|
#!/bin/sh
|
2020-10-28 00:29:45 +08:00
|
|
|
set -e
|
2021-05-06 16:56:20 +08:00
|
|
|
cd $(dirname $0)
|
2012-11-23 21:22:47 +08:00
|
|
|
/usr/bin/aclocal --force
|
|
|
|
/usr/bin/autoconf -f
|
2020-10-06 23:11:54 +08:00
|
|
|
/usr/bin/automake -ac
|
2012-11-23 21:22:47 +08:00
|
|
|
/bin/rm -rf autom4te.cache
|