mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-17 16:51:44 +08:00
8 lines
81 B
Bash
Executable File
8 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x
|
|
aclocal -I config
|
|
autoheader
|
|
automake --add-missing
|
|
autoconf
|