+Wed Jun 21 14:57:55 1995 <tytso@rsx-11.mit.edu>
+
+ * aclocal.m4: Removed extra blank lines and added "dnl" to the end
+ of some macro definitions to get rid of extra newlines
+ added at the beginning of configure scripts.
+
Tue Jun 20 12:23:20 1995 Tom Yu (tlyu@dragons-lair)
* BADSYMS: Updated after finding bugs in getsyms
[AC_DIVERT_PUSH(AC_DIVERSION_SED)dnl
1r $1
AC_DIVERT_POP()dnl
-])
+])dnl
dnl AC_STUFF_FILE_POST()
define(AC_STUFF_FILE_POST,
[AC_DIVERT_PUSH(AC_DIVERSION_SED)dnl
[$]r $1
AC_DIVERT_POP()dnl
-])
+])dnl
dnl
dnl look for the top of the tree
dnl
else
ac_postpend=
fi
-])
+])dnl
dnl
dnl
dnl set up buildtop stuff
if test $krb5_cv_decl_errlist = no; then
AC_DEFINE(NEED_SYS_ERRLIST)
fi
-])
+])dnl
dnl
dnl check for sigmask/sigprocmask -- CHECK_SIGPROCMASK
dnl
.ct.c:
@if [ $< != $}{*.ct ]; then \
- (set -x; cp $< $}{*.ct && $(MAKE_COMMANDS) $}{*.ct && $(RM) $}{*.ct) || exit 1; \
+ (set -x; cp $< $}{*.ct && $(MAKE_COMMANDS) $}{*.#t && $(RM) $}{*.ct) || exit 1; \
else \
(set -x; $(MAKE_COMMANDS) $}{*.ct) || exit 1; \
fi
if test $krb5_cv_struct_wait = no; then
AC_DEFINE(WAIT_USES_INT)
fi
-])
+])dnl
dnl
dnl check for POSIX signal handling -- CHECK_SIGNALS
dnl
dnl The default is `$srcdir' or `$srcdir/..' or `$srcdir/../..'.
dnl There's no need to call this macro explicitly; just AC_REQUIRE it.
AC_DEFUN(AC_CONFIG_AUX_DIR_DEFAULT,
-[AC_CONFIG_AUX_DIRS($srcdir $srcdir/.. $srcdir/../.. $srcdir/../../.. $srcdir/../../../.. $srcdir/../../../../..)])
+[AC_CONFIG_AUX_DIRS($srcdir $srcdir/.. $srcdir/../.. $srcdir/../../.. $srcdir/../../../.. $srcdir/../../../../..)])dnl
dnl
dnl V5_OUTPUT_MAKEFILE
dnl
])dnl
AC_SUBST(DO_MAKE_SHLIB)
])dnl
-
dnl
dnl Defines LDARGS correctly so that we actually link with the shared library
dnl
fi
AC_SUBST(LDARGS)
])dnl
-
-
-
-
-