summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/build_systems/autotools.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/spack/spack/build_systems/autotools.py b/lib/spack/spack/build_systems/autotools.py
index cd6cfd94bd..b8fb6dc0b9 100644
--- a/lib/spack/spack/build_systems/autotools.py
+++ b/lib/spack/spack/build_systems/autotools.py
@@ -191,10 +191,6 @@ class AutotoolsPackage(PackageBase):
tty.warn('*********************************************************')
with working_dir(self.configure_directory):
m = inspect.getmodule(self)
- # This part should be redundant in principle, but
- # won't hurt
- m.libtoolize()
- m.aclocal()
# This line is what is needed most of the time
# --install, --verbose, --force
autoreconf_args = ['-ivf']