configure.in: AC_PROG_PERL

This commit is contained in:
Darryl L. Miles 2025-03-21 11:39:21 +00:00 committed by R. Timothy Edwards
parent d2449dc971
commit ec7d0fc79a
2 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,9 @@ AC_PROG_INSTALL
AC_PROG_RANLIB
AC_PROG_SED
AC_PATH_PROG(PERL, perl, no)
AC_SUBST(PERL)
dnl check if the linker is a GNU linker
#------------------------------------------------------------

View File

@ -62,6 +62,7 @@ ARFLAGS = cr
LINK = @LD@ -r
LD = @LD@
MKDIR = mkdir
PERL = @PERL@
SED = @SED@
MCPP = @MCPP@
MSED = @MSED@