SF.net SVN: geany-plugins:[2048] trunk/geany-plugins/build/ geanynumberedbookmarks.m4

frlan at users.sourceforge.net frlan at xxxxx
Sat Apr 23 06:46:43 UTC 2011


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

Log Message:
-----------
Enable GeanyNumbered to get build with autotools. The summary after configure seems to don't work at the moment for this plugin for unknown reasons.

Added Paths:
-----------
    trunk/geany-plugins/build/geanynumberedbookmarks.m4

Added: trunk/geany-plugins/build/geanynumberedbookmarks.m4
===================================================================
--- trunk/geany-plugins/build/geanynumberedbookmarks.m4	                        (rev 0)
+++ trunk/geany-plugins/build/geanynumberedbookmarks.m4	2011-04-23 06:46:43 UTC (rev 2048)
@@ -0,0 +1,9 @@
+AC_DEFUN([GP_CHECK_GEANYNUMBEREDBOOKMARKS],
+[
+    GP_ARG_DISABLE([GeanyNumberedBookmarks], [yes])
+    GP_STATUS_PLUGIN_ADD([GeanyNumberedBookmarks], [$enable_geanynumberebookmarks])
+    AC_CONFIG_FILES([
+        geanynumberedbookmarks/Makefile
+        geanynumberedbookmarks/src/Makefile
+    ])
+])


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