diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:40:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:40:30 +0000 |
commit | 396478fcc2ed755e02e2573c8be89e9a98aec512 (patch) | |
tree | 5f3b06ddc745429831d93323182288ade533804f /m4/dpkg-progs.m4 | |
parent | Adding debian version 1.22.4. (diff) | |
download | dpkg-396478fcc2ed755e02e2573c8be89e9a98aec512.tar.xz dpkg-396478fcc2ed755e02e2573c8be89e9a98aec512.zip |
Merging upstream version 1.22.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'm4/dpkg-progs.m4')
-rw-r--r-- | m4/dpkg-progs.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/dpkg-progs.m4 b/m4/dpkg-progs.m4 index c4af8db..cd18ba1 100644 --- a/m4/dpkg-progs.m4 +++ b/m4/dpkg-progs.m4 @@ -79,6 +79,8 @@ AC_DEFUN([DPKG_PROG_PERL], [ $r =~ s/$Config{vendorprefixexp}/\$(prefix)/; print $r') ]) + DPKG_WITH_DIR([perllibdir], [${PERL_LIBDIR}], + [perl modules directory]) ])# DPKG_PROG_PERL # DPKG_PROG_PO4A |