From e832cd481c85109d94d2fe5fd5fe0f1e168b1b40 Mon Sep 17 00:00:00 2001 From: Shubham Shinde Date: Mon, 19 Feb 2024 19:18:36 +0530 Subject: [PATCH] (PA-5999) Use pl-autotools instead of autoconf and automake for SLES-11 - For Puppet8, we use ruby3 which requires autoconf to be >= 2.67, but SLES-11 supports only upto 2.63. So, we use pl-autotools for both puppet7 and puppet8 for consistency. --- configs/platforms/sles-11-x86_64.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/platforms/sles-11-x86_64.rb b/configs/platforms/sles-11-x86_64.rb index 1824ebb2a..0aaddf3f7 100644 --- a/configs/platforms/sles-11-x86_64.rb +++ b/configs/platforms/sles-11-x86_64.rb @@ -6,11 +6,10 @@ plat.add_build_repository "http://pl-build-tools.delivery.puppetlabs.net/yum/sles/11/x86_64/pl-build-tools-sles-11-x86_64.repo" packages = [ "aaa_base", - "autoconf", - "automake", "libbz2-devel", "make", "pkgconfig", + "pl-autotools", "pl-cmake", "pl-gcc", "readline-devel",