mirror of
https://gitee.com/clygintang/Dockfile-Coreseek.git
synced 2025-07-21 00:00:15 +08:00
7 lines
74 B
Bash
Executable File
7 lines
74 B
Bash
Executable File
#! /bin/sh
|
|
|
|
autoheader \
|
|
&& aclocal \
|
|
&& automake --foreign \
|
|
&& autoconf
|