summaryrefslogtreecommitdiffstats
path: root/patches/libsndfile-1.0.25
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-01-14 09:21:21 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-14 10:50:14 +0100
commitf3d6551b9cf77bc9b09c5370a571d1a5b9607284 (patch)
treefbcd93f9e6ef36f471e575d9579128438c6b98eb /patches/libsndfile-1.0.25
parent8d5c7ea53778db0361fb850e34369001921bc2fe (diff)
downloadptxdist-f3d6551b9cf77bc9b09c5370a571d1a5b9607284.tar.gz
ptxdist-f3d6551b9cf77bc9b09c5370a571d1a5b9607284.tar.xz
libsndfile: create a proper autogen.sh
Otherwise we end up with wrong rpaths in various programs Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/libsndfile-1.0.25')
-rwxr-xr-xpatches/libsndfile-1.0.25/autogen.sh19
1 files changed, 17 insertions, 2 deletions
diff --git a/patches/libsndfile-1.0.25/autogen.sh b/patches/libsndfile-1.0.25/autogen.sh
index ee97b8dc5..cf66cf33c 100755
--- a/patches/libsndfile-1.0.25/autogen.sh
+++ b/patches/libsndfile-1.0.25/autogen.sh
@@ -1,4 +1,19 @@
-#!/bin/sh
+#!/bin/bash
-autoconf -IM4 -Wall
+set -e
+
+aclocal $ACLOCAL_FLAGS
+
+libtoolize \
+ --force \
+ --copy
+
+autoreconf \
+ --include=M4 \
+ --force \
+ --install \
+ --warnings=cross \
+ --warnings=syntax \
+ --warnings=obsolete \
+ --warnings=unsupported