In m4/nut_check_os.m4, there is the following section:
# FIXME
if test -z "$dist_cv_build_flavor" ; then
dist_cv_build_flavor=$(dist_get_flavor "$(${CC-cc}
$CFLAGS -v 2>&1 | grep 'gcc version')")
fi
There is no dist_get_flavor command on OS X (or other systems, I
suspect) so I am wondering if it is OK to just redirect stderr to /
dev/null?
Also, is there a good way to disable this file until we actually need
it?
--
Charles Lepple
clep...@gmail
_______________________________________________
Nut-upsdev mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/nut-upsdev