if test -d .git; then
   git branch --list -v | grep -e '^\*' | awk '{print $2"-"$3}'> VERSION.m4
else
   echo "unversioned" > VERSION.m4
fi
autoreconf -f -i -v -W all
#aclocal
#autoconf
##autoheader
##cp /usr/share/libtool/ltmain.sh .
#libtoolize  --copy --automake  -f
#automake --add-missing --copy
