Blame SOURCES/0003-D94538-autoconf2.diff

c51dd0
diff -up firefox-78.8.0/python/mozboot/mozboot/archlinux.py.D94538-autoconf2.diff firefox-78.8.0/python/mozboot/mozboot/archlinux.py
c51dd0
--- firefox-78.8.0/python/mozboot/mozboot/archlinux.py.D94538-autoconf2.diff	2021-02-25 13:53:04.963982705 +0100
c51dd0
+++ firefox-78.8.0/python/mozboot/mozboot/archlinux.py	2021-02-25 13:53:25.713053151 +0100
c51dd0
@@ -26,7 +26,6 @@ class ArchlinuxBootstrapper(
c51dd0
     '''Archlinux experimental bootstrapper.'''
c51dd0
 
c51dd0
     SYSTEM_PACKAGES = [
c51dd0
-        'autoconf2.13',
c51dd0
         'base-devel',
c51dd0
         'nodejs',
c51dd0
         'python2',
c51dd0
diff -up firefox-78.8.0/python/mozboot/mozboot/centosfedora.py.D94538-autoconf2.diff firefox-78.8.0/python/mozboot/mozboot/centosfedora.py
c51dd0
--- firefox-78.8.0/python/mozboot/mozboot/centosfedora.py.D94538-autoconf2.diff	2021-02-17 08:49:42.000000000 +0100
c51dd0
+++ firefox-78.8.0/python/mozboot/mozboot/centosfedora.py	2021-02-25 13:53:04.963982705 +0100
c51dd0
@@ -26,7 +26,6 @@ class CentOSFedoraBootstrapper(
c51dd0
         # For CentOS 7, later versions of nodejs come from nodesource
c51dd0
         # and include the npm package.
c51dd0
         self.packages = [
c51dd0
-            'autoconf213',
c51dd0
             'nodejs',
c51dd0
             'which',
c51dd0
         ]
c51dd0
diff -up firefox-78.8.0/python/mozboot/mozboot/debian.py.D94538-autoconf2.diff firefox-78.8.0/python/mozboot/mozboot/debian.py
c51dd0
--- firefox-78.8.0/python/mozboot/mozboot/debian.py.D94538-autoconf2.diff	2021-02-25 13:53:04.963982705 +0100
c51dd0
+++ firefox-78.8.0/python/mozboot/mozboot/debian.py	2021-02-25 13:53:42.874111415 +0100
c51dd0
@@ -32,7 +32,6 @@ class DebianBootstrapper(
c51dd0
     # These are common packages for all Debian-derived distros (such as
c51dd0
     # Ubuntu).
c51dd0
     COMMON_PACKAGES = [
c51dd0
-        'autoconf2.13',
c51dd0
         'build-essential',
c51dd0
         'nodejs',
c51dd0
         'python-setuptools',
c51dd0
diff -up firefox-78.8.0/python/mozboot/mozboot/freebsd.py.D94538-autoconf2.diff firefox-78.8.0/python/mozboot/mozboot/freebsd.py
c51dd0
--- firefox-78.8.0/python/mozboot/mozboot/freebsd.py.D94538-autoconf2.diff	2021-02-17 08:49:42.000000000 +0100
c51dd0
+++ firefox-78.8.0/python/mozboot/mozboot/freebsd.py	2021-02-25 13:53:04.963982705 +0100
c51dd0
@@ -15,7 +15,6 @@ class FreeBSDBootstrapper(BaseBootstrapp
c51dd0
         self.flavor = flavor.lower()
c51dd0
 
c51dd0
         self.packages = [
c51dd0
-            'autoconf213',
c51dd0
             'gmake',
c51dd0
             'gtar',
c51dd0
             'pkgconf',
c51dd0
diff -up firefox-78.8.0/python/mozboot/mozboot/gentoo.py.D94538-autoconf2.diff firefox-78.8.0/python/mozboot/mozboot/gentoo.py
c51dd0
--- firefox-78.8.0/python/mozboot/mozboot/gentoo.py.D94538-autoconf2.diff	2021-02-17 08:49:38.000000000 +0100
c51dd0
+++ firefox-78.8.0/python/mozboot/mozboot/gentoo.py	2021-02-25 13:53:04.963982705 +0100
c51dd0
@@ -36,7 +36,6 @@ class GentooBootstrapper(
c51dd0
     def ensure_system_packages(self):
c51dd0
         self.run_as_root(['emerge', '--noreplace', '--quiet',
c51dd0
                           'app-arch/zip',
c51dd0
-                          'sys-devel/autoconf:2.1'
c51dd0
                           ])
c51dd0
 
c51dd0
     def ensure_browser_packages(self, artifact_mode=False):
c51dd0
diff -up firefox-78.8.0/python/mozboot/mozboot/openbsd.py.D94538-autoconf2.diff firefox-78.8.0/python/mozboot/mozboot/openbsd.py
c51dd0
--- firefox-78.8.0/python/mozboot/mozboot/openbsd.py.D94538-autoconf2.diff	2021-02-17 08:49:15.000000000 +0100
c51dd0
+++ firefox-78.8.0/python/mozboot/mozboot/openbsd.py	2021-02-25 13:53:04.964982709 +0100
c51dd0
@@ -12,7 +12,6 @@ class OpenBSDBootstrapper(BaseBootstrapp
c51dd0
         BaseBootstrapper.__init__(self, **kwargs)
c51dd0
 
c51dd0
         self.packages = [
c51dd0
-            'autoconf-2.13',
c51dd0
             'gmake',
c51dd0
             'gtar',
c51dd0
             'rust',
c51dd0
diff -up firefox-78.8.0/python/mozboot/mozboot/opensuse.py.D94538-autoconf2.diff firefox-78.8.0/python/mozboot/mozboot/opensuse.py
c51dd0
--- firefox-78.8.0/python/mozboot/mozboot/opensuse.py.D94538-autoconf2.diff	2021-02-17 08:49:42.000000000 +0100
c51dd0
+++ firefox-78.8.0/python/mozboot/mozboot/opensuse.py	2021-02-25 13:53:04.964982709 +0100
c51dd0
@@ -13,7 +13,6 @@ class OpenSUSEBootstrapper(
c51dd0
     '''openSUSE experimental bootstrapper.'''
c51dd0
 
c51dd0
     SYSTEM_PACKAGES = [
c51dd0
-        'autoconf213',
c51dd0
         'nodejs',
c51dd0
         'npm',
c51dd0
         'which',
c51dd0
diff -up firefox-78.8.0/python/mozboot/mozboot/osx.py.D94538-autoconf2.diff firefox-78.8.0/python/mozboot/mozboot/osx.py
c51dd0
--- firefox-78.8.0/python/mozboot/mozboot/osx.py.D94538-autoconf2.diff	2021-02-25 13:53:04.964982709 +0100
c51dd0
+++ firefox-78.8.0/python/mozboot/mozboot/osx.py	2021-02-25 13:54:07.162193882 +0100
c51dd0
@@ -353,7 +353,6 @@ class OSXBootstrapper(BaseBootstrapper):
c51dd0
         # least on 10.8) and because the build system wants a version
c51dd0
         # newer than what Apple ships.
c51dd0
         packages = [
c51dd0
-            'autoconf@2.13',
c51dd0
             'git',
c51dd0
             'gnu-tar',
c51dd0
             'node',
c51dd0
@@ -428,7 +427,6 @@ class OSXBootstrapper(BaseBootstrapper):
c51dd0
             'python27',
c51dd0
             'python36',
c51dd0
             'py27-gnureadline',
c51dd0
-            'autoconf213',
c51dd0
             'gnutar',
c51dd0
             'watchman',
c51dd0
             'nodejs8'
c51dd0
diff -up firefox-78.8.0/python/mozboot/mozboot/solus.py.D94538-autoconf2.diff firefox-78.8.0/python/mozboot/mozboot/solus.py
c51dd0
--- firefox-78.8.0/python/mozboot/mozboot/solus.py.D94538-autoconf2.diff	2021-02-25 13:53:04.964982709 +0100
c51dd0
+++ firefox-78.8.0/python/mozboot/mozboot/solus.py	2021-02-25 13:53:32.090074802 +0100
c51dd0
@@ -23,7 +23,6 @@ class SolusBootstrapper(
c51dd0
     '''Solus experimental bootstrapper.'''
c51dd0
 
c51dd0
     SYSTEM_PACKAGES = [
c51dd0
-        'autoconf213',
c51dd0
         'nodejs',
c51dd0
         'python',
c51dd0
         'python3',
c51dd0
diff -up firefox-78.8.0/python/mozboot/mozboot/windows.py.D94538-autoconf2.diff firefox-78.8.0/python/mozboot/mozboot/windows.py
c51dd0
--- firefox-78.8.0/python/mozboot/mozboot/windows.py.D94538-autoconf2.diff	2021-02-17 08:49:34.000000000 +0100
c51dd0
+++ firefox-78.8.0/python/mozboot/mozboot/windows.py	2021-02-25 13:53:04.978982756 +0100
c51dd0
@@ -48,7 +48,6 @@ class WindowsBootstrapper(BaseBootstrapp
c51dd0
         'patch',
c51dd0
         'patchutils',
c51dd0
         'diffutils',
c51dd0
-        'autoconf2.13',
c51dd0
         'tar',
c51dd0
         'zip',
c51dd0
         'unzip',