diff options
Diffstat (limited to 'm4/ax_string_strcasecmp.m4')
-rw-r--r-- | m4/ax_string_strcasecmp.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/ax_string_strcasecmp.m4 b/m4/ax_string_strcasecmp.m4 index d43c4c7..8430afc 100644 --- a/m4/ax_string_strcasecmp.m4 +++ b/m4/ax_string_strcasecmp.m4 @@ -30,6 +30,7 @@ # permitted in any medium without royalty provided the copyright notice # and this notice are preserved. +AU_ALIAS([ETR_STRING_STRCASECMP], [AX_STRING_STRCASECMP]) AC_DEFUN([AX_STRING_STRCASECMP], [ AC_CACHE_CHECK([for strcasecmp() in string.h], ac_cv_string_strcasecmp, [ |