[grilo] README: use --enable-uninstalled for grilo-plugins' autogen, not grilo's.



commit cd7e119849b5af48374c76036f2ebd72fe97709e
Author: Guillaume Emont <gemont igalia com>
Date:   Fri Dec 17 16:09:15 2010 +0100

    README: use --enable-uninstalled for grilo-plugins' autogen, not grilo's.

 README |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/README b/README
index 1465d40..2210524 100644
--- a/README
+++ b/README
@@ -73,7 +73,7 @@ If you are looking for a step-by-step guide from beginning to end, here it is:
 
 $ git clone git://git.gnome.org/grilo
 $ cd grilo
-$ ./autogen.sh --enable-uninstalled
+$ ./autogen.sh
 $ make
 
 # Building Grilo Plugins and setting GRL_PLUGIN_PATH
@@ -82,7 +82,7 @@ $ export PKG_CONFIG_PATH=$PWD:PKG_CONFIG_PATH
 $ cd ..
 $ git clone git://git.gnome.org/grilo-plugins
 $ cd grilo-plugins
-$ ./autogen.sh
+$ ./autogen.sh --enable-uninstalled
 $ make
 $ source set-plugins-env.sh
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]