update to autoconf 2.13

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

View File

@@ -31,7 +31,7 @@ int main()
], ac_cv_func_getcwd_broken=yes,:,:)
])
if test "$ac_cv_func_getcwd_broken" = yes; then
AC_DEFINE(BROKEN_GETCWD, 1)dnl
AC_DEFINE(BROKEN_GETCWD, 1, [Define if getcwd is broken (like in SunOS 4).])dnl
LIBOBJS="$LIBOBJS getcwd.o"
AC_SUBST(LIBOBJS)dnl
AC_MSG_RESULT($ac_cv_func_getcwd_broken)