hstr/dist/dist.sh
2013-12-26 01:05:38 +01:00

17 lines
No EOL
265 B
Bash
Executable file

#!/bin/bash
./clean.sh
cd ..
aclocal
automake --force-missing --add-missing
autoconf
rm -vf depcomp install-sh missing
cp -vf /usr/share/automake-1.11/depcomp .
cp -vf /usr/share/automake-1.11/install-sh .
cp -vf /usr/share/automake-1.11/missing .
cd bin
# eof