]> xenbits.xensource.com Git - libvirt.git/commitdiff
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)
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

index ecaf9cbd4de2da5c217f37bd90fbb421f3895ce3..23181dd245a45c6793f3636aacffdd5093f58cd8 100644 (file)
@@ -122,9 +122,6 @@ AM_CONDITIONAL([HAVE_GLIBC_RPCGEN],
                $ac_cv_path_RPCGEN -t </dev/null >/dev/null 2>&1])
 
 dnl Miscellaneous external programs.
-AC_PATH_PROG([RM], [rm], [/bin/rm])
-AC_PATH_PROG([MV], [mv], [/bin/mv])
-AC_PATH_PROG([TAR], [tar], [/bin/tar])
 AC_PATH_PROG([XMLLINT], [xmllint], [/usr/bin/xmllint])
 AC_PATH_PROG([XMLCATALOG], [xmlcatalog], [/usr/bin/xmlcatalog])
 AC_PATH_PROG([XSLTPROC], [xsltproc], [/usr/bin/xsltproc])