Further cleanup. Need to check debian builds and possible provide cleanup script.

This commit is contained in:
Tmtom
2012-07-18 19:18:11 +02:00
parent a901d94b44
commit 1a449d8f36
16 changed files with 11 additions and 37601 deletions

10
build.sh Normal file → Executable file
View File

@ -10,9 +10,13 @@ else
#
# regenerate automake files
#
automake --add-missing
autoreconf --install
./configure
autoheader \
&& aclocal \
&& libtoolize --ltdl --copy --force \
&& automake --add-missing --copy \
&& autoconf \
&& ./configure
fi
make