From f154a7b373491eff28e3a062e6f5fd9870a7ea0c Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 8 Dec 2014 20:23:01 -0800 Subject: Be more robust when setting up the Perl tests If the Test library directory already exists, we previously failed. Use mkdir -p and probe for it in Autoconf to avoid this. Change-Id: I1ad9f1a83af1f2ebfe1b2337aaab99913b4edeea --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7c687cf..4efc5d7 100644 --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,7 @@ AM_PROG_CC_C_O m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) AC_PROG_INSTALL AC_PROG_RANLIB +AC_PROG_MKDIR_P dnl Allow modification of the default wallet port, and setting a default dnl wallet server when none is defined in krb5.conf. -- cgit v1.2.3