What does this mean?/missing: Unknown '--is-lightweight' option

#1
When I check the Openlitespeed1.4.3 install.log , I find this
/root/LOPM/src/openlitespeed-1.4.3/missing: Unknown '--is-lightweight' option
Try '/root/LOPM/src/openlitespeed-1.4.3/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
I run the
Code:
/root/LOPM/src/openlitespeed-1.4.3/missing --help
# /root/LOPM/src/openlitespeed-1.4.3/missing --help
/root/LOPM/src/openlitespeed-1.4.3/missing [OPTION]... PROGRAM [ARGUMENT]...

Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
error status if there is no known handling for PROGRAM.

Options:
-h, --help display this help and exit
-v, --version output version information and exit
--run try to run the given command, and emulate it if it fails

Supported PROGRAM values:
aclocal touch file 'aclocal.m4'
autoconf touch file 'configure'
autoheader touch file 'config.h.in'
autom4te touch the output file, or create a stub one
automake touch all 'Makefile.in' files
bison create 'y.tab.[ch]', if possible, from existing .[ch]
flex create 'lex.yy.c', if possible, from existing .c
help2man touch the output file
lex create 'lex.yy.c', if possible, from existing .c
makeinfo touch the output file
yacc create 'y.tab.[ch]', if possible, from existing .[ch]

Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
'g' are ignored when checking the name.

Send bug reports to <bug-automake@gnu.org>.
What does this mean? Thanks!
 

lsmichael

Active Member
#2
Howdy,

This is a remnant from an earlier build and should have no effect on performance or functionality. The developers say they'll get rid of it when they have the chance.

Thanks for brining it to our attention (and for being part of the community).

Michael
 

lsmichael

Active Member
#4
Saw that one, but was waiting for the developer to take a look and figure out if it was a bug. Looks like it is, though. Thanks for your patience.

Michael
 
Top