TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

aclocal, automake, autoconf, and CVS



I'm not sure how all of these work together, but I know that at least some
of the subjects in the title are a part of my problem:

I've been trying to install gnome and enlightenment via CVS.  And for the
most part, it's worked!  The download was a breeze, and installation was
possible after a fashion.

But almost every time I've tried to run ./autogen.sh, I've run into the
following type of error:
---
capples/url-properties/Makefile.am:12: variable `GNOME_LIBDIR' not defined
---
now the specific Makefile.am changes and the variable switches from
GNOMEUI_LIBS to INTLLIBS to GTKXHTML_LIBS, but I don't think it should
matter because as far as I know, I've installed all the appropriate
packages (heck, now that I've got everything up and running, I'm *sure*
I've got the packages, I just wanted to use CVS to update) and so I don't
know why I should get these errors.

Also, autoconf gives me the following types of errors:
----
Undefined macros:
configure.in:45:AC_MSG_ERROR(Dynamic linking is not available on this
platform. Some
configure.in:70:[AC_MSG_WARN([*** \`esd-manager' will not be built ***])])
----
and so on.  

Then afterwards autogen.sh runs configure, which inevitably claims it's
found an unexpected token ("AM_CONFIG_HEADER(config.h)" or the like).
Does this combination of problems scream out an obvious answer to anyone?

Thanks,
Dave