Add to the ss (subsystem) library the ability to dynamically link
to the readline library if it is present in the system.
diff --git a/debugfs/ChangeLog b/debugfs/ChangeLog
index 88583a6..dc0a839 100644
--- a/debugfs/ChangeLog
+++ b/debugfs/ChangeLog
@@ -1,3 +1,11 @@
+2003-03-16 Theodore Ts'o <tytso@mit.edu>
+
+ * Makefile.in (DLOPEN_LIB): Link in the libdl library if it is
+ present on the system.
+
+ * debugfs.c (main): Call ss_get_readline() to attempt to pull in
+ the readline library.
+
2003-03-06 Theodore Tso <tytso@mit.edu>
* debugfs.c (do_open_filesys, do_show_super_stats),