summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMilian Wolff <mail@milianw.de>2015-06-07 12:23:42 -0700
committerArun Sharma <arun@sharma-home.net>2015-06-07 12:23:42 -0700
commitb2db825e8a8a4c3b6f72e1be578258b34de27d66 (patch)
tree827ffb61c5ac693146eebb69d505e4464500e4d0 /README
parent770152268807e460184b4152e23aba9c86601090 (diff)
downloadlibunwind-b2db825e8a8a4c3b6f72e1be578258b34de27d66.tar.gz
Update README to use autogen.sh
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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