HomeSort by: relevance | last modified time | path
    Searched refs:GENHTML (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/lvm2/dist/
Makefile 120 $(GENHTML) -o $(LCOV_REPORTS_DIR) -p $(top_srcdir) $(LCOV_REPORTS_DIR)/lvm.info
Makefile.in 119 ifneq ("@GENHTML@", "")
120 $(GENHTML) -o $(LCOV_REPORTS_DIR) -p $(top_srcdir) $(LCOV_REPORTS_DIR)/lvm.info
configure.in 627 AC_PATH_PROG(GENHTML, genhtml, no)
628 if test "$LCOV" = no -o "$GENHTML" = no ; then
629 AC_MSG_ERROR([lcov and genhtml are required for profiling])
configure 704 GENHTML
12127 # Extract the first word of "genhtml", so it can be a program name with args.
12128 set dummy genhtml; ac_word=$2
12134 case $GENHTML in
12136 ac_cv_path_GENHTML="$GENHTML" # Let the user override the test with a path.
12158 GENHTML=$ac_cv_path_GENHTML
12159 if test -n "$GENHTML"; then
12160 { $as_echo "$as_me:$LINENO: result: $GENHTML" >&5
12161 $as_echo "$GENHTML" >&6; }
12168 if test "$LCOV" = no -o "$GENHTML" = no ; the
    [all...]

Completed in 18 milliseconds