[gnome-desktop] build: Do not fetch foundation-members.list in autogen.sh



commit 64c6695e37bbd4dba46c7e10077454b9a2c3e9cf
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Feb 2 01:48:23 2011 +0100

    build: Do not fetch foundation-members.list in autogen.sh
    
    We don't use the file anymore.

 autogen.sh |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 787c2fe..4300767 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,12 +21,8 @@ which gnome-autogen.sh || {
 }
 
 if test "`which gvfs-copy`" != ""; then
-	gvfs-copy http://api.gnome.org/gnome-about/foundation-members gnome-about/foundation-members.list
 	gvfs-copy "http://git.fedorahosted.org/git/?p=hwdata.git;a=blob_plain;f=pnp.ids;hb=HEAD"; libgnome-desktop/pnp.ids
 fi
-if test ! -f gnome-about/foundation-members.list; then
-	touch gnome-about/foundation-members.list
-fi
 if test ! -f libgnome-desktop/pnp.ids; then
 	touch libgnome-desktop/pnp.ids
 fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]