-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ralf Corsepius wrote:
| I don't know how libtool applies config.guess and if/how my
| problems with libtool are connected to config.guess'ing.
Here is a short (but not atypical) example of the sort of thing libtool needs
config.guess for:
case $host_os
Is there any analysis on what it would take to create utility programs that
are only used during build in a crosscompiled environment in automake?
I and working on the libX11 for Freedesktop.org and it builds a file and
uses it during installation, but does not install it. I am under the
impressio
Hi,
I'm experiencing some problems setting up Automake to use some
replacement files through AC_LIBOBJ macro, and I couldn't realize how to
do it. The automake manual didn't help.
I've added AC_CONFIG_LIBOBJ_DIR([lib]) to configure.ac, and added the
needed files to lib/. Automake found them an