got rid of duplicate catalog libmbus/libmbus

This commit is contained in:
Robert
2012-04-15 10:51:15 +09:00
parent a7b6f180a3
commit c10b37e53d
89 changed files with 0 additions and 0 deletions

18
build.sh Normal file
View File

@ -0,0 +1,18 @@
#!/bin/sh
#
if [ -f Makefile ]; then
#
# use existing automake files
#
echo >> /dev/null
else
#
# regenerate automake files
#
automake --add-missing
autoreconf --install
./configure
fi
make