]>
Commit | Line | Data |
---|---|---|
feede9b6 JM |
1 | Thu Oct 3 16:17:59 1996 Jason Molenda ([email protected]) |
2 | ||
3 | * Makefile.in (mostlyclean): Move config.log to distclean. | |
4 | ||
78c09e4a JM |
5 | Wed Jun 26 12:30:45 1996 Jason Molenda ([email protected]) |
6 | ||
7 | * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir, | |
8 | INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. | |
9 | (docdir): Removed. | |
10 | * configure.in (AC_PREREQ): autoconf 2.5 or higher. | |
11 | (AC_PROG_INSTALL): Added. | |
12 | * configure: Rebuilt. | |
13 | ||
5c59ec43 ILT |
14 | Wed Feb 21 12:17:04 1996 Ian Lance Taylor <[email protected]> |
15 | ||
16 | * configure: Regenerate with autoconf 2.7. | |
17 | ||
64415b76 FF |
18 | Thu Oct 19 21:44:14 1995 Fred Fish <[email protected]> |
19 | ||
20 | * Makefile.in: Remove tabs from otherwise empty line. | |
21 | Confuses many older non-GNU versions of "make". | |
22 | ||
479fc045 FF |
23 | Tue Oct 10 11:13:01 1995 Fred Fish <[email protected]> |
24 | ||
25 | * Makefile.in (BISONFLAGS): Remove macro. | |
26 | ||
602677ad ILT |
27 | Wed Sep 20 13:35:43 1995 Ian Lance Taylor <[email protected]> |
28 | ||
29 | * Makefile.in (maintainer-clean): New synonym for realclean. | |
30 | ||
b6de8f6a ILT |
31 | Fri Sep 8 14:03:32 1995 Ian Lance Taylor <[email protected]> |
32 | ||
33 | * configure.in: Convert to use autoconf. | |
34 | * configure: New file, built by autoconf. | |
35 | * acconfig.h: New file. | |
36 | * config.in: New file, built by autoheader. | |
37 | * Makefile.in: Various changes for new configure script. Also: | |
38 | (INSTALL): Go up two levels, not one. | |
39 | (ALLOCA, MALLOC, OPCODES): Remove. | |
40 | (gencode): Use $(CC_FOR_BUILD). | |
41 | (case.o): Remove. | |
42 | (run.o, interp.o): Depend upon config.h. | |
43 | * interp.c: Include "config.h". Don't include "sysdep.h". | |
44 | Include <stdlib.h>, <time.h>, and <unistd.h> if they exist. | |
45 | * run.c: Include "config.h". Don't include "sysdep.h". Include | |
46 | <stdlib.h> if it exists. Include "getopt.h". Declare printf if | |
47 | necessary. | |
48 | ||
605b7789 FF |
49 | Thu Aug 3 10:45:37 1995 Fred Fish <[email protected]> |
50 | ||
51 | * Update all FSF addresses except those in COPYING* files. | |
52 | ||
e5810471 C |
53 | Wed Jul 5 16:12:53 1995 J.T. Conklin <[email protected]> |
54 | ||
55 | * w65.mt: Removed. | |
56 | ||
4cea100d JW |
57 | Wed May 24 16:31:38 1995 Jim Wilson <[email protected]> |
58 | ||
59 | * configure.in: Fix typo in last change. | |
60 | ||
057af5c9 C |
61 | Mon Mar 27 10:32:34 1995 J.T. Conklin <[email protected]> |
62 | ||
63 | * run.c: parse arguments with getopt(). | |
64 | ||
f7ce03e5 ILT |
65 | Tue Feb 28 17:31:36 1995 Ian Lance Taylor <[email protected]> |
66 | ||
67 | * configure.in: Use ../../bfd/hosts/std-host.h if specific | |
68 | host unavailable. | |
69 | ||
70 | * Started ChangeLog. |