[PATCH] Fix Wayland build instructions

Nikolai Kondrashov spbnick at gmail.com
Mon Nov 8 01:59:53 PST 2010


Replace aclocal; autoconf invocation in Wayland build instructions with
an up-to-date ./autogen.sh invocation.

Signed-off-by: Nikolai Kondrashov <spbnick at gmail.com>
---
 README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README b/README
index 5b168d4..dad2d85 100644
--- a/README
+++ b/README
@@ -96,7 +96,7 @@ compositor) cairo-gl, glib-2.0, gdk-2.0 (for poppler) and
 poppler-glib:
 
     $ git clone git://people.freedesktop.org/~krh/wayland
-    $ aclocal; autoconf; ./configure --prefix=$HOME/install
+    $ ./autogen.sh --prefix=$HOME/install
     $ make && make install
 
 Installing into a non-/usr prefix is fine, but the 70-wayland.rules
-- 
1.7.2.3



More information about the wayland-devel mailing list