Blame 0003-D94538-autoconf2.diff

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