added autogen script to run autotools to generate configure and necessary make inputs
authorMohammed Morsi <mmorsi@redhat.com>
Wed, 11 Mar 2009 15:14:18 +0000 (11:14 -0400)
committerMohammed Morsi <mmorsi@redhat.com>
Wed, 11 Mar 2009 15:14:18 +0000 (11:14 -0400)
README
autogen.sh [new file with mode: 0755]

diff --git a/README b/README
index e56fdc6..cff4b1f 100644 (file)
--- a/README
+++ b/README
@@ -11,3 +11,10 @@ About ovirt-viewer
 oVirt viewer is an application for accessing oVirt virtual machine
 consoles from Linux, Unix or Windows-based desktops.
 
+Installation
+═════════════════════════════════════════════════════════════════════
+Read INSTALL for complete instructions, or briefly:
+  1. ./autogen.sh
+  2. ./configure
+  3. make
+  4. ./ovirt-viewer
diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..c7df22c
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+autoreconf --force --install -I config -I m4
+