PERFORCE change 92404 for review
Robert Watson
rwatson at FreeBSD.org
Sat Feb 25 18:53:18 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=92404
Change 92404 by rwatson at rwatson_peppercorn on 2006/02/26 02:52:27
Escape $P4$ in configure.ac to prevent symbols from interfering
with shell interpreters. These symbols were only present after
the first checkin due to $P4$ expansion.
Affected files ...
.. //depot/projects/trustedbsd/openbsm/configure.ac#2 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/configure.ac#2 (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#1 $)
+AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#2 $])
AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADER([config.h])
More information about the trustedbsd-cvs
mailing list