No autogen.sh in tarballs

This commit is contained in:
Bastien Nocera 2010-09-20 15:08:52 +01:00
parent f86607710a
commit f2bcee6645

View File

@ -114,7 +114,7 @@ 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 \