summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2008-02-11 19:16:28 +0000
committerVincent Untz <vuntz@src.gnome.org>2008-02-11 19:16:28 +0000
commit38c2469ae8a4623e45047b4cae241ed13dbfeebb (patch)
tree13692a40bc49a69fee210edfe21c9a987020bff9
parentb9835d2026100e60d931cc36f11a1afaa014a744 (diff)
downloadgnome-desktop-38c2469ae8a4623e45047b4cae241ed13dbfeebb.tar.gz
use gvfs-copy instead of gnomevfs-copy
2008-02-11 Vincent Untz <vuntz@gnome.org> * autogen.sh: use gvfs-copy instead of gnomevfs-copy svn path=/trunk/; revision=5004
-rw-r--r--ChangeLog4
-rwxr-xr-xautogen.sh7
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5615364e..91ddd0c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-02-11 Vincent Untz <vuntz@gnome.org>
+ * autogen.sh: use gvfs-copy instead of gnomevfs-copy
+
+2008-02-11 Vincent Untz <vuntz@gnome.org>
+
* configure.in: post-release bump to 2.21.92
==================== 2.21.91 ====================
diff --git a/autogen.sh b/autogen.sh
index 553a98d4..3e6da80d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,9 +20,10 @@ which gnome-autogen.sh || {
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