From 673825e437dfeb4ea6e86a4e8b0129fd044c9aec Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 4 May 2024 13:03:31 +0100 Subject: autogen.sh: sys-devel/autoconf-archive -> dev-build/autoconf-archive Signed-off-by: Sam James --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 432152b..2223e51 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,7 +7,7 @@ touch ChangeLog # whatever updated version is on the host rm -f m4/*.m4 -# not everyone has sys-devel/autoconf-archive installed +# not everyone has dev-build/autoconf-archive installed has() { [[ " ${*:2} " == *" $1 "* ]] ; } import_ax() { local macro content m4 found lm4s=() -- cgit v1.2.3-65-gdbad