search for: dist_cv_build_flavor

Displaying 1 result from an estimated 1 matches for "dist_cv_build_flavor".

2009 Jan 04
1
nut_check_os.m4
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/nu...