Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2005-03-27 18:12:28 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-03-27 18:12:28 +0400
commitb2924c7e4622006b0677e68636a4d92b50a04316 (patch)
tree754487dc2562079db18d9d777ebd65025c89f6f5 /ChangeLog
parent874ee8bda17cf415e73d50e652bd6b21a14f6402 (diff)
* configure.in: Define mono_libdir using $(exec_prefix), seeing
that it uses .../lib. * mono/metadata/Makefile.am (assembliesdir): Fix. If it is arch-dependent it has to be in $(exec_prefix). $(prefix) is for arch-independent stuff, and it would probably use $(prefix)/share rather than $(prefix)/lib. svn path=/trunk/mono/; revision=42284
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e60156d31d..c16badb019b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
+2005-03-27 Raja R Harinath <harinath@gmail.com>
+
+ * configure.in: Define mono_libdir using $(exec_prefix), seeing
+ that it uses .../lib.
+
2005-03-26 Ben Maurer <bmaurer@ximian.com>
* configure.in: Use mono_libdir rather than libdir in
config.make. This fixes confusion for amd builds in buildbuddy.
-
+
* configure.in, */Makefile.am: fix up lib/lib64 type stuff
2005-03-24 Raja R Harinath <rharinath@novell.com>