diff options
author | bernhardkaindl <43588962+bernhardkaindl@users.noreply.github.com> | 2021-09-25 10:15:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-25 10:15:03 +0200 |
commit | ff511e090a076ae1c2eac6253f160a1dea249588 (patch) | |
tree | 32a2a07e516431a9da9e571c0190d328ed590582 /var | |
parent | ef7cf83ea5be820ef3c63ceda0028e0d5a4b9a59 (diff) | |
download | spack-ff511e090a076ae1c2eac6253f160a1dea249588.tar.gz spack-ff511e090a076ae1c2eac6253f160a1dea249588.tar.bz2 spack-ff511e090a076ae1c2eac6253f160a1dea249588.tar.xz spack-ff511e090a076ae1c2eac6253f160a1dea249588.zip |
autotools doc PR: No depends_on('m4') with depends_on('autoconf') (#26101)
* autotoolspackage.rst: No depends_on('m4') with depends_on('autoconf')
- Remove `m4` from the example depends_on() lines for the autoreconf phase.
- Change the branch used as example from develop to master as it is
far more common in the packages of spack's builtin repo.
- Fix the wrong info that libtoolize and aclocal are run explicitly
in the autoreconf phase by default. autoreconf calls these internally
as needed, thus autotools.py also does not call them directly.
- Add that autoreconf() also adds -I<aclocal-prefix>/share/aclocal.
- Add an example how to set autoreconf_extra_args.
- Add an example of a custom autoreconf phase for running autogen.sh.
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
Diffstat (limited to 'var')
0 files changed, 0 insertions, 0 deletions