Manual.md: note that gnu-configure build_style should be for autotools

as is indicated in the configure/gnu-configure build_style scripts
This commit is contained in:
classabbyamp 2022-11-28 04:06:24 -05:00 committed by classabbyamp
parent 34c526f4ba
commit bf23a4a532
1 changed files with 2 additions and 2 deletions

View File

@ -906,8 +906,8 @@ should be passed in via `configure_args`.
- `fetch` For packages that only fetch files and are installed as is via `do_install()`.
- `gnu-configure` For packages that use GNU configure scripts, additional configuration
arguments can be passed in via `configure_args`.
- `gnu-configure` For packages that use GNU autotools-compatible configure scripts,
additional configuration arguments can be passed in via `configure_args`.
- `gnu-makefile` For packages that use GNU make, build arguments can be passed in via
`make_build_args` and install arguments via `make_install_args`. The build