summaryrefslogtreecommitdiff
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
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
-rw-r--r--ChangeLog6
-rwxr-xr-xautogen.sh3
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fc729c4d..ccdedb3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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 :-)
+
2007-09-17 Vincent Untz <vuntz@gnome.org>
* configure.in: post-release bump to 2.20.1
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