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