1
0
Fork 0
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:
Badlop 2024-01-16 16:06:04 +01:00
parent 920e4ba6b1
commit 7cae0920b8
2 changed files with 11 additions and 7 deletions

View file

@ -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