gerbv handles aperture macros now(and done so for a long time)
[geda-gerbv/spe.git] / rebuild_conf
blobdf5b9ec9652d55f7ccdc889fb987cffb42ab35a6
1 #!/bin/sh
2 rm -f confdefs.h config.* configure aclocal.m4 stamp-h* install-sh missing mkinstalldirs
3 find . -name Makefile -exec rm {} \;
4 find . -name Makefile.in -exec rm {} \;
6 aclocal
7 autoheader
8 autoconf
9 automake --copy --add-missing