summaryrefslogtreecommitdiff
path: root/import_libevent
diff options
context:
space:
mode:
authorroot <root>2008-03-13 13:06:14 +0000
committerroot <root>2008-03-13 13:06:14 +0000
commit088c2d69406428c26aa852fc9b02289cbb5e6213 (patch)
treec0ef29fefb38662779924aee8e49133a84571b8c /import_libevent
parentbb6823a407d68fcffd084e6527bbdd4c7f46e1ec (diff)
*** empty log message ***rel-3_1
Diffstat (limited to 'import_libevent')
-rwxr-xr-ximport_libevent4
1 files changed, 2 insertions, 2 deletions
diff --git a/import_libevent b/import_libevent
index b79b471..77919b0 100755
--- a/import_libevent
+++ b/import_libevent
@@ -1,6 +1,6 @@
#!/bin/sh
-LE=../libevent-1.4.1-beta
+LE=../libevent-1.4.2-rc
if ! [ -e evbuffer.c ]; then
echo do not run this programm unless you know what you are doing
@@ -108,7 +108,7 @@ perl -ne '
s/-Wall//g;
#s/libevent/libev/g;
#VERSION
- s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,3.0)/;
+ s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,3.1)/;
s/AC_LIBOBJ\(select\)/: ;/g;
s/AC_LIBOBJ\(poll\)/: ;/g;
s/AC_LIBOBJ\(kqueue\)/: ;/g;