[Xfce4-commits] <xfce4-embed-plugin:master> remove trailing parens on AC_INIT version info to work around bug in intltool 0.35.x and 0.36.x
Brian Tarricone
noreply at xfce.org
Sun Jan 1 21:44:09 CET 2012
Updating branch refs/heads/master
to 6666fda2f66c0bb27ac30473dff49a14bcfec3f5 (commit)
from f9884da545f9010dd57666ceec909c1fd3742689 (commit)
commit 6666fda2f66c0bb27ac30473dff49a14bcfec3f5
Author: Brian Tarricone <brian at tarricone.org>
Date: Wed Oct 24 22:36:53 2007 +0000
remove trailing parens on AC_INIT version info to work around bug
in intltool 0.35.x and 0.36.x
(Old svn revision: 3434)
configure.in.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 4201f18..d073f6b 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -20,7 +20,7 @@ dnl *** Initialize autoconf ***
dnl ***************************
AC_COPYRIGHT([Copyright (c) 2006-2007
The Xfce development team. All rights reserved.])
-AC_INIT([xfce4-sample-plugin], [sample_version()], [http://bugzilla.xfce.org/], [xfce4-sample-plugin])
+AC_INIT([xfce4-sample-plugin], [sample_version], [http://bugzilla.xfce.org/], [xfce4-sample-plugin])
AC_PREREQ([2.50])
AC_CANONICAL_TARGET()
AC_REVISION([$Id])
More information about the Xfce4-commits
mailing list