5 lines
94 B
Bash
5 lines
94 B
Bash
|
#!/bin/sh -e
|
||
|
/usr/bin/aclocal --acdir=..
|
||
|
/usr/bin/autoconf -f
|
||
|
exec /bin/rm -rf autom4te.cache
|