Lars Marowsky-Bree wrote:
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.
OK. I didn't see the whole patch, but I understand what you're trying
to do. IIRC, the original only replicated what ConfigureMe did. But,
it's now down lower, so it should have not been done with as big a
hammer as it was ;-)
The GNU default wasn't right on any 64-bit machine, as far as I know...
Someone argued that we should probably be putting more of our binaries
in the libexecdir directory than we do.
But, except for a few GNU tools, I don't think that directory is used
very much...
--
Alan Robertson <[EMAIL PROTECTED]>
"Openness is the foundation and preservative of friendship... Let me
claim from you at all times your undisguised opinions." - William
Wilberforce
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/