Logged In: YES
user_id=1341346

I noticed the same warning in both 0.6.5 and 0.7.0. It is
coming from a check performed in the configure script on a
script called missing. The missing script itself is
commonly used to check for the presence of maintainer tools
on the system, such as autoconf, automake, and bison.

The reason the warning is appearing is because the missing
script included with qtella-0.x.x-tar.gz is an old version,
GNU libit 0.0 to precise. That version does not support the
--run option desired by configure. To correct the problem
you can replace the missing script in the qtella source with
a newer version. I found more recent versions on my system
as a part of automake and libtool.

Bill