fixed typo
[barry.git] / gui / buildgen.sh
blob46bff3a2f77e594fc0bca027d567d268184c999a
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 config.h.in~
13 else
14 autoreconf -if
15 #autoreconf -ifv