From: Ingy dot Net Date: Sat, 20 Feb 2010 00:28:40 +0000 (-0800) Subject: Corrected autogen.sh to autorun.sh X-Git-Tag: 0.40~37^2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=cbf97edb95a1384660f63d2d1c15521872797c20;p=awesomized%2Flibmemcached Corrected autogen.sh to autorun.sh --- diff --git a/README.FIRST b/README.FIRST index 0075f029..d7282df3 100644 --- a/README.FIRST +++ b/README.FIRST @@ -11,7 +11,7 @@ bzr branch lp:libmemcached Once the tree is cloned you will need to build the "configure" script. You can do this by running the script: -./config/autogen.sh +./config/autorun.sh It will set up all of the files you need to build libmemcached. At that point it is just the typical "./configure; make; make test; make install"