SF.net SVN: geany-plugins:[2045] trunk/geany-plugins

frlan at users.sourceforge.net frlan at xxxxx
Sat Apr 23 06:45:44 UTC 2011


Revision: 2045
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2045&view=rev
Author:   frlan
Date:     2011-04-23 06:45:44 +0000 (Sat, 23 Apr 2011)

Log Message:
-----------
Make autotools generate Makefile for GeanyCFP but disable this plugin on default for autotools build as its getting deprecated due new geanymacro and geanynumberedbookmarks

Modified Paths:
--------------
    trunk/geany-plugins/build/geanycfp.m4
    trunk/geany-plugins/configure.ac

Modified: trunk/geany-plugins/build/geanycfp.m4
===================================================================
--- trunk/geany-plugins/build/geanycfp.m4	2011-04-23 06:45:25 UTC (rev 2044)
+++ trunk/geany-plugins/build/geanycfp.m4	2011-04-23 06:45:44 UTC (rev 2045)
@@ -1,6 +1,6 @@
 AC_DEFUN([GP_CHECK_GEANYCFP],
 [
-    GP_ARG_DISABLE([geanycfp], [yes])
+    GP_ARG_DISABLE([geanycfp], [no])
     GP_STATUS_PLUGIN_ADD([GeanyCFP], [$enable_geanycfp])
     AC_CONFIG_FILES([
         geanycfp/Makefile

Modified: trunk/geany-plugins/configure.ac
===================================================================
--- trunk/geany-plugins/configure.ac	2011-04-23 06:45:25 UTC (rev 2044)
+++ trunk/geany-plugins/configure.ac	2011-04-23 06:45:44 UTC (rev 2045)
@@ -28,6 +28,7 @@
 GP_CHECK_CODENAV
 GP_CHECK_DEBUGGER
 GP_CHECK_DEVHELP
+GP_CHECK_GEANYCFP
 GP_CHECK_GEANYDOC
 GP_CHECK_GEANYEXTRASEL
 GP_CHECK_GEANYGDB


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list