menu: added new Keywords tag to .desktop files
[barry.git] / opensync-plugin-0.4x / buildgen.sh
blobc1c11aaa4101fd6f68c9d1580e24202b97d58b7b
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.h.in~ \
10 config.sub \
11 configure depcomp install-sh ltmain.sh missing \
12 src/Makefile.in INSTALL \
13 config.rpath \
14 config.h.in~
15 else
16 autoreconf -if
17 #autoreconf -ifv