From 4d5504f6c7ad38abc964df0950518c2c40dfd79c Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Wed, 19 Sep 2012 17:30:06 -0700 Subject: [PATCH] Use %autogen macro instead of calling autogen.sh script directly --- packaging/gst-plugins-bad.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packaging/gst-plugins-bad.spec b/packaging/gst-plugins-bad.spec index fdbf5e4..2464655 100644 --- a/packaging/gst-plugins-bad.spec +++ b/packaging/gst-plugins-bad.spec @@ -42,8 +42,7 @@ Development files for the GStreamer media framework badplug-ins %build cp %{SOURCE1001} . -./autogen.sh -%configure --disable-static \ +%autogen --disable-static \ --disable-nls \ --with-html-dir=/tmp/dump \ --disable-examples \ -- 2.7.4