From 363953fff4e3e12152ce2498b58a471884b497f5 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 20 Jul 2012 13:27:30 +0100 Subject: at-spi2-atk.morph: autoreconf doesn't work, need to run autopoint too Let's just use the same hack gnome-common and gnome-doc-utils use already. --- at-spi2-atk.morph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/at-spi2-atk.morph b/at-spi2-atk.morph index 8dd95b6..ff8aea1 100644 --- a/at-spi2-atk.morph +++ b/at-spi2-atk.morph @@ -3,7 +3,7 @@ "kind": "chunk", "build-system": "autotools", "configure-commands": [ - "autoreconf -ivf", - "./configure --prefix=\"$PREFIX\"" + "sed -i -e 's/automake-1.11/automake-1.11a automake-1.11/g' autogen.sh", + "./autogen.sh --prefix=\"$PREFIX\"" ] } -- cgit v1.2.1