[Goodies-commits] r3444 - xfce4-screenshooter-plugin/trunk

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


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

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


Modified: xfce4-screenshooter-plugin/trunk/configure.ac
===================================================================
--- xfce4-screenshooter-plugin/trunk/configure.ac	2007-10-25 18:03:18 UTC (rev 3443)
+++ xfce4-screenshooter-plugin/trunk/configure.ac	2007-10-25 18:03:59 UTC (rev 3444)
@@ -5,7 +5,7 @@
 
 m4_define([test_version], [1.0.2])
 
-AC_INIT([xfce4-screenshooter-plugin], [test_version()],
+AC_INIT([xfce4-screenshooter-plugin], [test_version],
 	[dbobadil at dcc.uchile.cl])
 
 




More information about the Goodies-commits mailing list