[Goodies-commits] r3443 - xfce4-quicklauncher-plugin/trunk

Brian Tarricone kelnos at xfce.org
Thu Oct 25 20:03:18 CEST 2007


Author: kelnos
Date: 2007-10-25 18:03:18 +0000 (Thu, 25 Oct 2007)
New Revision: 3443

Modified:
   xfce4-quicklauncher-plugin/trunk/configure.ac
Log:
remove () from AC_INIT line to work around intltool bug


Modified: xfce4-quicklauncher-plugin/trunk/configure.ac
===================================================================
--- xfce4-quicklauncher-plugin/trunk/configure.ac	2007-10-25 18:02:45 UTC (rev 3442)
+++ xfce4-quicklauncher-plugin/trunk/configure.ac	2007-10-25 18:03:18 UTC (rev 3443)
@@ -8,7 +8,7 @@
 m4_define([xfce4_quicklauncher_version],[1.9.4])
 
 dnl init autoconf
-AC_INIT([xfce4-quicklauncher-plugin], [xfce4_quicklauncher_version()], [masse_nicolas at yahoo.fr])
+AC_INIT([xfce4-quicklauncher-plugin], [xfce4_quicklauncher_version], [masse_nicolas at yahoo.fr])
 AC_CONFIG_SRCDIR([configure])
 
 dnl init automake




More information about the Goodies-commits mailing list