rpms/gobject-introspection/devel gobject-introspection.spec, 1.35, 1.36

Colin Walters walters at fedoraproject.org
Tue Jun 29 14:45:16 UTC 2010


Author: walters

Update of /cvs/pkgs/rpms/gobject-introspection/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15743

Modified Files:
	gobject-introspection.spec 
Log Message:
remove unused AUTOGEN_SUBDIR_MODE


Index: gobject-introspection.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gobject-introspection/devel/gobject-introspection.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- gobject-introspection.spec	29 Jun 2010 14:38:22 -0000	1.35
+++ gobject-introspection.spec	29 Jun 2010 14:45:16 -0000	1.36
@@ -54,7 +54,7 @@ Libraries and headers for gobject-intros
 %setup -q
 
 %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)
 make V=1 %{?_smp_mflags}
 



More information about the scm-commits mailing list