summaryrefslogtreecommitdiff
path: root/m4/strip.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/strip.m4')
-rw-r--r--m4/strip.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/strip.m4 b/m4/strip.m4
index 4fbcfde96..4a588f12f 100644
--- a/m4/strip.m4
+++ b/m4/strip.m4
@@ -18,7 +18,7 @@ AC_DEFUN([AM_PROG_INSTALL_STRIP],
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
# Installed binaries are usually stripped using 'strip' when the user
# run "make install-strip". However 'strip' might not be the right
-# tool to use in cross-compilation environments, therefore Automake
+# tool to use in cross-compilation environments, therefore Automake-NG
# will honor the 'STRIP' environment variable to overrule this program.
dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
if test "$cross_compiling" != no; then