Revision: 20 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=20&view=rev Author: eht16 Date: 2008-05-16 05:20:08 -0700 (Fri, 16 May 2008)
Log Message: ----------- Post-release version bump. Display install location of the plugin binary and separately the location of other files like translations for clarity.
Modified Paths: -------------- trunk/spellcheck/ChangeLog trunk/spellcheck/configure.in
Modified: trunk/spellcheck/ChangeLog =================================================================== --- trunk/spellcheck/ChangeLog 2008-05-15 21:58:18 UTC (rev 19) +++ trunk/spellcheck/ChangeLog 2008-05-16 12:20:08 UTC (rev 20) @@ -1,3 +1,11 @@ +2008-05-16 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> + + * configure.in: + Post-release version bump. + Display install location of the plugin binary and separately the + location of other files like translations for clarity. + + 2008-05-15 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* po/*, src/*, *:
Modified: trunk/spellcheck/configure.in =================================================================== --- trunk/spellcheck/configure.in 2008-05-15 21:58:18 UTC (rev 19) +++ trunk/spellcheck/configure.in 2008-05-16 12:20:08 UTC (rev 20) @@ -2,7 +2,7 @@ # $Id: configure.in 2 2008-04-02 14:52:33Z eht16 $
AC_INIT(configure.in) -AM_INIT_AUTOMAKE(spellcheck, 0.1) +AM_INIT_AUTOMAKE(spellcheck, 0.2)
AM_CONFIG_HEADER(config.h)
@@ -61,9 +61,10 @@ ])
echo "----------------------------------------" -echo "Install Spell Check in : ${libdir}" -echo "Using Geany version : ${GEANY_VERSION}" -echo "Using GTK version : ${GTK_VERSION}" +echo "Install Spell Check plugin binary in : ${libdir}" +echo "Install Spell Check files in : ${prefix}" +echo "Using Geany version : ${GEANY_VERSION}" +echo "Using GTK version : ${GTK_VERSION}" echo "" echo "Configuration is done OK." echo ""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.