8 Star 0 Fork 1

leegoobin/UnrealIRCd

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
autogen.sh 238 Bytes
Copy Edit Raw Blame History
我爱肥仔快乐水 authored 2021-03-09 14:53 . The original unrealIRCD
#!/bin/bash
echo "Regenerating 'configure' and headers..."
echo "NOTE: Normally only UnrealIRCd developers run this command!!"
cd "$(dirname "${0}")"
ACLOCAL_AMFLAGS=(-I autoconf/m4)
aclocal "${ACLOCAL_AMFLAGS[@]}"
autoconf
autoheader
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/uesoft/unreal-ircd.git
git@gitee.com:uesoft/unreal-ircd.git
uesoft
unreal-ircd
UnrealIRCd
master

Search

D67c1975 1850385 1daf7b77 1850385