mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-06 20:01:44 +08:00
12 lines
132 B
Bash
Executable File
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
|