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