Browse Source

fix configure

pull/4/merge
Max Lv 12 years ago
parent
commit
81baf2137d
4 changed files with 14 additions and 2 deletions
  1. 11
      .gitignore
  2. 3
      README.md
  3. 1
      configure
  4. 1
      configure.ac

11
.gitignore

@ -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
*~

3
README.md

@ -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
```

1
configure

@ -10904,6 +10904,7 @@ done
ac_config_files="$ac_config_files Makefile"
cat >confcache <<\_ACEOF

1
configure.ac

@ -31,5 +31,6 @@ AC_CHECK_FUNCS([malloc memset socket])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
Loading…
Cancel
Save