PERFORCE change 92413 for review

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


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

Change 92413 by rwatson at rwatson_peppercorn on 2006/02/26 11:25:48

	Declare package name and version to automake.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/configure.ac#3 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/configure.ac#3 (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#2 $])
+AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#3 $])
 AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_HEADER([config.h])
@@ -13,7 +13,7 @@
 AC_PROG_INSTALL
 AC_PROG_LIBTOOL
 
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
 # Checks for libraries.
 # FIXME: Replace `main' with a function in `-lbsm':


More information about the trustedbsd-cvs mailing list