Home
last modified time | relevance | path

Searched refs:BSHELL (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dnonposix.h88 # define BSHELL (system_shell_name()) macro
197 #ifndef BSHELL
198 # define BSHELL "/bin/sh" macro
204 # define IS_BSHELL(s) ((s) && strcmp(s,BSHELL) == 0)
/netbsd-src/tools/make/
H A Dconfigure.ac31 AC_PATH_PROG([BSHELL], [sh])
32 if test x"$BSHELL" = x; then
33 AC_MSG_ERROR([sh must be somewhere on \$PATH, or BSHELL must be defined])
35 AC_DEFINE_UNQUOTED([DEFSHELL_CUSTOM], "${BSHELL}")
H A Dconfigure2100 case $BSHELL in
2102 ac_cv_path_BSHELL="$BSHELL" # Let the user override the test with a path.
2124 if test -n "$BSHELL"; then
2125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BSHELL" >&5
2126 $as_echo "$BSHELL" >&6; }
2133 if test x"$BSHELL" = x; then
2134 as_fn_error $? "sh must be somewhere on \$PATH, or BSHELL must be defined" "$LINENO" 5
2137 #define DEFSHELL_CUSTOM "${BSHELL}"
/netbsd-src/tools/host-mkdep/
H A Dconfigure.ac8 AC_PATH_PROG(BSHELL, sh, )
9 if test x"$BSHELL" = x; then
H A Dconfigure933 case $BSHELL in
935 ac_cv_path_BSHELL="$BSHELL" # Let the user override the test with a path.
953 BSHELL=$ac_cv_path_BSHELL
955 if test -n "$BSHELL"; then
956 echo "$as_me:956: result: $BSHELL" >&5
957 echo "${ECHO_T}$BSHELL" >&6
963 if test x"$BSHELL" = x; then
2315 s,@BSHELL@,$BSHELL,;t t
/netbsd-src/tools/compat/
H A Dconfigure.ac56 AC_PATH_PROG(BSHELL, sh, )
57 if test x"$BSHELL" = x; then
60 AC_DEFINE_UNQUOTED([PATH_BSHELL], "$BSHELL", [Path to sh(1).])
H A Ddefs.mk.in70 HOST_BSHELL= @BSHELL@
H A Dconfigure638 BSHELL
3364 case $BSHELL in
3366 ac_cv_path_BSHELL="$BSHELL" # Let the user override the test with a path.
3387 BSHELL=$ac_cv_path_BSHELL
3388 if test -n "$BSHELL"; then
3389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BSHELL" >&5
3390 $as_echo "$BSHELL" >&6; }
3397 if test x"$BSHELL" = x; then
3402 #define PATH_BSHELL "$BSHELL"
/netbsd-src/external/gpl2/groff/dist/src/roff/groff/
H A Dgroff.cpp353 commands[SPOOL_INDEX].set_name(BSHELL); in main()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.116110 (BSHELL): Definition moved to nonposix.h.