summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2017-10-11 00:20:26 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2017-10-11 00:29:35 -0700
commit90a3186e703cb48bc763bb188894008c6cdb255c (patch)
treea8edadf7e7cb000698fa8a0c2d5707cf7718aed7 /README.md
parent725fe3711071aa153a356c9e93d354dc61309e3c (diff)
downloadrabbitmq-c-90a3186e703cb48bc763bb188894008c6cdb255c.tar.gz
Remove mention of autotools build in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/README.md b/README.md
index 2a83b57..4d3086d 100644
--- a/README.md
+++ b/README.md
@@ -85,18 +85,6 @@ Other interesting flags that can be passed to CMake:
* `BUILD_API_DOCS=ON/OFF` - toggles building the Doxygen API documentation, by
default this is OFF
-#### autotools
-
-For legacy purposes, a GNU autotools based build system is also maintained. The required
-utilities you need are autoconf v2.59+, automake v1.9+, libtool v2.2+, and pkg-config.
-
-Then the standard autotools build procedure will build rabbitmq-c:
-
- autoreconf -i
- ./configure
- make
- make install
-
## Running the examples
Arrange for a RabbitMQ or other AMQP server to be running on