summaryrefslogtreecommitdiff
path: root/import_libevent
diff options
context:
space:
mode:
Diffstat (limited to 'import_libevent')
-rwxr-xr-ximport_libevent3
1 files changed, 2 insertions, 1 deletions
diff --git a/import_libevent b/import_libevent
index e13ec92..257e277 100755
--- a/import_libevent
+++ b/import_libevent
@@ -103,7 +103,8 @@ perl -ne '
#s/-Wall/-Wall -Wno-comment -Wunused-function -Wno-unused-value/;
s/-Wall//g;
#s/libevent/libev/g;
- s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,1.81)/;
+ #VERSION
+ s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,1.85)/;
s/AC_LIBOBJ\(select\)/: ;/g;
s/AC_LIBOBJ\(poll\)/: ;/g;
s/AC_LIBOBJ\(kqueue\)/: ;/g;