From b2db825e8a8a4c3b6f72e1be578258b34de27d66 Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Sun, 7 Jun 2015 12:23:42 -0700 Subject: [PATCH] Update README to use autogen.sh --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 798d7a8a..cadffc17 100644 --- a/README +++ b/README @@ -21,7 +21,7 @@ several architecture/operating-system combinations: In general, this library can be built and installed with the following commands: - $ autoreconf -i # Needed only for building from git. Depends on libtool. + $ ./autogen.sh # Needed only for building from git. Depends on libtool. $ ./configure $ make $ make install prefix=PREFIX