SF.net SVN: geany-plugins:[1749] trunk/geany-plugins/build/updatechecker.m4

frlan at users.sourceforge.net frlan at xxxxx
Mon Nov 15 22:58:26 UTC 2010


Revision: 1749
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1749&view=rev
Author:   frlan
Date:     2010-11-15 22:58:26 +0000 (Mon, 15 Nov 2010)

Log Message:
-----------
Added missed file from last commit. Oops

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

Added: trunk/geany-plugins/build/updatechecker.m4
===================================================================
--- trunk/geany-plugins/build/updatechecker.m4	                        (rev 0)
+++ trunk/geany-plugins/build/updatechecker.m4	2010-11-15 22:58:26 UTC (rev 1749)
@@ -0,0 +1,14 @@
+AC_DEFUN([GP_CHECK_UPDATECHECKER],
+[
+    GP_ARG_DISABLE([Updatechecker], [auto])
+
+    GP_CHECK_PLUGIN_DEPS([Updatechecker], UPDATECHECKER,
+                         [libsoup-2.4 >= 2.4.0])
+
+    GP_STATUS_PLUGIN_ADD([Updatechecker], [$enable_updatechecker])
+
+    AC_CONFIG_FILES([
+        updatechecker/Makefile
+        updatechecker/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