qmckl/autogen.sh

7 lines
85 B
Bash
Executable File

#!/bin/bash
autoreconf --install
automake --add-missing --copy &> /dev/null
exit 0