From: Brian Aker Date: Mon, 22 Oct 2012 02:17:08 +0000 (-0400) Subject: Fix instructions for build from VCS. X-Git-Tag: 1.0.14~21^2~4 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=9488249bd80f24635a7f7be5dbf2ade01ca0955a;p=m6w6%2Flibmemcached Fix instructions for build from VCS. --- diff --git a/README.FIRST b/README.FIRST index d7282df3..7c93b9b5 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/autorun.sh +./bootstrap.sh autoreconf 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"