[gtk3] No autogen.sh in tarballs

Bastien Nocera hadess at fedoraproject.org
Mon Sep 20 14:08:55 UTC 2010


commit f2bcee6645e36f3f25d59e7ff73dc9dd89c6ff52
Author: Bastien Nocera <hadess at hadess.net>
Date:   Mon Sep 20 15:08:52 2010 +0100

    No autogen.sh in tarballs

 gtk3.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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 \


More information about the scm-commits mailing list