fix build failures with gcc-8, using a rather large stick
[debian/cc1111] / device / lib / pic16 / bootstrap.sh
1 #!/bin/sh
2
3 aclocal
4 autoheader
5 autoconf
6 automake -a --foreign
7