mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Makefile: Use AWK and MKDIR_P
This commit is contained in:
parent
920e4ba6b1
commit
7cae0920b8
2 changed files with 11 additions and 7 deletions
|
@ -10,7 +10,9 @@ AC_CONFIG_MACRO_DIR([m4])
|
|||
|
||||
# Checks for programs.
|
||||
AC_PROG_MAKE_SET
|
||||
AC_PROG_AWK
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_MKDIR_P
|
||||
AC_PROG_SED
|
||||
|
||||
if test "x$GCC" = "xyes"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue