From 67a702a15cf88e270539484929ffa1f42b90c728 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 14 Jan 2013 16:45:17 +0000 Subject: Update morphology for tarball build --- pkg-config.morph | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg-config.morph b/pkg-config.morph index f5762c9..42814c5 100644 --- a/pkg-config.morph +++ b/pkg-config.morph @@ -3,7 +3,6 @@ "kind": "chunk", "build-system": "autotools", "configure-commands": [ - "sed -i -e '/gunzip/s/--stdout/-c/g' autogen.sh", - "sh autogen.sh --prefix=\"$PREFIX\"" + "./configure --prefix=\"$PREFIX\" --with-internal-glib" ] } -- cgit v1.2.1