update to automake 1.4/autoconf 2.13

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5460 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-01 09:52:24 +00:00
parent c028bd28e8
commit e20466bcab
18 changed files with 59 additions and 337 deletions

@@ -26,7 +26,7 @@ ac_cv___function__=yes,
ac_cv___function__=no,
ac_cv___function__=no)])
if test "$ac_cv___function__" = "yes"; then
AC_DEFINE(HAVE___FUNCTION__)
AC_DEFINE(HAVE___FUNCTION__, 1, [define if your compiler has __FUNCTION__])
fi
AC_MSG_RESULT($ac_cv___function__)
])