Barry debian version 0.18.5-1
[barry.git] / desktop / buildgen.sh
blob72b5605bd2f8c70b98f06a4d20b5be349f07b3f0
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 config.rpath \
17 INSTALL \
18 config.h.in~
19 else
20 autoreconf -if
21 #autoreconf -ifv