PERFORCE change 92898 for review

Robert Watson rwatson at FreeBSD.org
Tue Mar 7 04:25:37 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=92898

Change 92898 by rwatson at rwatson_lethe.cl.cam.ac.uk on 2006/03/07 12:24:36

	autoconf/automake bits for test subtree and generate tool.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/configure.ac#17 edit
.. //depot/projects/trustedbsd/openbsm/test/Makefile.am#1 add
.. //depot/projects/trustedbsd/openbsm/test/bsm/Makefile#2 delete
.. //depot/projects/trustedbsd/openbsm/test/bsm/Makefile.am#1 add

Differences ...

==== //depot/projects/trustedbsd/openbsm/configure.ac#17 (text+ko) ====

@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.59)
 AC_INIT([OpenBSM], [1.0a5], [trustedbsd-audit at TrustesdBSD.org],[openbsm])
-AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#16 $])
+AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#17 $])
 AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_HEADER([config/config.h])
@@ -104,6 +104,8 @@
                  bsm/Makefile
                  libbsm/Makefile
                  man/Makefile
+                 test/Makefile
+                 test/bsm/Makefile
                  tools/Makefile])
 
 AC_OUTPUT


More information about the p4-projects mailing list