From: Ravindra Kumar Date: Fri, 21 Aug 2015 19:01:29 +0000 (-0700) Subject: Corrected URL for automake X-Git-Tag: stable-9.10.3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fce57c2e30069a2ba14356827743e7f575b5168;p=thirdparty%2Fopen-vm-tools.git Corrected URL for automake --- diff --git a/README.md b/README.md index 216e9f0c5..37c7ad6ff 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ No, since your project/product is not a VMware project/product. # Building open-vm-tools ##How do I build open-vm-tools? -open-vm-tools uses the GNU Automake tool for generating Makefiles to build all sources. More information about Automake can be found here: http://sources.redhat.com/automake/ +open-vm-tools uses the GNU Automake tool for generating Makefiles to build all sources. More information about Automake can be found here: http://www.gnu.org/software/automake/ ##Project build information: Getting configure options & help: If you are looking for help or additional settings for the building of this project, the following configure command will display a list of help options: ./configure --help Using configure: When using configure in the steps below it is only necessary to call ./configure once unless there was a problem after the first invocation.