PERFORCE change 92414 for review

Robert Watson rwatson at FreeBSD.org
Sun Feb 26 03:36:37 PST 2006


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

Change 92414 by rwatson at rwatson_peppercorn on 2006/02/26 11:35:59

	Move config.h to config/.
	
	Add autoconf/automake generated files.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/config/config.guess#1 add
.. //depot/projects/trustedbsd/openbsm/config/config.h.in#1 add
.. //depot/projects/trustedbsd/openbsm/config/config.sub#1 add
.. //depot/projects/trustedbsd/openbsm/config/depcomp#1 add
.. //depot/projects/trustedbsd/openbsm/config/install-sh#1 add
.. //depot/projects/trustedbsd/openbsm/config/ltmain.sh#1 add
.. //depot/projects/trustedbsd/openbsm/config/missing#1 add
.. //depot/projects/trustedbsd/openbsm/configure#1 add
.. //depot/projects/trustedbsd/openbsm/configure.ac#4 edit

Differences ...

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

@@ -3,10 +3,10 @@
 
 AC_PREREQ(2.59)
 AC_INIT([OpenBSM], [1.0a5], [trustedbsd-audit at TrustesdBSD.org],[openbsm])
-AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#3 $])
+AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#4 $])
 AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c])
 AC_CONFIG_AUX_DIR(config)
-AC_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADER([config/config.h])
 
 # Checks for programs.
 AC_PROG_CC


More information about the trustedbsd-cvs mailing list