From 81baf2137d6b19544d56bdfd95526900e570b794 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Sun, 6 Jan 2013 10:32:04 +0400 Subject: [PATCH] fix configure --- .gitignore | 11 +++++++++++ README.md | 3 +-- configure | 1 + configure.ac | 1 + 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aa1b31e4..cb011ca2 100644 --- a/.gitignore +++ b/.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 *~ diff --git a/README.md b/README.md index 9cb9173d..f5bdfed2 100644 --- a/README.md +++ b/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 ``` diff --git a/configure b/configure index 2d604d9a..7ebdb617 100755 --- a/configure +++ b/configure @@ -10904,6 +10904,7 @@ done + ac_config_files="$ac_config_files Makefile" cat >confcache <<\_ACEOF diff --git a/configure.ac b/configure.ac index 3b1f6908..1e8506c6 100755 --- a/configure.ac +++ b/configure.ac @@ -31,5 +31,6 @@ AC_CHECK_FUNCS([malloc memset socket]) AC_CONFIG_MACRO_DIR([m4]) + AC_CONFIG_FILES([Makefile]) AC_OUTPUT