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

  /src/tools/host-mkdep/
configure.ac 8 AC_PATH_PROG(BSHELL, sh, )
9 if test x"$BSHELL" = x; then
configure 933 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
  /src/tools/make/
configure.ac 31 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}")
  /src/tools/compat/
defs.mk.in 70 HOST_BSHELL= @BSHELL@
configure.ac 56 AC_PATH_PROG(BSHELL, sh, )
57 if test x"$BSHELL" = x; then
60 AC_DEFINE_UNQUOTED([PATH_BSHELL], "$BSHELL", [Path to sh(1).])
configure 660 BSHELL
3922 e) case $BSHELL in
3924 ac_cv_path_BSHELL="$BSHELL" # Let the user override the test with a path.
3950 BSHELL=$ac_cv_path_BSHELL
3951 if test -n "$BSHELL"; then
3952 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BSHELL" >&5
3953 printf "%s\n" "$BSHELL" >&6; }
3960 if test x"$BSHELL" = x; then
3964 printf "%s\n" "#define PATH_BSHELL \"$BSHELL\"" >>confdefs.h
  /src/
build.sh 555 setmakeenv BSHELL "${HOST_SH}"

Completed in 21 milliseconds