import of www.freescada.com/public-dist/libmbus-0.7.0.tar.gz

This commit is contained in:
James Michael DuPont
2012-02-16 15:46:48 +01:00
commit 19135a6bc1
89 changed files with 85783 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