Skip to content
Snippets Groups Projects
reconf 86 B
Newer Older
#!/bin/sh
set -x
rm -f config.cache
aclocal -I m4
autoheader
automake -a
autoconf
exit