Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 2006 11:26:17 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 92413 for review
Message-ID:  <200602261126.k1QBQHan091813@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92413

Change 92413 by rwatson@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@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':



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602261126.k1QBQHan091813>