]> Dogcows Code - chaz/tar/blobdiff - src/configure.in
*** empty log message ***
[chaz/tar] / src / configure.in
index 5a169cff85b8b779e57b1c24db79c4da04a49f71..eacd5d1632f4488a16bd8bf1d518d4ad0e7aea87 100644 (file)
@@ -43,7 +43,9 @@ AC_HAVE_FUNCS(strstr valloc mkdir mknod rename ftruncate ftime)
 AC_VPRINTF
 AC_ALLOCA
 echo checking for BSD
-test -f /vmunix && AC_DEFINE(BSD42)
-
+( test -f /vmunix || test -f /sdmach || test -f /../../mach ) && 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)
This page took 0.019687 seconds and 4 git commands to generate.