summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-02-16 08:08:20 +0000
committerThomas Bushnell <thomas@gnu.org>1999-02-16 08:08:20 +0000
commit68bdc004235a7ecd03bb45932ce935ea1d110b49 (patch)
tree19bafbbe698c02599acb686894dab28b8c878c27 /ChangeLog
parentcb37680cba43ab2803e376cef23c4381bbd4f034 (diff)
Tue Feb 16 02:31:06 1999 Thomas Bushnell, BSG <tb@mit.edu>
* Makeconf ($(libname).so): Include $(hurd-version) as part of the soname. ($(libdir)/$(libname).so.$(hurd-version)): New rule. ($(libdir)/$(libname).so): Only create a symlink to the version-numbered name. (install) [makemode == library]: Add the versioned name $(libdir)/$(libname.so).$(hurd-version). * version.h.in: New file. * versioh.h, sh-version.sed: Deleted files. * Makeconf (hurd-version): New variable. * Makefile ($(subdirs)): Depend on version.h. (version.h): New rule. (DIST_FILES): Delete version.h and sh-version.sed. Add version.h.in.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67fa06be..325e70fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+Tue Feb 16 02:31:06 1999 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * Makeconf ($(libname).so): Include $(hurd-version) as part of the
+ soname.
+ ($(libdir)/$(libname).so.$(hurd-version)): New rule.
+ ($(libdir)/$(libname).so): Only create a symlink to the
+ version-numbered name.
+ (install) [makemode == library]: Add
+ the versioned name $(libdir)/$(libname.so).$(hurd-version).
+
+ * version.h.in: New file.
+ * versioh.h, sh-version.sed: Deleted files.
+ * Makeconf (hurd-version): New variable.
+ * Makefile ($(subdirs)): Depend on version.h.
+ (version.h): New rule.
+ (DIST_FILES): Delete version.h and sh-version.sed. Add version.h.in.
+
1999-01-24 Roland McGrath <roland@baalperazim.frob.com>
* configure.in: Add AC_PROG_AWK.