aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-04 13:03:31 +0100
committerSam James <sam@gentoo.org>2024-05-04 13:03:31 +0100
commit673825e437dfeb4ea6e86a4e8b0129fd044c9aec (patch)
tree149972a8362e0005c7301ac164e336a76e1d1765
parentFix SIGSEGV in gtest death tests due to small stack (diff)
downloadsandbox-673825e437dfeb4ea6e86a4e8b0129fd044c9aec.tar.gz
sandbox-673825e437dfeb4ea6e86a4e8b0129fd044c9aec.tar.bz2
sandbox-673825e437dfeb4ea6e86a4e8b0129fd044c9aec.zip
autogen.sh: sys-devel/autoconf-archive -> dev-build/autoconf-archive
Signed-off-by: Sam James <sam@gentoo.org>
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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=()