tzwrapper.cc: fixed use of iterator after erase
[barry.git] / gui / buildgen.sh
blob37f12032970d318257bd6f120c1275cab0c4104f
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 man/Makefile.in \
12 src/Makefile.in src/*.bak src/*.gladep INSTALL \
13 config.h.in~ config.rpath
14 else
15 autoreconf -if
16 #autoreconf -ifv