Skip to Content.
Sympa Menu

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

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 (18d38f468d28c926a973ed605645911bab8c33e8)
  • Date: Wed, 17 Feb 2010 23:59:53 -0600

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

utils/uptimed/DEPENDS | 2 ++
utils/uptimed/HISTORY | 5 +++++
utils/uptimed/PRE_BUILD | 2 ++
3 files changed, 9 insertions(+)

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

uptimed: Depends on autoconf and libtoolize
Run libtoolize and autoreconf
Bug #15579

diff --git a/utils/uptimed/DEPENDS b/utils/uptimed/DEPENDS
new file mode 100755
index 0000000..3affea2
--- /dev/null
+++ b/utils/uptimed/DEPENDS
@@ -0,0 +1,2 @@
+depends autoconf &&
+depends libtool
diff --git a/utils/uptimed/HISTORY b/utils/uptimed/HISTORY
index e9cd312..cc8667c 100644
--- a/utils/uptimed/HISTORY
+++ b/utils/uptimed/HISTORY
@@ -1,3 +1,8 @@
+2010-02-17 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on autoconf and libtoolize
+ * PRE_BUILD: Run libtoolize and autoreconf
+ Bug #15579
+
2009-09-19 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 0.3.16. Updated WEBSITE & SOURCE_URL
* PRE_BUILD: Added to run .bootstrap.sh so not to require
diff --git a/utils/uptimed/PRE_BUILD b/utils/uptimed/PRE_BUILD
index 1924e6b..c4dfd99 100755
--- a/utils/uptimed/PRE_BUILD
+++ b/utils/uptimed/PRE_BUILD
@@ -1,3 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+libtoolize &&
+autoreconf &&
./bootstrap.sh



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (18d38f468d28c926a973ed605645911bab8c33e8), Eric Sandall, 02/18/2010

Archive powered by MHonArc 2.6.24.

Top of Page