hstr/bin/dist.sh

11 lines
84 B
Bash
Raw Normal View History

#!/bin/bash
./clean.sh
cd ..
aclocal
automake --add-missing
autoconf
cd bin
# eof