I'm cross-posting this to the autoconf and libtool lists, because I'm not
sure whose "jurisdiction" this is.
I accidentally found this while trying to compile libxml2-2.4.5 under Solaris.
I say "accidentally" because was compiling without /usr/local/lib in my
$LD_LIBRARY_PATH, which was probably
> AC_DEFUN([AM_AUX_DIR_EXPAND], [
> # expand $ac_aux_dir to an absolute path
> -am_aux_dir=`cd $ac_aux_dir && pwd`
> +case $ac_aux_dir in
> +/*) am_aux_dir=$ac_aux_dir;;
> +*) am_aux_dir=`pwd`/$ac_aux_dir ||
> + AC_MSG_ERROR([cannot determine working directory]);;
> +esac
> ])
I don't wa
I guess this is probably somewhat off-topic, but I'm hoping someone here
can point me in the right direction. I apologize in advance if this is
too off-topic - feel free to take the conversation off the list if need
be.
I have a function:
LogTrace(char *format, ...);
that is used for tracin
> > Part two, designating a single directory as the site directory is not
> > going to be liked by everybody. If Autoconf is installed as part of "the
> > system" under /usr, many people won't like to put AC files belonging to
> > "locally" installed packages somewhere under /usr/share or whereev