71 lines
2.2 KiB
Plaintext
71 lines
2.2 KiB
Plaintext
Thu Oct 3 16:17:59 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
|
|
|
|
* Makefile.in (mostlyclean): Move config.log to distclean.
|
|
|
|
Wed Jun 26 12:30:45 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
|
|
|
|
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
|
|
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
|
|
(docdir): Removed.
|
|
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
|
|
(AC_PROG_INSTALL): Added.
|
|
* configure: Rebuilt.
|
|
|
|
Wed Feb 21 12:17:04 1996 Ian Lance Taylor <ian@cygnus.com>
|
|
|
|
* configure: Regenerate with autoconf 2.7.
|
|
|
|
Thu Oct 19 21:44:14 1995 Fred Fish <fnf@cygnus.com>
|
|
|
|
* Makefile.in: Remove tabs from otherwise empty line.
|
|
Confuses many older non-GNU versions of "make".
|
|
|
|
Tue Oct 10 11:13:01 1995 Fred Fish <fnf@cygnus.com>
|
|
|
|
* Makefile.in (BISONFLAGS): Remove macro.
|
|
|
|
Wed Sep 20 13:35:43 1995 Ian Lance Taylor <ian@cygnus.com>
|
|
|
|
* Makefile.in (maintainer-clean): New synonym for realclean.
|
|
|
|
Fri Sep 8 14:03:32 1995 Ian Lance Taylor <ian@cygnus.com>
|
|
|
|
* configure.in: Convert to use autoconf.
|
|
* configure: New file, built by autoconf.
|
|
* acconfig.h: New file.
|
|
* config.in: New file, built by autoheader.
|
|
* Makefile.in: Various changes for new configure script. Also:
|
|
(INSTALL): Go up two levels, not one.
|
|
(ALLOCA, MALLOC, OPCODES): Remove.
|
|
(gencode): Use $(CC_FOR_BUILD).
|
|
(case.o): Remove.
|
|
(run.o, interp.o): Depend upon config.h.
|
|
* interp.c: Include "config.h". Don't include "sysdep.h".
|
|
Include <stdlib.h>, <time.h>, and <unistd.h> if they exist.
|
|
* run.c: Include "config.h". Don't include "sysdep.h". Include
|
|
<stdlib.h> if it exists. Include "getopt.h". Declare printf if
|
|
necessary.
|
|
|
|
Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
|
|
|
|
* Update all FSF addresses except those in COPYING* files.
|
|
|
|
Wed Jul 5 16:12:53 1995 J.T. Conklin <jtc@rtl.cygnus.com>
|
|
|
|
* w65.mt: Removed.
|
|
|
|
Wed May 24 16:31:38 1995 Jim Wilson <wilson@chestnut.cygnus.com>
|
|
|
|
* configure.in: Fix typo in last change.
|
|
|
|
Mon Mar 27 10:32:34 1995 J.T. Conklin <jtc@rtl.cygnus.com>
|
|
|
|
* run.c: parse arguments with getopt().
|
|
|
|
Tue Feb 28 17:31:36 1995 Ian Lance Taylor <ian@cygnus.com>
|
|
|
|
* configure.in: Use ../../bfd/hosts/std-host.h if specific
|
|
host unavailable.
|
|
|
|
* Started ChangeLog.
|