diff options
Diffstat (limited to 'import_libevent')
-rwxr-xr-x | import_libevent | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/import_libevent b/import_libevent index 5d205f0..a6433cc 100755 --- a/import_libevent +++ b/import_libevent @@ -1,5 +1,14 @@ #!/bin/sh +if ! [ -e evbuffer.c ]; then + echo do not run this programm unless you know what you are doing + exit 1 +fi + +# this program combines libev and libevent into a single package + +cvs update -AdP + LE=../libevent-1.4.0-beta cp $LE/evdns.h . |