lib: added implicit ctor converter from DatabaseDatabase to DBListType
[barry/progweb.git] / desktop / buildgen.sh
blob71e38644991c93ff5d6a5ae032bb0d25f6407ea0
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 images/Makefile.in \
12 man/Makefile.in \
13 src/Makefile.in src/*.bak \
14 src/0.22/Makefile.in \
15 src/0.40/Makefile.in \
16 INSTALL \
17 config.h.in~
18 else
19 autoreconf -if
20 #autoreconf -ifv