On 2006-05-20T05:32:58, [email protected] wrote:

> linux-ha CVS committal
> 
> Author  : lars
> Host    : 
> Module  : linux-ha
> 
> Dir     : linux-ha
> 
> 
> Modified Files:
>       configure.in 
> 
> 
> Log Message:
> Do not overwrite libdir/libexecdir if explicitly set on the commandline.

snip

> +if test x"$libexecdir" = x; then
> +     libexecdir="$exec_prefix/libexec"
> +     if needs_64_bit_libs; then
> +             old=$libdir
> +             libexecdir=$exec_prefix/lib64
> +             AC_MSG_WARN(overriding libexecdir from $old to $libexecdir)
> +     fi
> +else
> +     libexecdir=`eval echo "$libexecdir"`
>  fi

I've only preserved what the code did before in case it wasn't
specified, but note that the GNU default was "$exec_prefix/libexec" and
the code overwrites that with essentially the libdir default. Not sure
whether that's what is right...


Sincerely,
    Lars Marowsky-Brée

-- 
High Availability & Clustering
SUSE Labs, Research and Development
SUSE LINUX Products GmbH - A Novell Business     -- Charles Darwin
"Ignorance more frequently begets confidence than does knowledge"

_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to