From bd14b4dfe5f900e1faf2e606891e4d05f87b3d73 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 28 Nov 2022 04:06:24 -0500 Subject: [PATCH] Manual.md: note that gnu-configure build_style should be for autotools as is indicated in the configure/gnu-configure build_style scripts --- Manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Manual.md b/Manual.md index fa552f65ba5d..346197d76da2 100644 --- a/Manual.md +++ b/Manual.md @@ -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 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