Using GtkExtra--
----------------

Autoconf
--------

GtkExtra-- installs two m4 macros which can be used in your configure.in: AM_PATH_GTKEXTRA_TMP and AM_PATH_GTKEXTRAMM.

For instance:

AM_PATH_GTKEXTRA_TMP(0.99.0,,AC_MSG_ERROR([Cannot find proper gtkextra version]))
AM_PATH_GTKEXTRAMM(0.1.2,,AC_MSG_ERROR([Cannot find proper gtkextra-- version]))

AM_PATH_GTKEXTRA_TMP finds the underlying GtkExtra library. We hope that this, or a similar, macro will soon be supplied with GtkExtra. In the, meantime, this _TMP macro will make life easier.


Murray Cumming <murrayc@usa.net>
Cedric Gustin <gustin@pcpm.ucl.ac.be>
