Skip to Content.
Sympa Menu

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

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 (a2fe1fbe08c895fb9632fd6a4ce9838fe67f4db9)
  • Date: Thu, 22 Aug 2013 18:33:16 -0500

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

audio-libs/libmad/HISTORY | 3 +++
audio-libs/libmad/PRE_BUILD | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

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

libmad: Use --add-missing with automake

libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac
and
libtoolize: rerunning libtoolize, to keep the correct libtool macros
in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:39: error: required file './compile' not found
configure.ac:39: 'automake --add-missing' can install 'compile'
Makefile.am:61: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'
(or '*_CPPFLAGS')

diff --git a/audio-libs/libmad/HISTORY b/audio-libs/libmad/HISTORY
index 4d2153e..450e47e 100644
--- a/audio-libs/libmad/HISTORY
+++ b/audio-libs/libmad/HISTORY
@@ -1,3 +1,6 @@
+2013-08-22 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Use --add-missing with automake
+
2013-02-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* PRE_BUILD: fix obsolete macro in configure.ac

diff --git a/audio-libs/libmad/PRE_BUILD b/audio-libs/libmad/PRE_BUILD
index 2087da7..089e189 100755
--- a/audio-libs/libmad/PRE_BUILD
+++ b/audio-libs/libmad/PRE_BUILD
@@ -6,4 +6,4 @@ sedit 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac &&
libtoolize -c -f &&
aclocal &&
autoconf &&
-automake --foreign
+automake --foreign --add-missing



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (a2fe1fbe08c895fb9632fd6a4ce9838fe67f4db9), Eric Sandall, 08/22/2013

Archive powered by MHonArc 2.6.24.

Top of Page