]> Dogcows Code - chaz/tar/commitdiff
*** empty log message ***
authorFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:57:33 +0000 (02:57 +0000)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:57:33 +0000 (02:57 +0000)
src/configure.in

index 881cadf0b967a6dfe6cc52f4832cd80d47c82070..a09d597e9a0a1a89c9b1cf2e8075aba5d9382515 100644 (file)
@@ -5,12 +5,12 @@ AC_SUBST(PROGS)dnl
 AC_PROG_CC
 AC_PROG_CPP
 AC_GCC_TRADITIONAL
-AC_CONST
 AC_PROG_INSTALL
 AC_PROG_YACC
 AC_AIX
 AC_MINIX
 AC_ISC_POSIX
+AC_CONST
 AC_RETSIGTYPE
 AC_SIZE_T
 AC_MAJOR_HEADER
@@ -49,7 +49,7 @@ AC_ALLOCA
 echo checking for BSD
 ( 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
+test "`(uname -s) 2> /dev/null`" = 'HP-UX' && MALLOC=malloc.o
 AC_SUBST(MALLOC)
 AC_XENIX_DIR
 AC_HAVE_LIBRARY(socket, [LIBS="$LIBS -lsocket"])
This page took 0.022077 seconds and 4 git commands to generate.