Reduce SEGV chance in gerb_fclose situation
[geda-gerbv/spe.git] / rebuild_conf
blobdfe8468f6d28c397fade0fb704b1d0f20d84b44a
1 #!/bin/sh
2 rm -f confdefs.h config.* configure aclocal.m4 stamp-h* install-sh missing mkinstalldirs
3 rm -rf autom4te.cache
4 find . -name Makefile -exec rm {} \;
5 find . -name Makefile.in -exec rm {} \;
7 aclocal $*
8 autoheader
9 autoconf
10 automake --copy --add-missing