See attached, please include it in master.

Speaking about the buildsystem - has anyone thought about using a more...
"modern" build system such as CMake for libunwind?

Thanks
--
Milian Wolff
[email protected]
http://milianw.de
From d902a4dba6e07a58e4abb3d182d2719b2c341398 Mon Sep 17 00:00:00 2001
From: Milian Wolff <[email protected]>
Date: Fri, 5 Jun 2015 14:16:35 +0200
Subject: [PATCH] Advertise autogen.sh script in README.

---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 798d7a8..cadffc1 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
--
2.4.2

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to