From owner-p4-projects@FreeBSD.ORG Sun Feb 26 02:46:07 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 71A0D16A423; Sun, 26 Feb 2006 02:46:06 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17D3B16A420 for ; Sun, 26 Feb 2006 02:46:06 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D06BD43D45 for ; Sun, 26 Feb 2006 02:46:05 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1Q2k5tQ056869 for ; Sun, 26 Feb 2006 02:46:05 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1Q2k5Rs056866 for perforce@freebsd.org; Sun, 26 Feb 2006 02:46:05 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sun, 26 Feb 2006 02:46:05 GMT Message-Id: <200602260246.k1Q2k5Rs056866@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 92403 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2006 02:46:07 -0000 http://perforce.freebsd.org/chv.cgi?CH=92403 Change 92403 by rwatson@rwatson_peppercorn on 2006/02/26 02:45:18 First beginning cut at support for gnu-autoconfig, gnu-automake, gnu-libtool as a way to build OpenBSM, which should facilitate getting it building on systems with incomplete or no support for BSD make and the BSD make file infrastructure. Most things appear to work, although I don't yet have man symlinks working, and none of the source is currently using configured results (such as using the configure test for sys/endian.h to decide whether or not to include compat/endian.h), which will follow. Affected files ... .. //depot/projects/trustedbsd/openbsm/Makefile.am#1 add .. //depot/projects/trustedbsd/openbsm/autogen.sh#1 add .. //depot/projects/trustedbsd/openbsm/bin/Makefile.am#1 add .. //depot/projects/trustedbsd/openbsm/bin/audit/Makefile.am#1 add .. //depot/projects/trustedbsd/openbsm/bin/auditd/Makefile.am#1 add .. //depot/projects/trustedbsd/openbsm/bin/auditreduce/Makefile.am#1 add .. //depot/projects/trustedbsd/openbsm/bin/praudit/Makefile.am#1 add .. //depot/projects/trustedbsd/openbsm/bsm/Makefile.am#1 add .. //depot/projects/trustedbsd/openbsm/configure.ac#1 add .. //depot/projects/trustedbsd/openbsm/libbsm/Makefile.am#1 add .. //depot/projects/trustedbsd/openbsm/man/Makefile.am#1 add .. //depot/projects/trustedbsd/openbsm/tools/Makefile.am#1 add Differences ...