From eeb0912315aeb1e2ec756504a8b48e1c353617f2 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 9 Jan 2020 13:59:14 +0000 Subject: project: cfgdefs.sh: added --with-host-perl, --with-host-sh support. --- project/config/cfgdefs.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'project/config/cfgdefs.in') diff --git a/project/config/cfgdefs.in b/project/config/cfgdefs.in index 789a8a7..07ab405 100644 --- a/project/config/cfgdefs.in +++ b/project/config/cfgdefs.in @@ -4,3 +4,7 @@ AUTOMAKE_YEAR = @automake_year@ AUTOMAKE_MAJOR = @automake_major@ AUTOMAKE_MINOR = @automake_minor@ AUTOMAKE_MICRO = @automake_micro@ + +# interpreters for aclocal & automake +HOST_PERL = @host_perl@ +HOST_SH = @host_sh@ -- cgit v1.2.3