From: Vikram Noel Ambrose <noel.ambrose@gmail.com>
To: selinux@tycho.nsa.gov
Cc: Joshua Brindle <method@manicmethod.com>
Subject: [autotools][patch] AC_INIT macro fixes
Date: Sun, 28 Sep 2008 12:51:32 -0400 [thread overview]
Message-ID: <48DFB614.40405@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 129 bytes --]
ChangeLog
1. This patch adds the missing information in the AC_INIT macros
2. Adds object files *.o, *.la, *.lo to .gitignore
[-- Attachment #2: ac-init-info.patch --]
[-- Type: text/x-patch, Size: 3602 bytes --]
Index: selinux-git/checkpolicy/configure.ac
===================================================================
--- selinux-git.orig/checkpolicy/configure.ac 2008-09-03 22:46:37.000000000 -0400
+++ selinux-git/checkpolicy/configure.ac 2008-09-28 12:43:53.000000000 -0400
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([checkpolicy], VERSION, BUG-REPORT-ADDRESS)
+AC_INIT([checkpolicy], 2.0.16, selinux@tycho.nsa.gov)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([module_compiler.h])
AC_CONFIG_HEADER([config.h])
Index: selinux-git/libselinux/configure.ac
===================================================================
--- selinux-git.orig/libselinux/configure.ac 2008-09-26 18:18:16.000000000 -0400
+++ selinux-git/libselinux/configure.ac 2008-09-28 12:41:48.000000000 -0400
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([libselinux], [VERSION], BUG-REPORT-ADDRESS)
+AC_INIT([libselinux], [2.0.71], selinux@tycho.nsa.gov)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([utils/compute_create.c])
AC_CONFIG_HEADER([config.h])
Index: selinux-git/libsemanage/configure.ac
===================================================================
--- selinux-git.orig/libsemanage/configure.ac 2008-09-03 22:46:37.000000000 -0400
+++ selinux-git/libsemanage/configure.ac 2008-09-28 12:44:27.000000000 -0400
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT(libsemanage, VERSION, BUG-REPORT-ADDRESS)
+AC_INIT(libsemanage, 2.0.28, selinux@tycho.nsa.gov)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/modules.c])
AC_CONFIG_HEADER([config.h])
Index: selinux-git/policycoreutils/configure.ac
===================================================================
--- selinux-git.orig/policycoreutils/configure.ac 2008-09-03 22:46:37.000000000 -0400
+++ selinux-git/policycoreutils/configure.ac 2008-09-28 12:44:51.000000000 -0400
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT(policycoreutils, VERSION, BUG-REPORT-ADDRESS)
+AC_INIT(policycoreutils, 2.0.57, selinux@tycho.nsa.gov)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([run_init/run_init.c])
AC_CONFIG_HEADER([config.h])
Index: selinux-git/.gitignore
===================================================================
--- selinux-git.orig/.gitignore 2008-09-28 12:39:17.000000000 -0400
+++ selinux-git/.gitignore 2008-09-28 12:45:14.000000000 -0400
@@ -14,3 +14,6 @@
ylwrap
INSTALL
config.log
+*.o
+*.lo
+*.la
Index: selinux-git/libsepol/configure.ac
===================================================================
--- selinux-git.orig/libsepol/configure.ac 2008-09-03 22:46:37.000000000 -0400
+++ selinux-git/libsepol/configure.ac 2008-09-28 12:46:38.000000000 -0400
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([libsepol], [1] BUG-REPORT-ADDRESS)
+AC_INIT([libsepol], 2.0.32, selinux@tycho.nsa.gov)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([utils/chkcon.c])
AC_CONFIG_HEADER([config.h])
Index: selinux-git/sepolgen/configure.ac
===================================================================
--- selinux-git.orig/sepolgen/configure.ac 2008-08-29 20:40:38.000000000 -0400
+++ selinux-git/sepolgen/configure.ac 2008-09-28 12:49:34.000000000 -0400
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT(sepolgen, VERSION, BUG-REPORT-ADDRESS)
+AC_INIT(sepolgen, 1.0.14, selinux@tycho.nsa.gov)
AM_INIT_AUTOMAKE
reply other threads:[~2008-09-28 16:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48DFB614.40405@gmail.com \
--to=noel.ambrose@gmail.com \
--cc=method@manicmethod.com \
--cc=selinux@tycho.nsa.gov \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.