diff options
author | Sam James <sam@gentoo.org> | 2024-05-04 13:03:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-04 13:03:31 +0100 |
commit | 673825e437dfeb4ea6e86a4e8b0129fd044c9aec (patch) | |
tree | 149972a8362e0005c7301ac164e336a76e1d1765 | |
parent | Fix SIGSEGV in gtest death tests due to small stack (diff) | |
download | sandbox-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-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=() |