Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (c29b43357d3d8da8a05a39b68cb054fdbd033fd0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (c29b43357d3d8da8a05a39b68cb054fdbd033fd0)
  • Date: Fri, 13 Apr 2007 10:54:12 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

utils/gamin/DEPENDS | 3 ++-
utils/gamin/HISTORY | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit c29b43357d3d8da8a05a39b68cb054fdbd033fd0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gamin: Depends on autoconf for autoreconf (thanks Jaka)

diff --git a/utils/gamin/DEPENDS b/utils/gamin/DEPENDS
index 6504975..ec2f9b4 100755
--- a/utils/gamin/DEPENDS
+++ b/utils/gamin/DEPENDS
@@ -1,2 +1,3 @@
-depends glib2 &&
+depends autoconf &&
+depends glib2 &&
optional_depends python "" "" "for python bindings"
diff --git a/utils/gamin/HISTORY b/utils/gamin/HISTORY
index d5baf6b..e69d3c1 100644
--- a/utils/gamin/HISTORY
+++ b/utils/gamin/HISTORY
@@ -1,3 +1,6 @@
+2007-04-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on autoconf (thanks Jaka!)
+
2007-04-12 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Rebuild ./configure so it does not fail without g++




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (c29b43357d3d8da8a05a39b68cb054fdbd033fd0), Eric Sandall, 04/13/2007

Archive powered by MHonArc 2.6.24.

Top of Page