SF.net SVN: geany-plugins: [26] trunk/spellcheck
eht16 at users.sourceforge.net
eht16 at xxxxx
Tue May 20 15:45:13 UTC 2008
Revision: 26
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=26&view=rev
Author: eht16
Date: 2008-05-20 08:45:12 -0700 (Tue, 20 May 2008)
Log Message:
-----------
Explicitly depend on Geany >= 0.15.
Modified Paths:
--------------
trunk/spellcheck/ChangeLog
trunk/spellcheck/configure.in
Modified: trunk/spellcheck/ChangeLog
===================================================================
--- trunk/spellcheck/ChangeLog 2008-05-20 15:41:15 UTC (rev 25)
+++ trunk/spellcheck/ChangeLog 2008-05-20 15:45:12 UTC (rev 26)
@@ -6,6 +6,10 @@
(e.g. on Windows).
Detect the Aspell installation prefix on Windows and use it to find
installed dictionaries.
+ * makefile.win32:
+ Make Windows Makefile working.
+ * configure.in:
+ Explicitly depend on Geany >= 0.15.
2008-05-16 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/spellcheck/configure.in
===================================================================
--- trunk/spellcheck/configure.in 2008-05-20 15:41:15 UTC (rev 25)
+++ trunk/spellcheck/configure.in 2008-05-20 15:45:12 UTC (rev 26)
@@ -15,7 +15,7 @@
AC_PROG_INSTALL
# checking for Geany
-PKG_CHECK_MODULES(GEANY, [geany])
+PKG_CHECK_MODULES(GEANY, [geany >= 0.15])
AC_SUBST(GTK_CFLAGS)
AC_SUBST(GTK_LIBS)
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