Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (06c866607d49d32d28dc9e313d64f9c6094b62f6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (06c866607d49d32d28dc9e313d64f9c6094b62f6)
  • Date: Sun, 14 Jan 2007 09:44:42 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

utils/coreutils/DEPENDS | 8 +++++++-
utils/coreutils/HISTORY | 1 +
2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 06c866607d49d32d28dc9e313d64f9c6094b62f6
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

add dep on autoconf if PAM is enabled

diff --git a/utils/coreutils/DEPENDS b/utils/coreutils/DEPENDS
index 65ef174..0b77337 100755
--- a/utils/coreutils/DEPENDS
+++ b/utils/coreutils/DEPENDS
@@ -4,4 +4,10 @@ depends smgl-fhs &&
optional_depends linux-pam \
'--enable-pam' \
'' \
- "for pam enabled su command"
+ "for pam enabled su command" &&
+
+# we need to recreate configure after PAM patch with autoreconf
+source "$GRIMOIRE/is_depends_enabled.function" &&
+if is_depends_enabled $SPELL linux-pam; then
+ depends autoconf
+fi
diff --git a/utils/coreutils/HISTORY b/utils/coreutils/HISTORY
index 925cb5e..b56286f 100644
--- a/utils/coreutils/HISTORY
+++ b/utils/coreutils/HISTORY
@@ -1,4 +1,5 @@
2007-01-14 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: depend on autoconf if PAM is enabled
* BUILD, PRE_BUILD: fixed the PAM fix, regenerating configure
explicitly so that it also works with automake-1.9 in stable-rc,
not just with 1.10 by automagic



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (06c866607d49d32d28dc9e313d64f9c6094b62f6), Thomas Orgis, 01/14/2007

Archive powered by MHonArc 2.6.24.

Top of Page