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