Home
last modified time | relevance | path

Searched refs:GROFF (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/
DMakefile.config.in169 GROFF := @GROFF@
Dconfigure759 GROFF
6932 case $GROFF in
6934 ac_cv_path_GROFF="$GROFF" # Let the user override the test with a path.
6955 GROFF=$ac_cv_path_GROFF
6956 if test -n "$GROFF"; then
6957 { echo "$as_me:$LINENO: result: $GROFF" >&5
6958 echo "${ECHO_T}$GROFF" >&6; }
19880 GROFF!$GROFF$ac_delim
/external/libxkbcommon/xkbcommon/build-aux/
Dtraces.21177 AC_ARG_VAR([GROFF], [Path to groff command])
1186 AC_PATH_PROG([GROFF], [groff])
1187 if test "x$GROFF" = "x"; then
1194 AC_PATH_PROG([GROFF], [groff])
1195 if test "x$GROFF" = "x"; then
1200 if test "x$GROFF" != "x"; then
1201 AC_MSG_WARN([ignoring GROFF environment variable since --with-groff=no was specified])
1210 AC_MSG_CHECKING([for ${GROFF} -ms macros])
1211 if ${GROFF} -ms -I. /dev/null >/dev/null 2>&1 ; then
1217 AC_MSG_CHECKING([for ${GROFF} -mm macros])
[all …]
Dtraces.02143 AC_ARG_VAR([GROFF], [Path to groff command])
2152 AC_PATH_PROG([GROFF], [groff])
2153 if test "x$GROFF" = "x"; then
2160 AC_PATH_PROG([GROFF], [groff])
2161 if test "x$GROFF" = "x"; then
2166 if test "x$GROFF" != "x"; then
2167 AC_MSG_WARN([ignoring GROFF environment variable since --with-groff=no was specified])
2176 AC_MSG_CHECKING([for ${GROFF} -ms macros])
2177 if ${GROFF} -ms -I. /dev/null >/dev/null 2>&1 ; then
2183 AC_MSG_CHECKING([for ${GROFF} -mm macros])
[all …]
/external/openssh/
Dconfigure5040 case $GROFF in
5042 ac_cv_path_GROFF="$GROFF" # Let the user override the test with a path.
5063 GROFF=$ac_cv_path_GROFF
5064 if test -n "$GROFF"; then
5065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GROFF" >&5
5066 $as_echo "$GROFF" >&6; }
5160 elif test "x$GROFF" != "x" ; then
5161 MANFMT="$GROFF -mandoc -Tascii"
Dconfigure.ac45 AC_PATH_PROG([GROFF], [groff])
55 elif test "x$GROFF" != "x" ; then
56 MANFMT="$GROFF -mandoc -Tascii"
/external/swiftshader/third_party/LLVM/autoconf/
Dconfigure.ac1021 AC_PATH_PROG(GROFF, [groff])