Built the CPAN file structure for the Vici::Session perl module

This commit is contained in:
Andreas Steffen
2015-12-01 14:52:43 +01:00
parent a101bce862
commit a17b6d469c
16 changed files with 1044 additions and 72 deletions
+6
View File
@@ -449,6 +449,10 @@ if test x$python_eggs_install = xtrue; then
python_eggs=true
fi
if test x$perl_cpan_install = xtrue; then
python_cpan=true
fi
# ===========================================
# check required libraries and header files
# ===========================================
@@ -1249,6 +1253,8 @@ if test x$python_eggs = xtrue; then
fi
AM_CONDITIONAL(PYTHON_EGGS_INSTALL, [test "x$python_eggs_install" = xtrue])
AM_CONDITIONAL(PERL_CPAN_INSTALL, [test "x$perl_cpan_install" = xtrue])
# ===============================================
# collect plugin list for strongSwan components
# ===============================================