]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2083: Perl: xsubpp may be in non-standard location v9.0.2083
authorZdenek Dohnal <zdohnal@redhat.com>
Thu, 2 Nov 2023 19:19:06 +0000 (20:19 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 2 Nov 2023 19:19:06 +0000 (20:19 +0100)
commit1b1c9f272ddfa5f1d7d903cd9d59320cb97bfd4b
treec45b37137bc868a0b6f161f35bc0c047c5dccbd7
parent2b89afd5eb63864154d973e7991a56a53b87a767
patch 9.0.2083: Perl: xsubpp may be in non-standard location

Problem:  Perl: xsubpp may be in non-standard location
Solution: Add --with-subpp configure option

configure.ac: Add --with-xsubpp configure option

Some environments (such as flatpaks) cannot count on xsubpp being
in the common Perl directory, so a configure option should be used for
clean solution.

closes: #13470

Signed-off-by: Zdenek Dohnal <zdohnal@redhat.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/auto/configure
src/configure.ac
src/version.c