Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@@ -1,3 +1,10 @@ | ||
#!/bin/sh | ||
|
||
set -e | ||
|
||
aclocal -I lib/autoconf | ||
autoconf | ||
|
||
rm -rf autom4te.cache aclocal.m4 | ||
|
||
|