minor edit: replacing "gtk--" with the new name of the project, "gtkmm"

This commit is contained in:
fgerlits 2006-09-13 11:24:41 +00:00
parent 5db1edfdeb
commit 9e6f28049a
3 changed files with 3 additions and 3 deletions

View File

@ -99,7 +99,7 @@ well.<br>
<ul>
<li><a href="http://www.boost.org/">boost</a> &gt;= 1.33.1</li>
<li><a href="http://www.gtk.org/">gtk+</a> &gt;= 2.6.10</li>
<li><a href="http://www.gtkmm.org/">gtk--</a> &gt;= 2.6.5</li>
<li><a href="http://www.gtkmm.org/">gtkmm</a> &gt;= 2.6.5</li>
<li><a href="http://www.ibm.com/software/globalization/icu/">icu</a>
&gt;= 3.0</li>
<li><a href="http://libxmlplusplus.sourceforge.net/">libxml++</a>

View File

@ -31,7 +31,7 @@
# (based on the version in enlightenment's cvs)
#-------------------------------------------------------------------------------
package="gtk--"
package="gtkmm"
# assume we're in $basedir/bin
reldir=`dirname $0`/..

View File

@ -32,7 +32,7 @@ dnl This is due to the fact that configure spreads a lot of trash around,
dnl like atom4te cache directories, config.* files, etc. into the directory
dnl it is being run from. We clearly don't want these in our base directory.
dnl-----------------------------------------------------------------------------
AC_INIT(gtk--, 2.6.5, bugs@campware.org)
AC_INIT(gtkmm, 2.6.5, bugs@campware.org)
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2004 Media Development Loan Fund under the GNU GPL])
AC_REVISION($Revision$)