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)
This commit is contained in:
Brian Tarricone
2007-10-24 22:36:53 +00:00
parent 77f4ae5228
commit c30f8d0986

View File

@@ -19,7 +19,7 @@ dnl *** Initialize autoconf ***
dnl *************************** dnl ***************************
AC_COPYRIGHT([Copyright (c) 2006-2007 AC_COPYRIGHT([Copyright (c) 2006-2007
The Xfce development team. All rights reserved.]) The Xfce development team. All rights reserved.])
AC_INIT([xfce4-taskmanager], [taskmanager_version()], [http://bugzilla.xfce.org/], [xfce4-taskmanager]) AC_INIT([xfce4-taskmanager], [taskmanager_version], [http://bugzilla.xfce.org/], [xfce4-taskmanager])
AC_PREREQ([2.50]) AC_PREREQ([2.50])
AC_CANONICAL_TARGET() AC_CANONICAL_TARGET()
AC_REVISION([$Id$]) AC_REVISION([$Id$])