aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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=()