configure.in: AC_PROG_SED (looking for GNU sed)

This commit is contained in:
Darryl L. Miles
2025-07-29 10:50:32 -04:00
committed by R. Timothy Edwards
parent 3ca0b616c0
commit e51189911b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@ AC_PROG_CXX
AC_ISC_POSIX
AC_PROG_INSTALL
AC_PROG_RANLIB
AC_PROG_SED
dnl check if the linker is a GNU linker
+1 -1
View File
@@ -62,7 +62,7 @@ ARFLAGS = cr
LINK = @LD@ -r
LD = @LD@
MKDIR = mkdir
SED = sed
SED = @SED@
MCPP = @MCPP@
MSED = @MSED@
RANLIB = @RANLIB@