]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: silence warning from libtool
authorEric Blake <eblake@redhat.com>
Fri, 10 Sep 2010 02:10:33 +0000 (20:10 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 14 Sep 2010 15:17:41 +0000 (09:17 -0600)
commit8a93dafc5fca48f93c66d77edec6080e4c9af8aa
tree9d0467538bbca1e47e17f0fce8b1c1312a1e430d
parent38ba6e16eac14872ea3a2ce0bc6bffed6669582a
maint: silence warning from libtool

I got tired of seeing this.

config.status: executing libtool commands
/bin/rm: cannot remove `libtoolT': No such file or directory
config.status: executing po-directories commands

While I was at it, there were a couple other unused variables.

* configure.ac (RM, MV, TAR): Drop; nothing in libvirt directly uses
this, and assigning RM interferes with libtool.
configure.ac