Commit 2897f50a6a6d1aab653c7017f7542d26ac2a8a0b resulted breaking shebang substitution for chkdupexe. Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index b40a636..63be8da 100644 --- a/configure.ac +++ b/configure.ac @@ -114,6 +114,9 @@ UL_SET_ARCH(M68K, m68*) UL_SET_ARCH(MIPS, mips*) UL_SET_ARCH(HPPA, hppa*) +dnl script chkdupexe requires perl +AC_PATH_PROG(PERL, perl) + AC_SYS_LARGEFILE AM_GNU_GETTEXT_VERSION([0.14.1]) -- 1.7.9.2 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html