diff options
author | Milian Wolff <mail@milianw.de> | 2015-06-07 12:23:42 -0700 |
---|---|---|
committer | Arun Sharma <arun@sharma-home.net> | 2015-06-07 12:23:42 -0700 |
commit | b2db825e8a8a4c3b6f72e1be578258b34de27d66 (patch) | |
tree | 827ffb61c5ac693146eebb69d505e4464500e4d0 /README | |
parent | 770152268807e460184b4152e23aba9c86601090 (diff) | |
download | libunwind-b2db825e8a8a4c3b6f72e1be578258b34de27d66.tar.gz |
Update README to use autogen.sh
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |