From 0631e3a671c30a954aaa37dba32441505083bb8d 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.ac.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac.in b/configure.ac.in index 12f66565a..f2165fa6c 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -16,7 +16,7 @@ AC_COPYRIGHT([Copyright (c) 2002-2007 The Xfce development team. All rights reserved. Written for Xfce by Olivier Fourdan <fourdan@xfce.org>.]) -AC_INIT([xfwm4], [xfwm4_version()], [xfce4-dev@xfce.org]) +AC_INIT([xfwm4], [xfwm4_version], [xfce4-dev@xfce.org]) AM_INIT_AUTOMAKE([xfwm4], [xfwm4_version()]) AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar]) -- GitLab