From 9488249bd80f24635a7f7be5dbf2ade01ca0955a Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Sun, 21 Oct 2012 22:17:08 -0400 Subject: [PATCH] Fix instructions for build from VCS. --- README.FIRST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2