[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9fa5f4c97c95a234285d39b800d97e24a8ff83c0)

Vlad Glagolev scm at sourcemage.org
Tue May 19 13:46:02 EDT 2009


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 shell-term-fm/mc/DEPENDS   |    1 +
 shell-term-fm/mc/HISTORY   |    4 ++++
 shell-term-fm/mc/PRE_BUILD |    3 +++
 3 files changed, 8 insertions(+)

New commits:
commit 9fa5f4c97c95a234285d39b800d97e24a8ff83c0
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    mc: fixed configuration with new automake

diff --git a/shell-term-fm/mc/DEPENDS b/shell-term-fm/mc/DEPENDS
index 615e78d..6d6d050 100755
--- a/shell-term-fm/mc/DEPENDS
+++ b/shell-term-fm/mc/DEPENDS
@@ -1,3 +1,4 @@
+depends automake &&
 depends slang "--with-screen=slang" &&
 
 if [[ $MC_GLIB == glib ]]; then
diff --git a/shell-term-fm/mc/HISTORY b/shell-term-fm/mc/HISTORY
index 1c8f344..6fe974a 100644
--- a/shell-term-fm/mc/HISTORY
+++ b/shell-term-fm/mc/HISTORY
@@ -1,3 +1,7 @@
+2009-05-19 Vlad Glagolev <stealth at sourcemage.org>
+	* DEPENDS: added automake dep
+	* PRE_BUILD: fixed configure with new automake
+
 2009-02-02 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: PATCHLEVEL=1; quoting paths; fixed short desc
 	* DEPENDS: removed tabs
diff --git a/shell-term-fm/mc/PRE_BUILD b/shell-term-fm/mc/PRE_BUILD
index b341731..edc8faa 100755
--- a/shell-term-fm/mc/PRE_BUILD
+++ b/shell-term-fm/mc/PRE_BUILD
@@ -1,4 +1,7 @@
 default_pre_build &&
 cd "$SOURCE_DIRECTORY" &&
 
+# note no `&&' in the end
+automake --add-missing
+
 bzcat "$SPELL_DIRECTORY/mc-4.6.2-utf8.patch.bz2" | patch -p0



More information about the SM-Commit mailing list