From 696d79b8604035f503b24764353f51d9696f9dbe Mon Sep 17 00:00:00 2001 From: "P.Montanus" Date: Thu, 24 Sep 2015 23:42:47 +0000 Subject: [PATCH] configure.ac: Replace complex 'm4_' macros with equivalent AS_TR_CPP AS_TR_CPP first appeared in autoconf-2.50a (2001-06-26). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2fbd3a4496..f0f73b4e2f 100644 --- a/configure.ac +++ b/configure.ac @@ -569,7 +569,7 @@ AC_EGREP_HEADER([[^A-Za-z0-9_]$1([ ]+[A-Za-z0-9_]*)?[ ]*\(], [], [ AC_MSG_NOTICE([adding prototype for $1]) - AC_DEFINE(m4_bpatsubst([NEED_PROTO_NAME], [NAME], m4_translit([$1], [[a-z]], [[A-Z]]))) + AC_DEFINE([NEED_PROTO_]AS_TR_CPP([$1])) ])[]dnl ])