summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2005-07-31 14:47:57 +0000
committerBenedikt Meurer <benny@xfce.org>2005-07-31 14:47:57 +0000
commite716baa66bd87b868ab419e0710f1896fdcf3a69 (patch)
treef9ff695886f5e59eeaf789740e721053faaf00a7 /autogen.sh
parent1dc1baaf5246c8413a9846877fdb8c88e2441116 (diff)
downloadthunar-e716baa66bd87b868ab419e0710f1896fdcf3a69.tar.gz
2005-07-31 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-clipboard-manager.c (thunar_clipboard_manager_contents_received): Properly clear the CLIPBOARD selection after a paste on "cutted data". Manually trigger an "owner-changed" after a successfully initiating the paste operation if either the Xserver or the GTK+ version doesn't support the XFixes extension. * thunar-vfs/thunar-vfs-transfer-job.c, configure.in.in: Add work-around for systems that lack the lchmod() system call. * thunar/thunar-standard-view.{c,h}: Query all actions from the group when initializing the view to speed up access later. * thunar/thunar-standard-view-ui.xml, thunar/thunar-standard-view.c: Add a "paste-into-folder" action, which is only available from the context menu. * autogen.sh, configure.in.in: Adopt the version numbering scheme from libexo and ditch the date. (Old svn revision: 16421)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 6968b656..0fbad6f5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,9 +19,8 @@ EOF
}
# substitute revision and date
-revision=`svn info $0 | awk '/^Revision: / {printf "%04d\n", $2}'`
-sed -e "s/@DATE@/`date +%Y%m%d`/g" -e "s/@REVISION@/${revision}/g" \
- < "configure.in.in" > "configure.in"
+revision=`svn info $0 | awk '/^Revision: / {printf "%05d\n", $2}'`
+sed -e "s/@REVISION@/${revision}/g" < "configure.in.in" > "configure.in"
exec xdt-autogen $@