summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2007-09-18 14:38:38 +0000
committerVincent Untz <vuntz@src.gnome.org>2007-09-18 14:38:38 +0000
commite10ae869bbbda55eaf1eb405316f5fae61653706 (patch)
tree32ff135f70b8fe34553c83066dddcc47052c5661 /autogen.sh
parent92b32e4358abf13d2c459df678081d409c535e6f (diff)
downloadgnome-desktop-e10ae869bbbda55eaf1eb405316f5fae61653706.tar.gz
always touch the foundation-members.list file, since gnomevfs-copy doesn't
2007-09-18 Vincent Untz <vuntz@gnome.org> * autogen.sh: always touch the foundation-members.list file, since gnomevfs-copy doesn't set the right timestamp on it. And it doesn't harm :-) svn path=/trunk/; revision=4902
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 5511eed6..1ca03364 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,9 +21,8 @@ which gnome-autogen.sh || {
}
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
+touch gnome-about/foundation-members.list
REQUIRED_AUTOMAKE_VERSION=1.9 . gnome-autogen.sh