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; }
Original issue reported on code.google.com by nirvan...@gmail.com on 8 Mar 2011 at 2:39
Original issue reported on code.google.com by
nirvan...@gmail.com
on 8 Mar 2011 at 2:39