Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (d5bb6e7c39d81f718bab947de7e1a962c59fc783)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (d5bb6e7c39d81f718bab947de7e1a962c59fc783)
  • Date: Wed, 15 Nov 2006 21:29:55 -0600

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

devel/automake-1.8/HISTORY | 3 +++
devel/automake-1.8/PRE_BUILD | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit d5bb6e7c39d81f718bab947de7e1a962c59fc783
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

automake-1.8: Removed versioning from aclocal/automake calls. Bug
13269.

diff --git a/devel/automake-1.8/HISTORY b/devel/automake-1.8/HISTORY
index 36f8e35..07161d5 100644
--- a/devel/automake-1.8/HISTORY
+++ b/devel/automake-1.8/HISTORY
@@ -1,3 +1,6 @@
+2006-11-16 George Sherwood <george AT beernabeer.com>
+ * PRE_BUILD: removed version from automake/aclocal-1.9 (Bug 13269)
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/devel/automake-1.8/PRE_BUILD b/devel/automake-1.8/PRE_BUILD
index 6c08f09..2bead40 100755
--- a/devel/automake-1.8/PRE_BUILD
+++ b/devel/automake-1.8/PRE_BUILD
@@ -5,6 +5,6 @@ patch -p0 < $SCRIPT_DIRECTORY/versioning
# needed right now because the 'automake'/'aclocal' binary might have
# been removed due to being previously tracked by one of the
# automake-X.X spells
-aclocal-1.9 &&
-automake-1.9 &&
+aclocal &&
+automake &&
autoconf



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (d5bb6e7c39d81f718bab947de7e1a962c59fc783), George Sherwood, 11/15/2006

Archive powered by MHonArc 2.6.24.

Top of Page