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)master
parent
014bb47635
commit
49e93570c3
|
@ -7,7 +7,7 @@ dnl
|
|||
|
||||
m4_define([netload_version],[0.4.0])
|
||||
|
||||
AC_INIT([xfce4-netload-plugin], [netload_version()],
|
||||
AC_INIT([xfce4-netload-plugin], [netload_version],
|
||||
[xfce-goodies-dev@lists.berlios.de])
|
||||
|
||||
NETLOAD_VERSION=netload_version()
|
||||
|
|
Loading…
Reference in New Issue