[Xfce4-commits] [xfce/xfce4-dev-tools] 01/01: Restore AC_REVISION

noreply at xfce.org noreply at xfce.org
Wed Feb 18 18:46:47 CET 2015


This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository xfce/xfce4-dev-tools.

commit 8858dfc3aa8124143a04b30db0bfb66e700feb8d
Author: Harald Judt <h.judt at gmx.at>
Date:   Wed Feb 18 18:45:11 2015 +0100

    Restore AC_REVISION
    
    Other projects define this too; in previous versions it was simply ignored
    because $Id$ was only generated by SVN checkout.
---
 configure.ac.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac.in b/configure.ac.in
index 4d940f6..1d365c5 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -28,6 +28,7 @@ AC_INIT([xfce4-dev-tools], [xdt_version],
         [http://bugzilla.xfce.org/enter_bug.cgi?product=Xfce4-dev-tools])
 AC_COPYRIGHT([Copyright (c) 2002-2015 The Xfce development team. All rights reserved.])
 AC_CONFIG_MACRO_DIR([m4])
+AC_REVISION([xdt_version_build])
 
 dnl substitute version info
 AC_SUBST([VERSION_MAJOR], [xdt_version_major])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list