Files
ethercat/bootstrap
2007-02-09 11:48:35 +00:00

12 lines
132 B
Bash
Executable File

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