No autogen.sh in tarballs

This commit is contained in:
Bastien Nocera 2010-09-20 15:19:02 +01:00
parent 96caf6ab5b
commit 78348d0e2c

View File

@ -163,7 +163,7 @@ This package contains developer documentation for the GTK+ widget toolkit.
%build %build
# For the gobject-introspection patch # For the gobject-introspection patch
rm -f configure autoreconf -f
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
%configure $CONFIGFLAGS \ %configure $CONFIGFLAGS \