tar-1.15.1 The test for sysexits.h in m4/sysexits.m4 has the logic backwards. patch attached.
-- Tim Rice Multitalents (707) 887-1469 [EMAIL PROTECTED]
--- tar-1.15.1/m4/sysexits.m4.old 2003-06-11 03:42:09.000000000 -0700 +++ tar-1.15.1/m4/sysexits.m4 2003-06-11 03:42:09.000000000 -0700 @@ -9,7 +9,7 @@ AC_DEFUN([gl_SYSEXITS], [ AC_CHECK_HEADERS(sysexits.h, - [SYSEXITS_H=sysexits.h], - [SYSEXITS_H=]) + [SYSEXITS_H=], + [SYSEXITS_H=sysexits.h]) AC_SUBST([SYSEXITS_H]) ])
_______________________________________________ Bug-tar mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-tar
