- fixed compile error on g++ 3.3 systems (missing stdint.h in probe.h)
[barry.git] / buildgen.sh
blob177411a0668809d3bc6c799d397ff3259639aba8
1 #!/bin/sh
4 # Generates the build system.
7 if [ "$1" = "clean" ] ; then
8 rm -rf autom4te.cache
9 rm -f Makefile.in aclocal.m4 config.guess config.h.in config.sub \
10 configure depcomp install-sh ltmain.sh missing \
11 src/Makefile.in tools/Makefile.in examples/Makefile.in \
12 man/Makefile.in
13 # clean up Debian build trails
14 rm -rf debian/barry
15 rm -f build-arch-stamp build-indep-stamp configure-stamp \
16 debian/barry.substvars debian/files \
17 tools/bcharge
18 else
19 autoreconf -if
20 #autoreconf -ifv