spack/lib/spack
bernhardkaindl cdbb586a93
autotools.py/autoreconf: Show the depends_on()s to add to the package (#26115)
This commit shows a template for cut-and-paste into the package to fix it:

```py
==> fast-global-file-status: Executing phase: 'autoreconf'
==> Error: RuntimeError: Cannot generate configure: missing dependencies autoconf, automake, libtool.

Please add the following lines to the package:

    depends_on('autoconf', type='build', when='@master')
    depends_on('automake', type='build', when='@master')
    depends_on('libtool', type='build', when='@master')

Update the version (when='@master') as needed.
```
    
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
2021-09-24 09:17:07 -06:00
..
docs Remove centos:6 image references (#26095) 2021-09-24 09:47:49 +02:00
env cc: Use parameter expansion instead of basename (#24509) 2021-09-16 16:25:49 +00:00
external Use a patched argparse only in Python 2.X (#25376) 2021-08-17 08:52:51 -07:00
llnl Fix: --overwrite backs up old install dir, but it gets destroyed anyways (#25583) 2021-08-27 12:41:24 -07:00
spack autotools.py/autoreconf: Show the depends_on()s to add to the package (#26115) 2021-09-24 09:17:07 -06:00