AC_TR_CPP -> AS_TR_CPP to make autoconf 2.52 happy

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10509 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2001-08-21 12:00:16 +00:00
parent ec8233054e
commit 663be21b9b

View File

@@ -12,7 +12,7 @@ int foo() { return $1; }],
ac_foo=`eval echo \\$ac_cv_var_$1` ac_foo=`eval echo \\$ac_cv_var_$1`
AC_MSG_RESULT($ac_foo) AC_MSG_RESULT($ac_foo)
if test "$ac_foo" = yes; then if test "$ac_foo" = yes; then
AC_DEFINE_UNQUOTED(AC_TR_CPP(HAVE_[]$1), 1, AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_[]$1), 1,
[Define if you have the `]$1[' variable.]) [Define if you have the `]$1[' variable.])
m4_ifval([$2], AC_CHECK_DECLARATION([$2],[$1])) m4_ifval([$2], AC_CHECK_DECLARATION([$2],[$1]))
fi fi