git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5467 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-01 13:03:48 +00:00
parent 4c30f629c1
commit 0c8a36e681
2 changed files with 3 additions and 4 deletions

View File

@@ -21,5 +21,5 @@ AC_MSG_RESULT($ac_cv_var_$2_declaration)
if eval "test \"\$ac_cv_var_$2_declaration\" = yes"; then
AC_DEFINE(foo, 1, [define if your system declares $2])
fi
undef(foo)
undefine([foo])
])

View File

@@ -15,9 +15,8 @@ eval "ac_cv_func_$2_proto_compat=yes",
eval "ac_cv_func_$2_proto_compat=no"))
define([foo], translit($2, [a-z], [A-Z])[_PROTO_COMPATIBLE])
if test "$ac_cv_func_$2_proto_compat" = yes; then
AC_DEFINE(foo, 1, [define if prototype of openlog is compatible with
AC_DEFINE(foo, 1, [define if prototype of $2 is compatible with
$3])
)
fi
undefine([foo])
])
])