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:
@@ -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$])
|
||||||
|
|||||||
Reference in New Issue
Block a user