git.annexia.org
/
virt-what.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f21cd90
)
Prepare for 1.2.
1.2
author
Richard Jones
<rjones@redhat.com>
Thu, 17 Dec 2009 17:18:41 +0000
(17:18 +0000)
committer
Richard Jones
<rjones@redhat.com>
Thu, 17 Dec 2009 17:18:41 +0000
(17:18 +0000)
README
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/README
b/README
index
a97fdb3
..
a363ddb
100644
(file)
--- a/
README
+++ b/
README
@@
-13,7
+13,7
@@
Build:
If you want to run it from the local directory, then you have to set
the PATH:
- PATH=.:$PATH
./
virt-what
+ PATH=.:$PATH virt-what
To install (usually as root):
diff --git
a/configure.ac
b/configure.ac
index
5b209d8
..
59578cf
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-15,7
+15,7
@@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-AC_INIT([virt-what],1.
1
)
+AC_INIT([virt-what],1.
2
)
AM_INIT_AUTOMAKE([foreign])
dnl Check for basic C environment.