summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 8d932e6f..5511eed6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,4 +20,10 @@ which gnome-autogen.sh || {
exit 1
}
+if test "`which gnomevfs-copy`" = ""; then
+ touch gnome-about/foundation-members.list
+else
+ gnomevfs-copy http://api.gnome.org/gnome-about/foundation-members gnome-about/foundation-members.list
+fi
+
REQUIRED_AUTOMAKE_VERSION=1.9 . gnome-autogen.sh