summaryrefslogtreecommitdiffstats
path: root/patches/aumix-2.9.1
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-02-27 22:08:36 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-02-27 22:10:31 +0100
commitf560bf8244c4a37d0ad70cc20b13176b17cacd30 (patch)
tree21ddf774389623306e828f5a1b60039490bd6f4f /patches/aumix-2.9.1
parent2cd110f87ea5601e28f175bfee9277451758d12f (diff)
downloadptxdist-f560bf8244c4a37d0ad70cc20b13176b17cacd30.tar.gz
ptxdist-f560bf8244c4a37d0ad70cc20b13176b17cacd30.tar.xz
aumix: add custom autogen.sh
Otherwise extract.post may fail (if host-gettext is installed first) with: autopoint: *** Missing version: please specify in configure.ac through a line 'AM_GNU_GETTEXT_VERSION(x.yy.zz)' the gettext version the package is using autopoint: *** Stop. autoreconf: autopoint failed with exit status: 1 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/aumix-2.9.1')
-rwxr-xr-x[l---------]patches/aumix-2.9.1/autogen.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/patches/aumix-2.9.1/autogen.sh b/patches/aumix-2.9.1/autogen.sh
index 9f8a4cb7d..0c73e2ebf 120000..100755
--- a/patches/aumix-2.9.1/autogen.sh
+++ b/patches/aumix-2.9.1/autogen.sh
@@ -1 +1,8 @@
-../autogen.sh \ No newline at end of file
+#!/bin/bash
+
+set -e
+
+aclocal -Im4
+autoconf -Im4
+automake -f
+