diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-12-08 20:23:01 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2014-12-08 20:23:01 -0800 |
commit | f154a7b373491eff28e3a062e6f5fd9870a7ea0c (patch) | |
tree | 2a6c4a2eb24346c71a05591407a6f56ec0fbcaf0 /configure.ac | |
parent | 391f4f927e4bef8de9b470cbc86edfd0c039f463 (diff) |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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. |