*** empty log message ***

This commit is contained in:
François Pinard
1994-11-16 02:57:26 +00:00
parent 6ad38495a4
commit 2c6a867148

View File

@@ -44,6 +44,8 @@ AC_VPRINTF
AC_ALLOCA
echo checking for BSD
test -f /vmunix && AC_DEFINE(BSD42)
echo checking for HP-UX
test -f /hp-ux && test -f /vmunix || MALLOC=malloc.o
AC_SUBST(MALLOC)
AC_XENIX_DIR
AC_OUTPUT(Makefile)