[Goodies-commits] r3445 - xfce4-smartbookmark-plugin/trunk

Brian Tarricone kelnos at xfce.org
Thu Oct 25 20:04:38 CEST 2007


Author: kelnos
Date: 2007-10-25 18:04:38 +0000 (Thu, 25 Oct 2007)
New Revision: 3445

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


Modified: xfce4-smartbookmark-plugin/trunk/configure.ac
===================================================================
--- xfce4-smartbookmark-plugin/trunk/configure.ac	2007-10-25 18:03:59 UTC (rev 3444)
+++ xfce4-smartbookmark-plugin/trunk/configure.ac	2007-10-25 18:04:38 UTC (rev 3445)
@@ -6,7 +6,7 @@
     [smartbookmark_version_major.smartbookmark_version_minor.smartbookmark_version_micro])
 
 AC_COPYRIGHT([Copyright (c) 2006 by Emanuele Rocca <ema at debian.org>])
-AC_INIT([xfce4-smartbookmark-plugin], [smartbookmark_version()], [ema at debian.org])
+AC_INIT([xfce4-smartbookmark-plugin], [smartbookmark_version], [ema at debian.org])
 
 dnl Initialize automake
 AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])




More information about the Goodies-commits mailing list