mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-28 17:15:13 +02:00
configure.in: AC_PROG_PERL
This commit is contained in:
committed by
R. Timothy Edwards
parent
d2449dc971
commit
ec7d0fc79a
@@ -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
|
||||
|
||||
#------------------------------------------------------------
|
||||
|
||||
@@ -62,6 +62,7 @@ ARFLAGS = cr
|
||||
LINK = @LD@ -r
|
||||
LD = @LD@
|
||||
MKDIR = mkdir
|
||||
PERL = @PERL@
|
||||
SED = @SED@
|
||||
MCPP = @MCPP@
|
||||
MSED = @MSED@
|
||||
|
||||
Reference in New Issue
Block a user