From f2bcee6645e36f3f25d59e7ff73dc9dd89c6ff52 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 20 Sep 2010 15:08:52 +0100 Subject: [PATCH] No autogen.sh in tarballs --- gtk3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk3.spec b/gtk3.spec index d80e63c..c083aa9 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -114,7 +114,7 @@ widget toolkit. %build # For the gobject-introspection patch -rm -f configure +autoreconf -f (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; %configure $CONFIGFLAGS \