--- cvsroot/libev/import_libevent 2007/12/07 19:15:39 1.12 +++ cvsroot/libev/import_libevent 2007/12/08 14:48:52 1.15 @@ -1,5 +1,15 @@ #!/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 libev +rsync -avP libev/. . --exclude CVS + LE=../libevent-1.4.0-beta cp $LE/evdns.h .