minor edit: replacing "gtk--" with the new name of the project, "gtkmm"
This commit is contained in:
parent
5db1edfdeb
commit
9e6f28049a
|
@ -99,7 +99,7 @@ well.<br>
|
|||
<ul>
|
||||
<li><a href="http://www.boost.org/">boost</a> >= 1.33.1</li>
|
||||
<li><a href="http://www.gtk.org/">gtk+</a> >= 2.6.10</li>
|
||||
<li><a href="http://www.gtkmm.org/">gtk--</a> >= 2.6.5</li>
|
||||
<li><a href="http://www.gtkmm.org/">gtkmm</a> >= 2.6.5</li>
|
||||
<li><a href="http://www.ibm.com/software/globalization/icu/">icu</a>
|
||||
>= 3.0</li>
|
||||
<li><a href="http://libxmlplusplus.sourceforge.net/">libxml++</a>
|
||||
|
|
|
@ -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`/..
|
||||
|
|
|
@ -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$)
|
||||
|
|
Loading…
Reference in New Issue