Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 190 by [email protected]: autogen.sh die: command not found
http://code.google.com/p/memcached/issues/detail?id=190

when i use git clone git://github.com/memcached/memcached.git
i first run autogen.sh

aclocal...
./autogen.sh: line 26: die: command not found
autoheader...
automake...
autoconf...

you should define die like this before
die() { echo "$@"; exit 1; }


Reply via email to