configure.in: AC_PROG_SED (looking for GNU sed)

This commit is contained in:
Darryl L. Miles 2024-10-17 21:15:30 +01:00 committed by R. Timothy Edwards
parent 3ca0b616c0
commit e51189911b
2 changed files with 2 additions and 1 deletions

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

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@