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 67dd6d9b45
commit 185417e12b

View file

@ -18,7 +18,7 @@ dnl *** Initialize autoconf ***
dnl ***************************
AC_COPYRIGHT([Copyright (c) 2006-2007
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_CANONICAL_TARGET()
AC_REVISION([$Id])