remove unused AUTOGEN_SUBDIR_MODE

This commit is contained in:
Colin Walters 2010-06-29 14:45:16 +00:00
parent 8af9d9b716
commit 0bc6ecc87f

View File

@ -54,7 +54,7 @@ Libraries and headers for gobject-introspection
%setup -q %setup -q
%build %build
(if ! test -x configure; then AUTOGEN_SUBDIR_MODE=1 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)
make V=1 %{?_smp_mflags} make V=1 %{?_smp_mflags}