From 57acca4a8f55307c6be44324517bb78be54904d1 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..a5e99d29fe4c 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-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