@ -1,3 +1,14 @@
.deps/
Makefile
autom4te.cache/
config.h
config.log
config.status
libtool
pid
ss
stamp-h1
# Do not edit the following section
# Edit Compile Debug Document Distribute
*~
@ -15,8 +15,7 @@ Build the binary like this:
```bash
sudo apt-get install build-essential autoconf libtool libev-dev libssl-dev
automake --add-missing
autoreconf
./configure && make
```
@ -10904,6 +10904,7 @@ done
ac_config_files="$ac_config_files Makefile"
cat >confcache <<\_ACEOF
@ -31,5 +31,6 @@ AC_CHECK_FUNCS([malloc memset socket])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT