mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
search for Perl at configure time, for use by the system
test scripts
This commit is contained in:
parent
195c06df3e
commit
3ecf3394e3
3
bin/tests/system/conf.sh → bin/tests/system/conf.sh.in
Executable file → Normal file
3
bin/tests/system/conf.sh → bin/tests/system/conf.sh.in
Executable file → Normal file
@ -33,6 +33,9 @@ SIGNER=$TOP/bin/dnssec/dnssec-signzone
|
||||
KEYSIGNER=$TOP/bin/dnssec/dnssec-signkey
|
||||
KEYSETTOOL=$TOP/bin/dnssec/dnssec-makekeyset
|
||||
|
||||
# PERL will be an empty string if no perl interpreter was found.
|
||||
PERL=@PERL@
|
||||
|
||||
SUBDIRS="xfer dnssec xferquota"
|
||||
|
||||
export NAMED DIG KEYGEN SIGNER KEYSIGNER KEYSETTOOL
|
@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
||||
dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||
dnl SOFTWARE.
|
||||
|
||||
AC_REVISION($Revision: 1.146 $)
|
||||
AC_REVISION($Revision: 1.147 $)
|
||||
|
||||
AC_PREREQ(2.13)
|
||||
|
||||
@ -48,6 +48,12 @@ esac
|
||||
AC_PATH_PROGS(ETAGS, etags emacs-etags)
|
||||
AC_SUBST(ETAGS)
|
||||
|
||||
#
|
||||
# Perl is optional; it is used only by some of the system test scripts.
|
||||
#
|
||||
AC_PATH_PROGS(PERL, perl5 perl)
|
||||
AC_SUBST(PERL)
|
||||
|
||||
#
|
||||
# Special processing of paths depending on whether --prefix,
|
||||
# --sysconfdir or --localstatedir arguments were given. What's
|
||||
@ -1003,6 +1009,7 @@ AC_OUTPUT(
|
||||
bin/tests/mem/Makefile
|
||||
bin/tests/sockaddr/Makefile
|
||||
bin/tests/system/Makefile
|
||||
bin/tests/system/conf.sh
|
||||
bin/tests/headerdep_test.sh
|
||||
bin/dnssec/Makefile
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user