configure.in: AC_PROG_PERL

This commit is contained in:
Darryl L. Miles
2025-07-29 10:50:32 -04:00
committed by R. Timothy Edwards
parent d2449dc971
commit ec7d0fc79a
2 changed files with 4 additions and 0 deletions
+3
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
#------------------------------------------------------------
+1
View File
@@ -62,6 +62,7 @@ ARFLAGS = cr
LINK = @LD@ -r
LD = @LD@
MKDIR = mkdir
PERL = @PERL@
SED = @SED@
MCPP = @MCPP@
MSED = @MSED@