From 4d1fa16bbd59864826a80db69170a1175e2d0c24 Mon Sep 17 00:00:00 2001 From: Brian Tarricone <brian@tarricone.org> Date: Wed, 24 Oct 2007 22:26:53 +0000 Subject: [PATCH] remove trailing parens on AC_INIT version info to work around bug in intltool 0.35.x and 0.36.x (Old svn revision: 26180) --- configure.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in.in b/configure.in.in index f486688cc..32945b393 100644 --- a/configure.in.in +++ b/configure.in.in @@ -30,7 +30,7 @@ AC_COPYRIGHT([Copyright (c) 2004-2007 The Thunar development team. All rights reserved. Written for Thunar by Benedikt Meurer <benny@xfce.org>.]) -AC_INIT([Thunar], [thunar_version()], [http://bugzilla.xfce.org/], [Thunar]) +AC_INIT([Thunar], [thunar_version], [http://bugzilla.xfce.org/], [Thunar]) AC_PREREQ([2.50]) AC_CANONICAL_TARGET() AC_REVISION([$Id$]) -- GitLab