Skip to content

Commit 02488c1

Browse files
committed
Use bash or ksh if available for SH in Makefile.
1 parent 34c7018 commit 02488c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ AC_PATH_PROG([SED], [sed])
4848
AC_PATH_PROG([TEST_MINUS_S_SH], [bash])
4949
AC_PATH_PROG([TEST_MINUS_S_SH], [ksh])
5050
AC_PATH_PROG([TEST_MINUS_S_SH], [sh])
51+
AC_PATH_PROG([SH], [bash])
52+
AC_PATH_PROG([SH], [ksh])
5153
AC_PATH_PROG([SH], [sh])
5254
AC_PATH_PROG([GROFF], [groff])
5355
AC_PATH_PROG([NROFF], [nroff awf])

0 commit comments

Comments
 (0)