diff --git a/reconf b/reconf new file mode 100755 index 0000000000000000000000000000000000000000..8473c10e257666e73b9920843824970f1f9ef36e --- /dev/null +++ b/reconf @@ -0,0 +1,8 @@ +#!/bin/sh +set -x +rm -f config.cache +aclocal -I m4 +autoheader +automake -a +autoconf +exit \ No newline at end of file