Jdesk / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

autogen.sh die: command not found #190

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Thanks, fixed.

Original comment by dsalli...@gmail.com on 13 Jul 2011 at 2:01