ethercat/bootstrap

8 lines
90 B
Bash
Executable File

#!/bin/bash
set -x
mkdir -p autoconf
aclocal -I autoconf
automake --add-missing
autoconf