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:
parent
34c526f4ba
commit
bf23a4a532
|
@ -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()`.
|
- `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
|
- `gnu-configure` For packages that use GNU autotools-compatible configure scripts,
|
||||||
arguments can be passed in via `configure_args`.
|
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
|
- `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
|
`make_build_args` and install arguments via `make_install_args`. The build
|
||||||
|
|
Loading…
Reference in New Issue