- added website docs to doc/www... these are out of date at the
[barry.git] / gui / buildgen.sh
blob2fac5c51bbb6b710fc5d35fd497154cb2d53430a
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 src/*.bak src/*.gladep INSTALL
12 else
13 autoreconf -if
14 #autoreconf -ifv