* [autotools][patch] AC_INIT macro fixes
@ 2008-09-28 16:51 Vikram Noel Ambrose
0 siblings, 0 replies; only message in thread
From: Vikram Noel Ambrose @ 2008-09-28 16:51 UTC (permalink / raw)
To: selinux; +Cc: Joshua Brindle
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-09-28 16:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-28 16:51 [autotools][patch] AC_INIT macro fixes Vikram Noel Ambrose
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.