summaryrefslogtreecommitdiffstats
path: root/audio-plugins
diff options
context:
space:
mode:
authorThomas Orgis2014-08-24 16:35:16 +0200
committerThomas Orgis2014-08-24 16:35:16 +0200
commit0efdc696ae3dac149487f3a09b3dcb577322b2bc (patch)
tree14f1652ac92af179dad737cbc90e35b9b0829cc4 /audio-plugins
parente8293f6a4fb9f769e3fa571dc4bfcbfa8f122f05 (diff)
swh-plugins: fix with current autotools
Diffstat (limited to 'audio-plugins')
-rw-r--r--audio-plugins/swh-plugins/HISTORY3
-rwxr-xr-xaudio-plugins/swh-plugins/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/audio-plugins/swh-plugins/HISTORY b/audio-plugins/swh-plugins/HISTORY
index 88cb9e15d3..88472fb9b2 100644
--- a/audio-plugins/swh-plugins/HISTORY
+++ b/audio-plugins/swh-plugins/HISTORY
@@ -1,3 +1,6 @@
+2014-08-24 Thomas Orgis <sobukus@sourcemage.org>
+ * PRE_BUILD: fix build with current autotools
+
2014-03-18 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* swh-plugins-nosetlocale.patch: add missing file
diff --git a/audio-plugins/swh-plugins/PRE_BUILD b/audio-plugins/swh-plugins/PRE_BUILD
index 7899656681..a61ccfedbf 100755
--- a/audio-plugins/swh-plugins/PRE_BUILD
+++ b/audio-plugins/swh-plugins/PRE_BUILD
@@ -5,6 +5,9 @@ patch -p1 < $SPELL_DIRECTORY/swh-plugins-0.4.15-gettext.patch &&
patch -p1 < $SPELL_DIRECTORY/swh-plugins-0.4.15-pic.patch &&
patch -p1 < $SPELL_DIRECTORY/swh-plugins-nosetlocale.patch &&
+# Minimal hack to make it work with current autoconf.
+# More should be done. Like, ditching bitchin' autoconf.
+sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in &&
# ipdate gettext macros
autopoint -f &&
autoreconf -f -i