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:
parent
67dd6d9b45
commit
185417e12b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,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-eyes-plugin], [eyes_version()], [http://bugzilla.xfce.org/], [xfce4-eyes-plugin])
|
AC_INIT([xfce4-eyes-plugin], [eyes_version], [http://bugzilla.xfce.org/], [xfce4-eyes-plugin])
|
||||||
AC_PREREQ([2.50])
|
AC_PREREQ([2.50])
|
||||||
AC_CANONICAL_TARGET()
|
AC_CANONICAL_TARGET()
|
||||||
AC_REVISION([$Id])
|
AC_REVISION([$Id])
|
||||||
|
|
|
||||||
Reference in a new issue