Author: vuntz
Date: Mon Feb 11 19:16:28 2008
New Revision: 5004
URL: http://svn.gnome.org/viewvc/gnome-desktop?rev=5004&view=rev

Log:
2008-02-11  Vincent Untz  <[EMAIL PROTECTED]>

        * autogen.sh: use gvfs-copy instead of gnomevfs-copy


Modified:
   trunk/ChangeLog
   trunk/autogen.sh

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh    (original)
+++ trunk/autogen.sh    Mon Feb 11 19:16:28 2008
@@ -20,9 +20,10 @@
     exit 1
 }
 
-if test "`which gnomevfs-copy`" != ""; then
-       gnomevfs-copy http://api.gnome.org/gnome-about/foundation-members 
gnome-about/foundation-members.list
+if test "`which gvfs-copy`" != ""; then
+       gvfs-copy http://api.gnome.org/gnome-about/foundation-members 
gnome-about/foundation-members.list
+else
+       touch gnome-about/foundation-members.list
 fi
-touch gnome-about/foundation-members.list
 
 REQUIRED_AUTOMAKE_VERSION=1.9 . gnome-autogen.sh
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to