blob: 18d41382190e59c81cd77438e60e3c8a4f202424 [file] [log] [blame]
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001Thu Oct 26 11:59:44 1995 <tytso@rsts-11.mit.edu>
2
3 * configure.in (LDFALG_STATIC): Add temporary kludge for
4 determining how to link executables statically. For now,
5 we assume that Linux systems only can link statically.
6
7Fri Sep 22 18:23:55 1995 <tytso@rsts-11.mit.edu>
8
9 * depfix.sed: Remove /usr/include lines which occur at the end of
10 the dependency listing.
11
12Mon Sep 4 21:40:22 1995 Remy Card <card@bbj>
13
14 * configure.in: Added support for the --enable-bsd-shlibs option.
15
16Wed Aug 9 21:33:31 1995 Theodore Y. Ts'o <tytso@dcl>
17
18 * MCONFIG.in (LD): Add $(PURE) to the definition to make it easier
19 to link executables using programs like purify.
20
21Sat Aug 5 11:41:03 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
22
23 * configure.in: Check to see if strdup() is present
24
25 * INSTALL: Updated building and installation instructions to
26 reflect the new configure system.
27
28 * Makefile.in (install): When doing a general install, install the
29 shared libraries as well by using the new target
30 install-shlibs-libs-recursive.
31
32 * configure.in: If we are building on a Linux system, set $prefix
33 to be '/' by default.
34
35Sun Jul 9 13:38:20 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu>
36
37 * configure.in (checking type sizes): provide some default for
38 type-sizes when cross-compiling, as we can't check them then.
39 (SS_DIR, ET_DIR): Make these correct even when ${srcdir} is absolute.
40
41Thu Jun 15 23:33:37 1995 Remy Card <card@bbj>
42
43 * Makefile.in (distclean-local): Added config.cache and
44 include/linux/types.h.
45
46 * configure.in: Added support for the --enable-elf option.
47 Added a test to check for llseek() in the C library.
48
49 * lib/Makefile.dll-lib: Fixed incorrect RM and LN calls.
50
51 * lib/Makefile.elf-lib: New file, to create ELF shared libraries.
52
53Sat Jun 10 19:52:51 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
54
55 * configure.in: Create ET_DIR and SS_DIR, which gives the absolute
56 pathname to the source directories of the lib/et and
57 lib/ss. (Can't just use $srcdir since that may be a
58 relative path.)
59
60Thu Jun 8 12:25:57 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu>
61
62 * lib/Makefile.library ($(LIBRARY).a): Changed to work with the
63 new makefiles.
64 * lib/Makefile.dll-lib: Ditto.
65 * lib/Makefile.profiled: Ditto.
66 * lib/Makefile.checker: Ditto.
67
68 * Add the include subdirectory to hold substitute include files
69 for systems that need them.
70
71 * Makefile.in: Rewritten to conform to GNU coding standards.
72 * MCONFIG: Moved to MCONFIG.in, and totally changed to support
73 GNU-style makefiles.
74 * mkinstalldirs: New file, copied from /gd/gnu/lib.
75 * config.guess: Ditto.
76 * config.sub: Ditto.
77 * install-sh: Ditto.
78
79 * configure.in: Many new tests added. --with-cc and --with-ccopts
80 options removed as configure already supports a method to do this,
81 and they were interfering with normal usage.
82
Theodore Ts'o6f4a1091997-04-26 13:32:25 +000083Sat Mar 11 18:23:45 1995 Theodore Y. Ts'o <tytso@localhost>
84
Theodore Ts'o50e1e101997-04-26 13:58:21 +000085 * Makefile.in (bin-tree): Add Makefile target which automatically
Theodore Ts'o6f4a1091997-04-26 13:32:25 +000086 generates the binary distribution for e2fsprogs.
87
88