ethercat/bootstrap

11 lines
116 B
Bash
Executable File

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