libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit 3d9c3a385a0b9b903d53605a1658b44937c54754
parent 57a987c8e31b77ec6270a97a900e951f8bb24593
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Mon, 13 Apr 2026 14:08:04 +0200

configure: reordered and extended basic tools detection

sed, awk and egrep are used always by configure, let's detect them early.

Diffstat:
Mconfigure.ac | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -131,14 +131,16 @@ AS_CASE([${enable_build_type}],[debug|debugger|trace], AM_INIT_AUTOMAKE([gnu] [check-news] [filename-length-max=99] [tar-v7] [silent-rules] [subdir-objects]) +AC_CANONICAL_HOST # Checks for programs. -AC_PROG_AWK AC_PROG_GREP +AC_PROG_EGREP AC_PROG_FGREP +AC_PROG_SED +AC_PROG_AWK AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET -AC_CANONICAL_HOST m4_version_prereq([2.70], [ # Find C compiler and compiler options to support