Skip to content
Snippets Groups Projects
Commit 4d1fa16b authored by Brian Tarricone's avatar Brian Tarricone
Browse files

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)
parent d3995196
No related branches found
No related tags found
No related merge requests found
......@@ -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$])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment